Summary: | [MAINTAINER] audio/libmusicbrainz: Set EXPIRATION_DATE | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jason E. Hale <bsdkaffee> | ||||
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jason E. Hale
2012-08-12 13:50:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it. Author: rm Date: Mon Aug 13 11:26:19 2012 New Revision: 302464 URL: http://svn.freebsd.org/changeset/ports/302464 Log: - set EXPIRATION_DATE to 2012-09-12 (the port already had DEPRECATED line) - remove unneeded pkg-config dependency PR: 170562 Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer) Modified: head/audio/libmusicbrainz/Makefile Modified: head/audio/libmusicbrainz/Makefile ============================================================================== --- head/audio/libmusicbrainz/Makefile Mon Aug 13 10:46:26 2012 (r302463) +++ head/audio/libmusicbrainz/Makefile Mon Aug 13 11:26:19 2012 (r302464) @@ -20,9 +20,10 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textpro 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thank you! |