Bug 170216 - [MAINTAINER] audio/libofa: Drop pkg-config dependency, clean up
Summary: [MAINTAINER] audio/libofa: Drop pkg-config dependency, clean up
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-27 17:10 UTC by Jason E. Hale
Modified: 2012-07-29 02:10 UTC (History)
0 users

See Also:


Attachments
2012-07-27-libofa.diff (908 bytes, patch)
2012-07-27 17: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 17:10:05 UTC
- Drop unneeded pkg-config dependency from audio/libofa
- Remove shlib versions from LIB_DEPENDS
- Add APL version 1.0 to LICENSE section (port can use APL1 or GPLv2)

How-To-Repeat: - Use attached diff
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-07-28 13:49:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 Michael Scheidell freebsd_committer freebsd_triage 2012-07-29 02:09:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-29 02:09:41 UTC
Author: scheidell
Date: Sun Jul 29 01:09:27 2012
New Revision: 301673
URL: http://svn.freebsd.org/changeset/ports/301673

Log:
  - Drop unneeded pkg-config dependency from audio/libofa
  - Remove shlib versions from LIB_DEPENDS
  - Add APL version 1.0 to LICENSE section (port can use APL1 or GPLv2)
  
  PR:		ports/170216
  Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)

Modified:
  head/audio/libofa/Makefile

Modified: head/audio/libofa/Makefile
==============================================================================
--- head/audio/libofa/Makefile	Sun Jul 29 01:06:48 2012	(r301672)
+++ head/audio/libofa/Makefile	Sun Jul 29 01:09:27 2012	(r301673)
@@ -14,17 +14,21 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	bsdkaffee@gmail.com
 COMMENT=	The Open Fingerprint Architecture Library
 
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE=		APL1 GPLv2
+LICENSE_COMB=		dual
+LICENSE_GROUPS_APL1=	OSI
+LICENSE_NAME_APL1=	Adaptive Public License version 1.0
+LICENSE_FILE_APL1=	${WRKSRC}/COPYING
+LICENSE_PERMS_APL1=	${_LICENSE_PERMS_DEFAULT}
 
 LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
-		expat.6:${PORTSDIR}/textproc/expat2 \
-		curl.6:${PORTSDIR}/ftp/curl
+		expat:${PORTSDIR}/textproc/expat2 \
+		curl:${PORTSDIR}/ftp/curl
 
 PROJECTHOST=	musicip-libofa
 USE_DOS2UNIX=	yes
 USE_AUTOTOOLS=	libtool
-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"