svn commit: r352931 - head/audio/fdmf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 3 18:23:46 UTC 2014


Author: sunpoet
Date: Sat May  3 18:23:45 2014
New Revision: 352931
URL: http://svnweb.freebsd.org/changeset/ports/352931
QAT: https://qat.redports.org/buildarchive/r352931/

Log:
  - Add LICENSE
  - Use += for CFLAGS
  - Remove Author line

Modified:
  head/audio/fdmf/Makefile
  head/audio/fdmf/pkg-descr

Modified: head/audio/fdmf/Makefile
==============================================================================
--- head/audio/fdmf/Makefile	Sat May  3 18:21:43 2014	(r352930)
+++ head/audio/fdmf/Makefile	Sat May  3 18:23:45 2014	(r352931)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://w140.com/audio/ CEN
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Find similar music by perceptual hashing
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libgdbm.so:${PORTSDIR}/databases/gdbm \
 		libplot.so:${PORTSDIR}/graphics/plotutils \
 		libfftw3.so:${PORTSDIR}/math/fftw3
@@ -20,7 +22,7 @@ RUN_DEPENDS=	mplayer:${PORTSDIR}/multime
 
 USES=		perl5 shebangfix
 SHEBANG_FILES=	${SCRS}
-CFLAGS=		-I${LOCALBASE}/include -L. -L${LOCALBASE}/lib
+CFLAGS+=	-I${LOCALBASE}/include -L. -L${LOCALBASE}/lib
 MAKE_ENV=	VPATH=common
 PORTDOCS=	README
 BINS=		sonic_reducer vector_pairs

Modified: head/audio/fdmf/pkg-descr
==============================================================================
--- head/audio/fdmf/pkg-descr	Sat May  3 18:21:43 2014	(r352930)
+++ head/audio/fdmf/pkg-descr	Sat May  3 18:23:45 2014	(r352931)
@@ -5,5 +5,4 @@ fingerprint, or perceptual hash to recog
 currently under heavy development, so it might be buggy, broken, or
 otherwise bad. But it works for me.
 
-Author: Kurt Rosenfeld <kurt at w140 dot com>
 WWW: http://www.w140.com/audio/


More information about the svn-ports-all mailing list