Bug 155977

Summary: [MAINTAINER] audio/libdiscid: Fix library version number
Product: Ports & Packages Reporter: Jason E. Hale <bsdkaffee>
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libdiscid.diff
none
libmusicbrainz3.diff
none
picard.diff
none
xmms2.diff none

Description Jason E. Hale 2011-03-27 22:00:23 UTC
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
Comment 1 Wen Heping freebsd_committer freebsd_triage 2011-03-28 01:56:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-28 03:59:23 UTC
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"
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-03-28 04:01:47 UTC
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"
Comment 4 Wen Heping freebsd_committer freebsd_triage 2011-03-28 04:13:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!