diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2005-10-29 13:19:51 +0800 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2005-10-29 13:19:51 +0800 |
commit | a62b7f4e03b5bc73d103c0be635e4d532cd3f84c (patch) | |
tree | f9bfcc87d81571a4d34bf3379bbf63f3a70eadae /devel/apr | |
parent | 2d1b3ae116547e0b68baf0fab3c214b1d73cc3cd (diff) | |
download | freebsd-ports-gnome-a62b7f4e03b5bc73d103c0be635e4d532cd3f84c.tar.gz freebsd-ports-gnome-a62b7f4e03b5bc73d103c0be635e4d532cd3f84c.tar.zst freebsd-ports-gnome-a62b7f4e03b5bc73d103c0be635e4d532cd3f84c.zip |
Upgrade to apr-1.2.2
Diffstat (limited to 'devel/apr')
-rw-r--r-- | devel/apr/Makefile | 2 | ||||
-rw-r--r-- | devel/apr/distinfo | 8 | ||||
-rw-r--r-- | devel/apr/files/patch-apr_hints.m4 | 4 | ||||
-rw-r--r-- | devel/apr/pkg-plist | 6 |
4 files changed, 11 insertions, 9 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 09578de6c8ac..65cf1a5c9bfb 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -15,7 +15,7 @@ # APR_UTIL_WITH_LDAP: force dependency on OpenLDAP PORTNAME= apr -PORTVERSION= 1.0.1 +PORTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE} diff --git a/devel/apr/distinfo b/devel/apr/distinfo index 203a6c982075..9ce6c94108d7 100644 --- a/devel/apr/distinfo +++ b/devel/apr/distinfo @@ -1,4 +1,4 @@ -MD5 (apr-1.0.1.tar.gz) = 0a3cb911ea1823cfa3e5863892774705 -SIZE (apr-1.0.1.tar.gz) = 1058637 -MD5 (apr-util-1.0.1.tar.gz) = 36300ad71a6e7d15624ae83d51833b37 -SIZE (apr-util-1.0.1.tar.gz) = 597911 +MD5 (apr-1.2.2.tar.gz) = f96e3b04ccf86ed28a0734d7efc5bb65 +SIZE (apr-1.2.2.tar.gz) = 1096029 +MD5 (apr-util-1.2.2.tar.gz) = 8b3f04dde7048946c3c94f85b4debb94 +SIZE (apr-util-1.2.2.tar.gz) = 645311 diff --git a/devel/apr/files/patch-apr_hints.m4 b/devel/apr/files/patch-apr_hints.m4 index a9ce56a2db11..aeb6778e9a22 100644 --- a/devel/apr/files/patch-apr_hints.m4 +++ b/devel/apr/files/patch-apr_hints.m4 @@ -1,5 +1,5 @@ ---- apr-1.0.1/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 -+++ apr-1.0.1/build/apr_hints.m4 Wed Oct 27 11:25:32 2004 +--- apr-1.2.2/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 ++++ apr-1.2.2/build/apr_hints.m4 Wed Oct 27 11:25:32 2004 @@ -137,11 +137,7 @@ ;; *-freebsd*) diff --git a/devel/apr/pkg-plist b/devel/apr/pkg-plist index 19fd2b98ddc5..d90f9ad82b50 100644 --- a/devel/apr/pkg-plist +++ b/devel/apr/pkg-plist @@ -12,6 +12,7 @@ include/apr-1/apr_atomic.h include/apr-1/apr_base64.h include/apr-1/apr_buckets.h include/apr-1/apr_date.h +include/apr-1/apr_dbd.h include/apr-1/apr_dbm.h include/apr-1/apr_dso.h include/apr-1/apr_env.h @@ -27,6 +28,7 @@ include/apr-1/apr_hooks.h include/apr-1/apr_inherit.h include/apr-1/apr_ldap.h include/apr-1/apr_ldap_init.h +include/apr-1/apr_ldap_option.h include/apr-1/apr_ldap_url.h include/apr-1/apr_lib.h include/apr-1/apr_md4.h @@ -73,9 +75,9 @@ lib/apr.exp lib/aprutil.exp lib/libapr-1.a lib/libapr-1.so -lib/libapr-1.so.0 +lib/libapr-1.so.2 lib/libaprutil-1.a lib/libaprutil-1.so -lib/libaprutil-1.so.0 +lib/libaprutil-1.so.2 @dirrm build-1 @dirrm include/apr-1 |