svn commit: r358410 - head/audio/jamin
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 19 13:16:23 UTC 2014
Author: amdmi3
Date: Thu Jun 19 13:16:22 2014
New Revision: 358410
URL: http://svnweb.freebsd.org/changeset/ports/358410
QAT: https://qat.redports.org/buildarchive/r358410/
Log:
- Switch to USES=libtool, drop .la files
Modified:
head/audio/jamin/Makefile
head/audio/jamin/pkg-plist
Modified: head/audio/jamin/Makefile
==============================================================================
--- head/audio/jamin/Makefile Thu Jun 19 13:15:37 2014 (r358409)
+++ head/audio/jamin/Makefile Thu Jun 19 13:16:22 2014 (r358410)
@@ -3,7 +3,7 @@
PORTNAME= jamin
PORTVERSION= 0.95.0
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= audio
MASTER_SITES= SF
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
GNU_CONFIGURE= yes
-USES= desktop-file-utils gmake pkgconfig shared-mime-info
+USES= desktop-file-utils gmake libtool pkgconfig shared-mime-info
USE_GNOME= gtk20 libxml2
.include <bsd.port.mk>
Modified: head/audio/jamin/pkg-plist
==============================================================================
--- head/audio/jamin/pkg-plist Thu Jun 19 13:15:37 2014 (r358409)
+++ head/audio/jamin/pkg-plist Thu Jun 19 13:16:22 2014 (r358410)
@@ -2,7 +2,6 @@ bin/jamin
bin/jamin-scene
man/man1/jamin.1.gz
lib/ladspa/jamincont_1912.so
-lib/ladspa/jamincont_1912.la
%%DATADIR%%/pixmaps/brushed-steel.png
%%DATADIR%%/pixmaps/thai-gold-knobs.png
%%DATADIR%%/pixmaps/thai-gold.png
More information about the svn-ports-all
mailing list