Bug 170213 - [MAINTAINER] audio/libdiscid: Drop unneeded pkgconfig dependency
Summary: [MAINTAINER] audio/libdiscid: Drop unneeded pkgconfig dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-27 16:10 UTC by Jason E. Hale
Modified: 2012-07-28 17:00 UTC (History)
0 users

See Also:


Attachments
2012-07-27-libdiscid.diff (505 bytes, patch)
2012-07-27 16:10 UTC, Jason E. Hale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale 2012-07-27 16:10:05 UTC
- Drop unneeded pkg-config dependency from audio/libdiscid
- Move LICENSE to correct location

How-To-Repeat: - Use attached diff
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-07-27 17:19:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-28 16:51:48 UTC
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"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-07-28 16:51:55 UTC
State Changed
From-To: open->closed

Committed, thank you!