svn commit: r429179 - head/audio/libofa

Jason E. Hale jhale at FreeBSD.org
Thu Dec 22 19:30:43 UTC 2016


Author: jhale
Date: Thu Dec 22 19:30:42 2016
New Revision: 429179
URL: https://svnweb.freebsd.org/changeset/ports/429179

Log:
  Fix COMMENT
  Drop unused PROJECTHOST variable
  Convert to USES=localbase
  
  Mark DEPRECATED; EXPIRATION_DATE to follow once the dependency from
  consumer ports is removed. There isn't much point keeping this
  around if the backend servers are no longer functioning. They were
  in a zombie state for years as it was.

Modified:
  head/audio/libofa/Makefile

Modified: head/audio/libofa/Makefile
==============================================================================
--- head/audio/libofa/Makefile	Thu Dec 22 19:29:45 2016	(r429178)
+++ head/audio/libofa/Makefile	Thu Dec 22 19:30:42 2016	(r429179)
@@ -7,7 +7,7 @@ PORTREVISION=	10
 CATEGORIES=	audio
 
 MAINTAINER=	jhale at FreeBSD.org
-COMMENT=	The Open Fingerprint Architecture Library
+COMMENT=	Open Fingerprint Architecture Library
 
 LICENSE=		APL1 GPLv2
 LICENSE_COMB=		dual
@@ -20,15 +20,14 @@ LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libexpat.so:textproc/expat2 \
 		libcurl.so:ftp/curl
 
+DEPRECATED=	MusicDNS service has been discontinued
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	tanob
 GH_TAGNAME=	b75e45e
 
-PROJECTHOST=	musicip-libofa
-USES=		dos2unix libtool pathfix
+USES=		dos2unix libtool localbase pathfix
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-head mailing list