diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-09-26 07:18:57 +0800 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-09-26 07:18:57 +0800 |
commit | c5f1322b06eeca4f63fa1c02cc302e52a419088d (patch) | |
tree | ce2530d98ee8921e1838d0ca1bff03dc63bf3868 /audio/sidplay | |
parent | f425e706b2bc2d118cf1c488d0acc780062e8c80 (diff) | |
download | freebsd-ports-gnome-c5f1322b06eeca4f63fa1c02cc302e52a419088d.tar.gz freebsd-ports-gnome-c5f1322b06eeca4f63fa1c02cc302e52a419088d.tar.zst freebsd-ports-gnome-c5f1322b06eeca4f63fa1c02cc302e52a419088d.zip |
A volunteer has stepped forward to host the distfiles for
audio/libsidplay and audio/sidplay, so un-DEPRECATE them,
and the ports that depend on them.
Reset the maintainer due to complete lack of response.
Diffstat (limited to 'audio/sidplay')
-rw-r--r-- | audio/sidplay/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 \ |