svn commit: r300923 - head/audio/tap-plugins
Ruslan Mahmatkhanov
rm at FreeBSD.org
Mon Jul 16 06:24:20 UTC 2012
Author: rm
Date: Mon Jul 16 06:24:19 2012
New Revision: 300923
URL: http://svn.freebsd.org/changeset/ports/300923
Log:
- update to 0.7.2
- pass maintainership to submitter (discussed in private email)
- add license (GPLv2)
- whitespace cleanup and Author removing from pkg-descr
PR: 169757
Reported by: Taku YAMAMOTO <taku at tackymt.homeip dot net>
Modified:
head/audio/tap-plugins/Makefile
head/audio/tap-plugins/distinfo
head/audio/tap-plugins/pkg-descr
Modified: head/audio/tap-plugins/Makefile
==============================================================================
--- head/audio/tap-plugins/Makefile Mon Jul 16 06:09:53 2012 (r300922)
+++ head/audio/tap-plugins/Makefile Mon Jul 16 06:24:19 2012 (r300923)
@@ -5,13 +5,15 @@
# $FreeBSD$
PORTNAME= tap-plugins
-PORTVERSION= 0.7.1
+PORTVERSION= 0.7.2
CATEGORIES= audio
MASTER_SITES= SF/tap-plugins/tap-plugins/${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= taku at tackymt.homeip.net
COMMENT= LADSPA Plugins by Tom Szilagy
+LICENSE= GPLv2
+
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I. -c -fPIC -DPIC" \
LDFLAGS="-nostartfiles -shared -Wl,-Bsymbolic -lm"
Modified: head/audio/tap-plugins/distinfo
==============================================================================
--- head/audio/tap-plugins/distinfo Mon Jul 16 06:09:53 2012 (r300922)
+++ head/audio/tap-plugins/distinfo Mon Jul 16 06:24:19 2012 (r300923)
@@ -1,2 +1,2 @@
-SHA256 (tap-plugins-0.7.1.tar.gz) = 466294fb8b252b6a4da4f6d44d36ef7eb11ebe2e85a1d78aca5ab9613d1d5a28
-SIZE (tap-plugins-0.7.1.tar.gz) = 72752
+SHA256 (tap-plugins-0.7.2.tar.gz) = 1a484bd8084260448ed3ea6a8edeb61b9e70df9e88036f4b35741fc23be79ee0
+SIZE (tap-plugins-0.7.2.tar.gz) = 70961
Modified: head/audio/tap-plugins/pkg-descr
==============================================================================
--- head/audio/tap-plugins/pkg-descr Mon Jul 16 06:09:53 2012 (r300922)
+++ head/audio/tap-plugins/pkg-descr Mon Jul 16 06:24:19 2012 (r300923)
@@ -1,5 +1,4 @@
-TAP-plugins is short for Tom's Audio Processing plugins.
-It is a bunch of LADSPA plugins for digital audio processing
+TAP-plugins is short for Tom's Audio Processing plugins.
+It is a bunch of LADSPA plugins for digital audio processing.
-Author: Tom Szilagy
WWW: http://tap-plugins.sourceforge.net/
More information about the svn-ports-head
mailing list