diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-04 06:15:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-04 06:15:38 +0800 |
commit | edc91d3c7c6fc262f23e8f5938452d74f507b288 (patch) | |
tree | 1e0fb22e166807a81b1b712231294ba708af0747 /audio | |
parent | 3afccd0d6f45af18c54f2562287d2b97e6b22b36 (diff) | |
download | freebsd-ports-gnome-edc91d3c7c6fc262f23e8f5938452d74f507b288.tar.gz freebsd-ports-gnome-edc91d3c7c6fc262f23e8f5938452d74f507b288.tar.zst freebsd-ports-gnome-edc91d3c7c6fc262f23e8f5938452d74f507b288.zip |
Move audio/icecast2 to audio/icecast
- Clean up Makefile
- Bump PORTREVISION for package change
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 2 | ||||
-rw-r--r-- | audio/icecast/Makefile (renamed from audio/icecast2/Makefile) | 14 | ||||
-rw-r--r-- | audio/icecast/distinfo (renamed from audio/icecast2/distinfo) | 0 | ||||
-rw-r--r-- | audio/icecast/files/icecast.in (renamed from audio/icecast2/files/icecast2.in) | 4 | ||||
-rw-r--r-- | audio/icecast/files/patch-conf-Makefile.in (renamed from audio/icecast2/files/patch-conf-Makefile.in) | 0 | ||||
-rw-r--r-- | audio/icecast/files/pkg-message.in (renamed from audio/icecast2/files/pkg-message.in) | 0 | ||||
-rw-r--r-- | audio/icecast/pkg-descr (renamed from audio/icecast2/pkg-descr) | 0 | ||||
-rw-r--r-- | audio/icecast/pkg-plist (renamed from audio/icecast2/pkg-plist) | 0 |
8 files changed, 9 insertions, 11 deletions
diff --git a/audio/Makefile b/audio/Makefile index e3c718dc2340..31656b5d8d3f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -336,8 +336,8 @@ SUBDIR += hs-libmpd SUBDIR += hts_engine-API SUBDIR += hydrogen + SUBDIR += icecast SUBDIR += icecast-kh - SUBDIR += icecast2 SUBDIR += icegenerator SUBDIR += ices SUBDIR += id3ed diff --git a/audio/icecast2/Makefile b/audio/icecast/Makefile index c4098a0c7a85..d100f4c56f59 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast/Makefile @@ -1,18 +1,19 @@ # Created by: Chip Marshall <chip@eboai.org> # $FreeBSD$ -PORTNAME= icecast2 +PORTNAME= icecast PORTVERSION= 2.4.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://downloads.xiph.org/releases/icecast/:source \ http://svn.xiph.org/releases/icecast/:source \ LOCAL/sunpoet/icecast:icon,source \ http://www.icecast.org/:icon -DISTFILES= icecast-${PORTVERSION}${EXTRACT_SUFX}:source \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \ favicon.ico:icon DIST_SUBDIR= icecast -EXTRACT_ONLY= icecast-${PORTVERSION}${EXTRACT_SUFX} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Streaming mp3/ogg-vorbis audio server @@ -29,18 +30,15 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ OPTIONS_DEFINE= DOCS +USES= cpe gmake localbase + CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} -USES= cpe gmake -WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} -DATADIR= ${PREFIX}/share/icecast -DOCSDIR= ${PREFIX}/share/doc/icecast SUB_FILES= pkg-message CPE_VENDOR= xiph -CPE_PRODUCT= icecast post-install: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/favicon.ico ${STAGEDIR}${DATADIR}/web/ diff --git a/audio/icecast2/distinfo b/audio/icecast/distinfo index 96582d3ab94b..96582d3ab94b 100644 --- a/audio/icecast2/distinfo +++ b/audio/icecast/distinfo diff --git a/audio/icecast2/files/icecast2.in b/audio/icecast/files/icecast.in index 05f0f7494cb2..83261185e2af 100644 --- a/audio/icecast2/files/icecast2.in +++ b/audio/icecast/files/icecast.in @@ -3,12 +3,12 @@ # $FreeBSD$ # -# PROVIDE: icecast2 +# PROVIDE: icecast # REQUIRE: DAEMON # BEFORE: LOGIN # KEYWORD: shutdown -# Add the following line to /etc/rc.conf to enable `icecast2'. +# Add the following line to /etc/rc.conf to enable `icecast'. # #icecast_enable="YES" # diff --git a/audio/icecast2/files/patch-conf-Makefile.in b/audio/icecast/files/patch-conf-Makefile.in index d515eed5ad6a..d515eed5ad6a 100644 --- a/audio/icecast2/files/patch-conf-Makefile.in +++ b/audio/icecast/files/patch-conf-Makefile.in diff --git a/audio/icecast2/files/pkg-message.in b/audio/icecast/files/pkg-message.in index 0bb7e6898662..0bb7e6898662 100644 --- a/audio/icecast2/files/pkg-message.in +++ b/audio/icecast/files/pkg-message.in diff --git a/audio/icecast2/pkg-descr b/audio/icecast/pkg-descr index 65ba53f24737..65ba53f24737 100644 --- a/audio/icecast2/pkg-descr +++ b/audio/icecast/pkg-descr diff --git a/audio/icecast2/pkg-plist b/audio/icecast/pkg-plist index 37580c527c60..37580c527c60 100644 --- a/audio/icecast2/pkg-plist +++ b/audio/icecast/pkg-plist |