Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2012 08:41:34 -0400
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170562: [MAINTAINER] audio/libmusicbrainz: Set EXPIRATION_DATE 
Message-ID:  <1344775294.205254.96022@mocha.verizon.net>
Resent-Message-ID: <201208121250.q7CCo1c0089582@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170562
>Category:       ports
>Synopsis:       [MAINTAINER] audio/libmusicbrainz: Set EXPIRATION_DATE
>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:   Sun Aug 12 12:50:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason E. Hale
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386


	
>Description:
- Set EXPIRATION_DATE for audio/libmusicbrainz
- No other ports depend on it now, so set the date to one month from now
- While here, remove unneeded pkg-config dependency
	
>How-To-Repeat:
- Use attached diff
	
>Fix:

	



--- 2012-08-12-libmusicbrainz.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 302306)
+++ Makefile	(working copy)
@@ -20,9 +20,10 @@
 CONFLICTS=	musicbrainz-1.*
 
 DEPRECATED=	MusicBrainz RDF webservice no longer functions
+EXPIRATION_DATE=	2012-09-12
 
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack pkgconfig
+USE_GNOME=	gnomehack
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
--- 2012-08-12-libmusicbrainz.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1344775294.205254.96022>