Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2015 18:02:39 -0400 (EDT)
From:      "Mikhail T." <mi@aldan.algebra.com>
To:        apache@FreeBSD.org
Subject:   Updating devel/apr1
Message-ID:  <201504292202.t3TM2dVd009520@narawntapu.narawntapu>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504292202.t3TM2dVd009520>