diff options
author | nork <nork@FreeBSD.org> | 2003-07-31 16:41:22 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-31 16:41:22 +0800 |
commit | cf22727d24afc6a19650d983a86aafb75d623280 (patch) | |
tree | 1655acad467ac63b02e75fe0a5abc0388ffaaf8e /net | |
parent | 7514c9406108e4188535b87f2cc74b2c7158f036 (diff) | |
download | freebsd-ports-gnome-cf22727d24afc6a19650d983a86aafb75d623280.tar.gz freebsd-ports-gnome-cf22727d24afc6a19650d983a86aafb75d623280.tar.zst freebsd-ports-gnome-cf22727d24afc6a19650d983a86aafb75d623280.zip |
Update to 4.1.3g.
Submitted by: Tim Kellers <timothyk@serv1.wallnet.com>
NAKANUMA Takashi <takas@bashi.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/DarwinStreamingServer/Makefile | 6 | ||||
-rw-r--r-- | net/DarwinStreamingServer/distinfo | 2 | ||||
-rw-r--r-- | net/DarwinStreamingServer/files/patch-DSS_MakeRoot | 11 |
3 files changed, 5 insertions, 14 deletions
diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile index 281e6b3563e1..fddffa556948 100644 --- a/net/DarwinStreamingServer/Makefile +++ b/net/DarwinStreamingServer/Makefile @@ -6,19 +6,21 @@ # PORTNAME= DarwinStreamingServer -PORTVERSION= 4.1.3 +PORTVERSION= 4.1.3g #PORTREVISION= 1 CATEGORIES= net MASTER_SITES= #http://developer.apple.com/darwin/projects/streaming/source/ # You must accept APSL (Apple Public Source License), and get # DSS-4_1_3.src.tar.gz. -DISTNAME= DSS-${PORTVERSION:S/./_/g}.src +DISTNAME= DSS-${PORTVERSION:S/./_/g:S/g//}.src MAINTAINER= nork@FreeBSD.org COMMENT= Darwin Streaming Server, a MP3, MPEG4 and QuickTime streaming server RUN_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay +WRKSRC= ${WRKDIR}/DSS-${PORTVERSION:S/./_/g}.src + RESTRICTED= "See http://www.opensource.apple.com/apsl/" NO_CDROM= ${RESTRICTED} NO_PACKAGE= ${RESTRICTED} diff --git a/net/DarwinStreamingServer/distinfo b/net/DarwinStreamingServer/distinfo index 13b65d98eb8a..f35cdbd9d6dc 100644 --- a/net/DarwinStreamingServer/distinfo +++ b/net/DarwinStreamingServer/distinfo @@ -1 +1 @@ -MD5 (DSS-4_1_3.src.tar.gz) = 9bc5033c9dcb17a2cd619dc9dead93e7 +MD5 (DSS-4_1_3.src.tar.gz) = 52e0399b963443062670c5185d030957 diff --git a/net/DarwinStreamingServer/files/patch-DSS_MakeRoot b/net/DarwinStreamingServer/files/patch-DSS_MakeRoot deleted file mode 100644 index 980574443756..000000000000 --- a/net/DarwinStreamingServer/files/patch-DSS_MakeRoot +++ /dev/null @@ -1,11 +0,0 @@ ---- DSS_MakeRoot.orig Fri Jul 12 03:58:59 2002 -+++ DSS_MakeRoot Mon Sep 23 23:37:12 2002 -@@ -95,7 +95,7 @@ - echo copying "sample.mp3" into "$INSTALLROOT/usr/local/movies" - cp sample.mp3 $INSTALLROOT/usr/local/movies/ - -- if [-d SpamPro.tproj ]; then -+ if [ -d SpamPro.tproj ]; then - echo copying "StreamingLoadTool" to "$INSTALLROOT/usr/local/bin/StreamingLoadTool" - cp SpamPro.tproj/StreamingLoadTool $INSTALLROOT/usr/local/bin/ - |