- 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
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!