- Drop unneeded pkg-config dependency from audio/libdiscid - Move LICENSE to correct location How-To-Repeat: - Use attached diff
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Author: rm Date: Sat Jul 28 15:51:34 2012 New Revision: 301661 URL: http://svn.freebsd.org/changeset/ports/301661 Log: - drop unneeded pkg-config dependency - move LICENSE to correct location PR: 170213 Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer) Modified: head/audio/libdiscid/Makefile Modified: head/audio/libdiscid/Makefile ============================================================================== --- head/audio/libdiscid/Makefile Sat Jul 28 14:51:17 2012 (r301660) +++ head/audio/libdiscid/Makefile Sat Jul 28 15:51:34 2012 (r301661) @@ -16,13 +16,12 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= bsdkaffee@gmail.com COMMENT= A library for creating MusicBrainz DiscIDs +LICENSE= LGPL21 + GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USE_GNOME= ltverhack gnomehack pkgconfig +USE_GNOME= ltverhack gnomehack MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING - .include <bsd.port.mk> _______________________________________________ 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!