ports/132634: port update: devel/libisofs to 0.6.16

J.R. Oldroyd fbsd at opal.com
Sat Mar 14 20:40:01 UTC 2009


>Number:         132634
>Category:       ports
>Synopsis:       port update: devel/libisofs to 0.6.16
>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:   Sat Mar 14 20:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     J.R. Oldroyd
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD xx.opal.com 7.1-STABLE FreeBSD 7.1-STABLE #5: Fri Feb 13 17:12:51 EST 2009 xx at xx.opal.com:/usr/src/sys/i386/compile/XX i386
>Description:
Port update: devel/libburn to 0.6.16

Note for UPDATING:
	The shared library .so number bumps downwards from .12 to .6 with this
	update as the developer has now chosen to use the major number in libtool
	for the .so number.  This is so that .so numbers are comparable with the
	same version installed on Linux where two-part .so numbers of the form
	.so.X.Y are possible.  All applications using libburn will need to be
	recompiled.  Going forward, the developer will ensure that FreeBSD
	versions with the same library number offer binary ABI compatibility to
	existing installed applications.
>How-To-Repeat:
n/a
>Fix:
diff -ruN /usr/ports/devel/libisofs/Makefile devel/libisofs/Makefile
--- /usr/ports/devel/libisofs/Makefile	2008-11-15 17:05:39.000000000 -0500
+++ devel/libisofs/Makefile	2009-03-14 15:59:46.000000000 -0400
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	libisofs
-PORTVERSION=	0.6.10
+PORTVERSION=	0.6.16
 CATEGORIES=	devel
 MASTER_SITES=	http://files.libburnia-project.org/releases/
 
 MAINTAINER=	fbsd at opal.com
 COMMENT=	Libburnia ISO9660 filesystem creation library
 
-LIB_DEPENDS=	burn.23:${PORTSDIR}/devel/libburn
+LIB_DEPENDS=	burn.4:${PORTSDIR}/devel/libburn
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	CFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -liconv"
diff -ruN /usr/ports/devel/libisofs/distinfo devel/libisofs/distinfo
--- /usr/ports/devel/libisofs/distinfo	2008-11-15 17:05:39.000000000 -0500
+++ devel/libisofs/distinfo	2009-03-14 15:58:36.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (libisofs-0.6.10.tar.gz) = 678fdea08d97f1d77ea73dc966096b48
-SHA256 (libisofs-0.6.10.tar.gz) = 9f1ca72c6c1ee8c7e37b9af7960b1d98c0d4a6ad153ecfdaf27a5b2e9f64dd44
-SIZE (libisofs-0.6.10.tar.gz) = 497498
+MD5 (libisofs-0.6.16.tar.gz) = 398d934b5ca0e2741a6aa3c28ecef5b1
+SHA256 (libisofs-0.6.16.tar.gz) = c296cd3daa2fc0b1020e552f33891e4e58cf552105f9746a20148aef97c7685f
+SIZE (libisofs-0.6.16.tar.gz) = 601058
diff -ruN /usr/ports/devel/libisofs/pkg-plist devel/libisofs/pkg-plist
--- /usr/ports/devel/libisofs/pkg-plist	2008-11-15 17:05:39.000000000 -0500
+++ devel/libisofs/pkg-plist	2009-03-14 16:03:28.000000000 -0400
@@ -2,6 +2,6 @@
 lib/libisofs.a
 lib/libisofs.la
 lib/libisofs.so
-lib/libisofs.so.12
+lib/libisofs.so.6
 libdata/pkgconfig/libisofs-1.pc
 @dirrm include/libisofs
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list