svn commit: r302464 - head/audio/libmusicbrainz

Ruslan Mahmatkhanov rm at FreeBSD.org
Mon Aug 13 11:26:20 UTC 2012


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



More information about the svn-ports-head mailing list