Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 18:23:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352931 - head/audio/fdmf
Message-ID:  <201405031823.s43INk7T094890@svn.freebsd.org>

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



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