aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-05 22:18:24 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-05 22:18:24 +0800
commit6a7476a5fb1959e8e57535cf529dc9507e610deb (patch)
tree31f9ae0fe7091769e764142e633f6879c5f4aa5c /audio
parentbaeabed5ff7f1559546202c9abcde6a536dae173 (diff)
downloadfreebsd-ports-gnome-6a7476a5fb1959e8e57535cf529dc9507e610deb.tar.gz
freebsd-ports-gnome-6a7476a5fb1959e8e57535cf529dc9507e610deb.tar.zst
freebsd-ports-gnome-6a7476a5fb1959e8e57535cf529dc9507e610deb.zip
- Provide distfile mirror
- Add LICENSE PR: 200157 Submitted by: portmaster@bsdforge.com Approved by: maintainer timeout (mark@mkproductions.org, 3 weeks)
Diffstat (limited to 'audio')
-rw-r--r--audio/streamtranscoder/Makefile8
-rw-r--r--audio/streamtranscoder/pkg-descr2
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/streamtranscoder/Makefile b/audio/streamtranscoder/Makefile
index 8216cd5b457a..a31d21b50781 100644
--- a/audio/streamtranscoder/Makefile
+++ b/audio/streamtranscoder/Makefile
@@ -5,12 +5,14 @@ PORTNAME= streamtranscoder
PORTVERSION= 1.2.8
PORTREVISION= 13
CATEGORIES= audio
-MASTER_SITES= http://www.oddsock.org/tools/streamTranscoder/
+MASTER_SITES= http://BSDforge.com/projects/source/audio/streamtranscoder/
MAINTAINER= mark@mkproductions.org
COMMENT= Transcode and stream audio to a SHOUTcast/Icecast/Peercast server
-BROKEN= Unfetchable
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libmad.so:${PORTSDIR}/audio/libmad \
@@ -26,8 +28,6 @@ PORTDOCS= AUTHORS README
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|-O20|$$CFLAGS|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/<curl\/types.h>/d' \
diff --git a/audio/streamtranscoder/pkg-descr b/audio/streamtranscoder/pkg-descr
index cdb5c8f4de29..3458fe572b6c 100644
--- a/audio/streamtranscoder/pkg-descr
+++ b/audio/streamtranscoder/pkg-descr
@@ -5,4 +5,4 @@ Ogg Vorbis format. It can transcode the input audio by resampling or
re-encoding, as well as changing the format from MP3 to Ogg Vorbis (or vice
versa).
-WWW: http://www.oddsock.org/tools/streamTranscoder/
+WWW: http://bsdforge.com/projects/audio/streamTranscoder/