audio/libdiscid: - Use Gnome's ltverhack to fix the shared library version number - Add LICENSE - Add a patch to fix a compiler warning - Bump PORTREVSIONS on dependent ports and fix library version number - While here add LICENSE to audio/py-musicbrainz2 (also my port) Ports affected: - audio/kaudiocreator - audio/libmusicbrainz3 - audio/p5-MusicBrainz-DiscID - audio/picard - audio/py-musicbrainz2 - audio/xmms2 Fix: diff -ruN kaudiocreator.orig/Makefile kaudiocreator/Makefile --- kaudiocreator.orig/Makefile 2011-03-27 08:48:09.000000000 -0400 +++ kaudiocreator/Makefile 2011-03-27 08:48:24.000000000 -0400 @@ -6,7 +6,7 @@ PORTNAME= kaudiocreator PORTVERSION= 1.2.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kde MASTER_SITES= http://kde-look.org/CONTENT/content-files/ DISTNAME= 107645-${PORTNAME}-${PORTVERSION} --- kaudiocreator.diff ends here --- diff -ruN p5-MusicBrainz-DiscID.orig/Makefile p5-MusicBrainz-DiscID/Makefile --- p5-MusicBrainz-DiscID.orig/Makefile 2011-03-27 08:42:03.000000000 -0400 +++ p5-MusicBrainz-DiscID/Makefile 2011-03-27 08:42:49.000000000 -0400 @@ -7,6 +7,7 @@ PORTNAME= MusicBrainz-DiscID PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,7 @@ COMMENT= Perl interface for the MusicBrainz libdiscid library BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod -LIB_DEPENDS= discid.2:${PORTSDIR}/audio/libdiscid +LIB_DEPENDS= discid.0:${PORTSDIR}/audio/libdiscid RUN_DEPENDS= ${BUILD_DEPENDS} USE_GNOME= pkgconfig --- p5-MusicBrainz-DiscID.diff ends here --- diff -ruN py-musicbrainz2.orig/Makefile py-musicbrainz2/Makefile --- py-musicbrainz2.orig/Makefile 2011-03-27 08:36:14.000000000 -0400 +++ py-musicbrainz2/Makefile 2011-03-27 08:40:23.000000000 -0400 @@ -6,6 +6,7 @@ PORTNAME= musicbrainz2 PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \ http://uk.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \ @@ -17,10 +18,13 @@ MAINTAINER= bsdkaffee@gmail.com COMMENT= Next Generation Python bindings for MusicBrainz -LIB_DEPENDS= discid.2:${PORTSDIR}/audio/libdiscid +LIB_DEPENDS= discid.0:${PORTSDIR}/audio/libdiscid USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python-musicbrainz2 +LICENSE= BSD +LICENSE_FILE= COPYING.txt + .include <bsd.port.mk> --- py-musicbrainz2.diff ends here --- How-To-Repeat: Use attached diffs. Added files: files/patch-src__disc_freebsd.c
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it.
wen 2011-03-28 02:59:14 UTC FreeBSD ports repository Modified files: audio/libdiscid Makefile pkg-plist Added files: audio/libdiscid/files patch-src__disc_freebsd.c Log: - Use Gnome's ltverhack to fix the shared library version number - Add LICENSE - Add a patch to fix a compiler warning PR: ports/155977 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Revision Changes Path 1.3 +7 -7 ports/audio/libdiscid/Makefile 1.1 +10 -0 ports/audio/libdiscid/files/patch-src__disc_freebsd.c (new) 1.2 +1 -1 ports/audio/libdiscid/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
wen 2011-03-28 03:01:32 UTC FreeBSD ports repository Modified files: audio/kaudiocreator Makefile audio/libmusicbrainz3 Makefile audio/p5-MusicBrainz-DiscID Makefile audio/picard Makefile audio/py-musicbrainz2 Makefile audio/xmms2 Makefile Log: - Bump PORTREVISION to chase the update of audio/libdiscid PR: ports/155977 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Revision Changes Path 1.3 +1 -1 ports/audio/kaudiocreator/Makefile 1.46 +1 -0 ports/audio/libmusicbrainz3/Makefile 1.2 +2 -1 ports/audio/p5-MusicBrainz-DiscID/Makefile 1.27 +2 -3 ports/audio/picard/Makefile 1.11 +5 -1 ports/audio/py-musicbrainz2/Makefile 1.60 +2 -1 ports/audio/xmms2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!