Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2016 19:30:42 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429179 - head/audio/libofa
Message-ID:  <201612221930.uBMJUgUm001034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612221930.uBMJUgUm001034>