Updating devel/apr1
Mikhail T.
mi at aldan.algebra.com
Wed Apr 29 22:04:11 UTC 2015
The simple patch bumps the version of apr to 1.5.2 and switches to using
bz2 instead of gz for it.
Althouh apr-util is available in bz2 as well, it is, probably, not worth
changing it until a new release is available there too. Yours,
-mi
Index: Makefile
===================================================================
--- Makefile (revision 384957)
+++ Makefile (working copy)
@@ -6,7 +6,7 @@
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= apr
-DISTFILES= apr-${APR_VERSION}.tar.gz \
+DISTFILES= apr-${APR_VERSION}.tar.bz2 \
apr-util-${APU_VERSION}.tar.gz
MAINTAINER= apache at FreeBSD.org
@@ -20,7 +20,7 @@
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-APR_VERSION= 1.5.1
+APR_VERSION= 1.5.2
APU_VERSION= 1.5.4
CPE_VENDOR= apache
Index: distinfo
===================================================================
--- distinfo (revision 384957)
+++ distinfo (working copy)
@@ -1,4 +1,4 @@
-SHA256 (apr-1.5.1.tar.gz) = 94b1c9d9835cc9e902838b95d62ecc9a39b698f23e3e706812ec65a78ba41af7
-SIZE (apr-1.5.1.tar.gz) = 1020833
+SHA256 (apr-1.5.2.tar.bz2) = 7d03ed29c22a7152be45b8e50431063736df9e1daa1ddf93f6a547ba7a28f67a
+SIZE (apr-1.5.2.tar.bz2) = 826885
SHA256 (apr-util-1.5.4.tar.gz) = 976a12a59bc286d634a21d7be0841cc74289ea9077aa1af46be19d1a6e844c19
SIZE (apr-util-1.5.4.tar.gz) = 874044
Index: files/patch-apr__configure
===================================================================
--- files/patch-apr__configure (revision 384957)
+++ files/patch-apr__configure (working copy)
@@ -1,5 +1,5 @@
--- apr-1.5.1/configure.orig 2014-09-21 15:03:21 UTC
-+++ apr-1.5.1/configure
++++ apr-1.5.2/configure
@@ -6624,11 +6624,7 @@
apr_lock_method="USE_FLOCK_SERIALIZE"
fi
More information about the freebsd-apache
mailing list