ports/81741: update port: textproc/redland to v1.0.1...

Charles Swiger chuck at pkix.net
Tue May 31 23:10:03 UTC 2005


>Number:         81741
>Category:       ports
>Synopsis:       update port: textproc/redland to v1.0.1...
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 31 23:10:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Charles Swiger
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
PKIx
>Environment:
System: FreeBSD ns1.pkix.net 4.11-STABLE FreeBSD 4.11-STABLE #3: Tue Apr 5 00:29:47 EDT 2005 root at ns1.pkix.net:/usr/obj/usr/src/sys/NORMAL i386

>Description:

Update redland port to latest version, add BDB-4.3 support.

>How-To-Repeat:

N/A.

>Fix:

diff -dur redland.orig/Makefile redland/Makefile
--- redland.orig/Makefile	Tue May 31 17:08:15 2005
+++ redland/Makefile	Tue May 31 17:10:47 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	redland
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://librdf.org/dist/source/
@@ -28,8 +28,10 @@
 LIB_DEPENDS+=	db41.1:${PORTSDIR}/databases/db41
 .elif ${WITH_BDB_VER} == 42
 LIB_DEPENDS+=	db-4.2.2:${PORTSDIR}/databases/db42
+.elif ${WITH_BDB_VER} == 43
+LIB_DEPENDS+=	db-4.3.0:${PORTSDIR}/databases/db43
 .else
-.error WITH_BDB_VER must be one of 3, 4, 41 and 42
+.error WITH_BDB_VER must be one of 3, 4, 41, 42 or 43
 .endif
 
 USE_GNOME=	gnomehack gnometarget lthack pkgconfig
diff -dur redland.orig/distinfo redland/distinfo
--- redland.orig/distinfo	Tue May 31 17:08:15 2005
+++ redland/distinfo	Tue May 31 17:42:41 2005
@@ -1,2 +1,2 @@
-MD5 (redland-1.0.0.tar.gz) = 5fcfa0f0a2eac0cf23f0e916a3b29924
-SIZE (redland-1.0.0.tar.gz) = 2578757
+MD5 (redland-1.0.1.tar.gz) = afd9414b9f3c385b3fe00c0ea7db9714
+SIZE (redland-1.0.1.tar.gz) = 2734353
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list