aboutsummaryrefslogtreecommitdiff
path: root/net/DarwinStreamingServer
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-07-31 08:41:22 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-07-31 08:41:22 +0000
commitf1f73fe58287511ca03e7ea878cde0dbc1ba6be8 (patch)
tree80803e75f51709028f4ff795a010b48d7f022b1f /net/DarwinStreamingServer
parentef9dd75dbb24278866b18df532da2bf05244767e (diff)
downloadports-f1f73fe58287511ca03e7ea878cde0dbc1ba6be8.tar.gz
ports-f1f73fe58287511ca03e7ea878cde0dbc1ba6be8.zip
Notes
Diffstat (limited to 'net/DarwinStreamingServer')
-rw-r--r--net/DarwinStreamingServer/Makefile6
-rw-r--r--net/DarwinStreamingServer/distinfo2
-rw-r--r--net/DarwinStreamingServer/files/patch-DSS_MakeRoot11
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/
-