Update to APR-util 1.5.3, compatible with APR 1.5.0.
ok sthen@, and thanks to giovanni@ for catching my shared-lib bump error
This commit is contained in:
parent
35f3abd2cf
commit
7c4f75aa74
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.43 2013/06/20 06:54:36 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.44 2014/04/12 17:06:02 stsp Exp $
|
||||
|
||||
COMMENT= companion library to APR
|
||||
|
||||
V= 1.4.1
|
||||
V= 1.5.3
|
||||
DISTNAME= apr-util-$V
|
||||
REVISION= 2
|
||||
SHARED_LIBS += aprutil-1 4.1 # .4.1
|
||||
SHARED_LIBS += aprutil-1 5.0 # .5.3
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -53,7 +52,7 @@ CONFIGURE_ARGS+= --with-ldap=no
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV+= APRUTIL_EXPORT_LIBS=-pthread
|
||||
LIB_DEPENDS+= apr-1.4.6:devel/apr
|
||||
WANTLIB+= apr-1=4
|
||||
LIB_DEPENDS+= apr-1.5.0:devel/apr
|
||||
WANTLIB+= apr-1=5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (apr-util-1.4.1.tar.gz) = ZmpdVgmKnev5mFEOMEyAlQ==
|
||||
RMD160 (apr-util-1.4.1.tar.gz) = zN0YoMZcd96nWxgbenf165TycHA=
|
||||
SHA1 (apr-util-1.4.1.tar.gz) = yk22MdGG6hNSb9CHrrwGeZ1MVBU=
|
||||
SHA256 (apr-util-1.4.1.tar.gz) = 1jbZ75XG5Q5H/DONUyqjde3RHl16PDDe5IvrON30q0w=
|
||||
SIZE (apr-util-1.4.1.tar.gz) = 774770
|
||||
SHA256 (apr-util-1.5.3.tar.gz) = dts0y1CONG479pNHwp7RUAvwtxvMSNVCca2dHCVwN0M=
|
||||
SIZE (apr-util-1.5.3.tar.gz) = 874462
|
||||
|
Loading…
Reference in New Issue
Block a user