aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-09-25 23:18:57 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-09-25 23:18:57 +0000
commitc5f1322b06eeca4f63fa1c02cc302e52a419088d (patch)
treece2530d98ee8921e1838d0ca1bff03dc63bf3868 /audio
parentf425e706b2bc2d118cf1c488d0acc780062e8c80 (diff)
downloadports-c5f1322b06eeca4f63fa1c02cc302e52a419088d.tar.gz
ports-c5f1322b06eeca4f63fa1c02cc302e52a419088d.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/libsidplay/Makefile7
-rw-r--r--audio/sidplay/Makefile7
-rw-r--r--audio/xmms-sid/Makefile3
3 files changed, 4 insertions, 13 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile
index 3c2965e38393..46a72fd8efce 100644
--- a/audio/libsidplay/Makefile
+++ b/audio/libsidplay/Makefile
@@ -8,15 +8,12 @@
PORTNAME= libsidplay
PORTVERSION= 1.36.59
CATEGORIES= audio emulators
-MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
+MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
EXTRACT_SUFX= .tgz
-MAINTAINER= sec@42.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Commodore SID-chip emulator library to play SID music files
-DEPRECATED= No Master Site
-EXPIRATION_DATE= 2011-09-30
-
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile
index 068f2a6edd22..88ba80dad831 100644
--- a/audio/sidplay/Makefile
+++ b/audio/sidplay/Makefile
@@ -8,16 +8,13 @@
PORTNAME= sidplay
PORTVERSION= 1.0.9
CATEGORIES= audio emulators
-MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
+MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
DISTNAME= ${PORTNAME}-base-${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= sec@42.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Commodore SID-chip emulator that plays SID music files
-DEPRECATED= No Master Site
-EXPIRATION_DATE= 2011-09-30
-
LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
CONFIGURE_ARGS= --with-sidplay-includes=${LOCALBASE}/include \
diff --git a/audio/xmms-sid/Makefile b/audio/xmms-sid/Makefile
index c7c5af7d3cb3..7a6c6d87c9c8 100644
--- a/audio/xmms-sid/Makefile
+++ b/audio/xmms-sid/Makefile
@@ -14,9 +14,6 @@ MASTER_SITES= http://www.tnsp.org/xs-files/
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS input plugin to play SID files
-DEPRECATED= Relies on audio/libsidplay, which is deprecated
-EXPIRATION_DATE= 2011-09-30
-
LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms