From ahze@gentoo.ahze.net  Tue Jul 27 22:21:10 2004
Return-Path: <ahze@gentoo.ahze.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 33B3316A4D2
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jul 2004 22:21:10 +0000 (GMT)
Received: from imf25aec.mail.bellsouth.net (imf25aec.mail.bellsouth.net [205.152.59.73])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B27B043D69
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jul 2004 22:21:09 +0000 (GMT)
	(envelope-from ahze@gentoo.ahze.net)
Received: from gentoo.ahze.net ([68.209.163.3])
          by imf25aec.mail.bellsouth.net
          (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP
          id <20040727222107.UMYZ1789.imf25aec.mail.bellsouth.net@gentoo.ahze.net>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Tue, 27 Jul 2004 18:21:07 -0400
Received: (from root@localhost)
	by gentoo.ahze.net (8.12.11/8.12.11/Submit) id i6RML6Sj023645;
	Tue, 27 Jul 2004 18:21:06 -0400 (EDT)
	(envelope-from ahze)
Message-Id: <200407272221.i6RML6Sj023645@gentoo.ahze.net>
Date: Tue, 27 Jul 2004 18:21:06 -0400 (EDT)
From: Michael Johnson <ahze@ahze.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/libopendaap: update to 0.2.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69682
>Category:       ports
>Synopsis:       [MAINTAINER] devel/libopendaap: update to 0.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 22:30:25 GMT 2004
>Closed-Date:    Wed Jul 28 06:11:21 GMT 2004
>Last-Modified:  Wed Jul 28 06:11:21 GMT 2004
>Originator:     Michael Johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #58: Fri Jul 23 20:15:17 EDT 2004
>Description:
- Update to 0.2.1

please commit this and close pr-69681

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- libopendaap-0.2.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/devel/libopendaap/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	9 Jul 2004 17:42:14 -0000	1.5
+++ Makefile	27 Jul 2004 22:19:22 -0000
@@ -6,30 +6,31 @@
 #
 
 PORTNAME=	libopendaap
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.1
 CATEGORIES=	devel net
 MASTER_SITES=	http://crazney.net/programs/itunes/files/
 
 MAINTAINER=	ahze@ahze.net
 COMMENT=	C lib used to connect to iTunes(R) music shares
 
-SHLIB_VER=	1
 USE_BZIP2=	yes
 USE_REINPLACE=	yes
 USE_GNOME=	gnomehack gnometarget pkgconfig
 USE_INC_LIBTOOL_VER=15
 USE_GCC=	3.3
-PLIST_SUB=	SHLIB_VER="${SHLIB_VER}"
 
 CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}"
 
 INSTALLS_SHLIB=	yes
 
+pre-configure:
+# Broken libtool fix
+	@cd ${WRKSRC} && \
+		${LIBTOOLIZE} --force
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
 		${WRKSRC}/Makefile.am \
 		${WRKSRC}/Makefile.in
-	@${REINPLACE_CMD} -e 's|%%SHLIB_VER%%|.${SHLIB_VER}|' \
-		${WRKSRC}/ltmain.sh
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/devel/libopendaap/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	29 Apr 2004 20:52:08 -0000	1.3
+++ distinfo	27 Jul 2004 18:40:07 -0000
@@ -1,2 +1,2 @@
-MD5 (libopendaap-0.2.0.tar.bz2) = 7d5085ae1f7173760b69dbbfe6112b02
-SIZE (libopendaap-0.2.0.tar.bz2) = 338569
+MD5 (libopendaap-0.2.1.tar.bz2) = 539ad7ec4c55b3d3e63c2bdc4e4ed485
+SIZE (libopendaap-0.2.1.tar.bz2) = 325586
Index: pkg-plist
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/devel/libopendaap/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	29 Apr 2004 20:52:08 -0000	1.2
+++ pkg-plist	27 Jul 2004 21:30:54 -0000
@@ -1,6 +1,6 @@
 include/daap/client.h
 lib/libopendaap.a
 lib/libopendaap.so
-lib/libopendaap.so.%%SHLIB_VER%%
+lib/libopendaap.so.0
 libdata/pkgconfig/opendaap.pc
 @dirrm include/daap
Index: files/patch-ltmain.sh
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/devel/libopendaap/files/patch-ltmain.sh,v
retrieving revision 1.1
diff -u -r1.1 patch-ltmain.sh
--- files/patch-ltmain.sh	29 Apr 2004 20:52:08 -0000	1.1
+++ files/patch-ltmain.sh	27 Jul 2004 21:32:48 -0000
@@ -1,26 +1 @@
---- ltmain.sh.orig	Tue Apr 13 09:05:11 2004
-+++ ltmain.sh	Thu Apr 29 22:49:03 2004
-@@ -2980,8 +2980,8 @@
- 	  ;;
- 
- 	freebsd-elf)
--	  major=".$current"
--	  versuffix=".$current";
-+	  major=".1"
-+	  versuffix=".1";
- 	  ;;
- 
- 	irix | nonstopux)
-@@ -5528,10 +5528,12 @@
- 	fi
- 
- 	# Install the pseudo-library for information purposes.
-+	if /usr/bin/false; then
- 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- 	instname="$dir/$name"i
- 	$show "$install_prog $instname $destdir/$name"
- 	$run eval "$install_prog $instname $destdir/$name" || exit $?
-+	fi
- 
- 	# Maybe install the static library, too.
- 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
+
--- libopendaap-0.2.1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Wed Jul 28 06:11:14 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69682 
>Unformatted:
