svn commit: r301673 - head/audio/libofa

Michael Scheidell scheidell at FreeBSD.org
Sun Jul 29 01:09:28 UTC 2012


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



More information about the svn-ports-all mailing list