ports/125301: update subversion for apr-1

Yen-Ming Lee leeym at leeym.com
Sat Jul 5 02:20:05 UTC 2008


>Number:         125301
>Category:       ports
>Synopsis:       update subversion for apr-1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 05 02:20:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

The major version of apr becomes 3, so its library is apr-1.3 now.
We can update subversion ports to require apr-1.3, or simply use apr-1 instead.

>How-To-Repeat:
	
>Fix:

	

--- subversion.diff begins here ---
Index: subversion/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/subversion/Makefile,v
retrieving revision 1.122
diff -u -d -b -w -r1.122 Makefile
--- subversion/Makefile	30 Jun 2008 10:00:04 -0000	1.122
+++ subversion/Makefile	5 Jul 2008 02:08:35 -0000
@@ -108,11 +108,11 @@
 APR_CONFIG=	apr-1-config
 APU_CONFIG=	apu-1-config
 .if defined(WITH_BDB)
-LIB_DEPENDS+=	apr-1.2:${PORTSDIR}/devel/apr-svn
+LIB_DEPENDS+=	apr-1:${PORTSDIR}/devel/apr-svn
 APR_PORT=	devel/apr-svn
 OPT_NAME=	APR_UTIL_WITH_BERKELEY_DB=yes
 .else
-LIB_DEPENDS+=	apr-1.2:${PORTSDIR}/devel/apr
+LIB_DEPENDS+=	apr-1:${PORTSDIR}/devel/apr
 APR_PORT=	devel/apr
 .endif
 .endif
Index: subversion/Makefile.common
===================================================================
RCS file: /home/pcvs/ports/devel/subversion/Makefile.common,v
retrieving revision 1.3
diff -u -d -b -w -r1.3 Makefile.common
--- subversion/Makefile.common	2 Jul 2008 05:21:38 -0000	1.3
+++ subversion/Makefile.common	5 Jul 2008 02:08:35 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	subversion
 PORTVERSION=	1.5.0
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES+=	devel
 MASTER_SITES=	http://subversion.tigris.org/downloads/:main \
 		http://svnbook.red-bean.com/en/1.4/:book
Index: subversion-devel/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/subversion-devel/Makefile,v
retrieving revision 1.128
diff -u -d -b -w -r1.128 Makefile
--- subversion-devel/Makefile	30 Jun 2008 10:00:05 -0000	1.128
+++ subversion-devel/Makefile	5 Jul 2008 02:08:35 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	subversion
 DISTVERSION=	1.5.0
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://subversion.tigris.org/downloads/
 PKGNAMESUFFIX?=	-devel
@@ -188,11 +188,11 @@
 APR_CONFIG=	apr-1-config
 APU_CONFIG=	apu-1-config
 .if !defined(WITHOUT_BDB)
-LIB_DEPENDS+=	apr-1.2:${PORTSDIR}/devel/apr-svn
+LIB_DEPENDS+=	apr-1:${PORTSDIR}/devel/apr-svn
 APR_PORT=	devel/apr-svn
 OPT_NAME=	APR_UTIL_WITH_BERKELEY_DB=yes
 .else
-LIB_DEPENDS+=	apr-1.2:${PORTSDIR}/devel/apr
+LIB_DEPENDS+=	apr-1:${PORTSDIR}/devel/apr
 APR_PORT=	devel/apr
 .endif
 .endif
--- subversion.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list