aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-03-21 19:51:42 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-03-21 19:51:42 +0000
commita4939ed92e7e607124a26e6f88b89166974b79d2 (patch)
treef273534ed18c6ed6317bf75ab83c5a5cec005c91 /audio
parent8bc8d7d5cbd3dfd8e0524b499dc60fc8cf9b0cd2 (diff)
downloadports-a4939ed92e7e607124a26e6f88b89166974b79d2.tar.gz
ports-a4939ed92e7e607124a26e6f88b89166974b79d2.zip
- Remove USE_X_PREFIX
- Use SF macro - Bump portrevision Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
Notes
Notes: svn path=/head/; revision=209551
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-faad/Makefile5
-rw-r--r--audio/xmms-fc/Makefile7
-rw-r--r--audio/xmms-jack/Makefile5
-rw-r--r--audio/xmms-mad/Makefile6
-rw-r--r--audio/xmms-pipe/Makefile3
-rw-r--r--audio/xmms-sid/Makefile3
6 files changed, 11 insertions, 18 deletions
diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile
index dcc046d6cd45..d1e67904c07a 100644
--- a/audio/xmms-faad/Makefile
+++ b/audio/xmms-faad/Makefile
@@ -7,9 +7,9 @@
PORTNAME= faad2
PORTVERSION= 2.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= faac
PKGNAMEPREFIX= xmms-
@@ -27,7 +27,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_AUTOTOOLS= automake:15 autoheader:261 autoconf:261 libtool:15
AUTOMAKE_ARGS= --add-missing
-USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_GMAKE= yes
diff --git a/audio/xmms-fc/Makefile b/audio/xmms-fc/Makefile
index 928124c0ff26..2e23b04d4c8e 100644
--- a/audio/xmms-fc/Makefile
+++ b/audio/xmms-fc/Makefile
@@ -7,10 +7,10 @@
PORTNAME= xmms-fc
PORTVERSION= 0.5.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
+
MAINTAINER= dyeske@gmail.com
COMMENT= A XMMS future composer input plugin
@@ -19,7 +19,6 @@ BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Input/libfc.so lib/xmms/Input/libfc.la
-USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk12
USE_LDCONFIG= yes
diff --git a/audio/xmms-jack/Makefile b/audio/xmms-jack/Makefile
index 2658b6e31ae0..a6a430d50ee6 100644
--- a/audio/xmms-jack/Makefile
+++ b/audio/xmms-jack/Makefile
@@ -6,9 +6,9 @@
PORTNAME= jack
PORTVERSION= 0.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= xmms-jack
PKGNAMEPREFIX= xmms-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
@@ -22,7 +22,6 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
WRKSRC= ${WRKDIR}/xmms-jack
-USE_X_PREFIX= yes
USE_GNOME= gtk12 gnometarget
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile
index 5a8a9e9c13ed..3f3daf0681be 100644
--- a/audio/xmms-mad/Makefile
+++ b/audio/xmms-mad/Makefile
@@ -7,10 +7,9 @@
PORTNAME= xmms-mad
PORTVERSION= 0.1.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= xmms-mad
+MASTER_SITES= SF
MAINTAINER= dyeske@gmail.com
COMMENT= A XMMS input plugin that uses libmad
@@ -21,7 +20,6 @@ BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Input/libxmmsmad.so
-USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/audio/xmms-pipe/Makefile b/audio/xmms-pipe/Makefile
index 0a4986d8a0d9..5b5f71f0cb51 100644
--- a/audio/xmms-pipe/Makefile
+++ b/audio/xmms-pipe/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xmms-pipe
PORTVERSION= 0.5.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://rooster.stanford.edu/~ben/xmmspipe/files/
DISTNAME= xmmspipe-${PORTVERSION}
@@ -19,7 +19,6 @@ COMMENT= Controls XMMS with a named pipe
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
-USE_X_PREFIX= yes
USE_GMAKE= yes
ALL_TARGET= target
diff --git a/audio/xmms-sid/Makefile b/audio/xmms-sid/Makefile
index df8a6fa75b9a..f47c5fdaf841 100644
--- a/audio/xmms-sid/Makefile
+++ b/audio/xmms-sid/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xmms-sid
PORTVERSION= 0.7.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.tnsp.org/xs-files/
@@ -20,7 +20,6 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Input/libsid.so
USE_BZIP2= yes
-USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_LDCONFIG= yes