diff options
author | dhn <dhn@FreeBSD.org> | 2011-03-24 00:43:59 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-03-24 00:43:59 +0800 |
commit | 9037e95445b29592302d3292ce0b61bc4fdd0943 (patch) | |
tree | 82a39ca773f38d73cfe3d5b4c4a90c7f96faa67f /net | |
parent | 3fbca5b6feaa780aa0478779dd079e0d06fb9b7c (diff) | |
download | freebsd-ports-gnome-9037e95445b29592302d3292ce0b61bc4fdd0943.tar.gz freebsd-ports-gnome-9037e95445b29592302d3292ce0b61bc4fdd0943.tar.zst freebsd-ports-gnome-9037e95445b29592302d3292ce0b61bc4fdd0943.zip |
- Update MASTER_SITES/WWW
PR: ports/155803
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/osrtspproxy/Makefile | 7 | ||||
-rw-r--r-- | net/osrtspproxy/pkg-descr | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/net/osrtspproxy/Makefile b/net/osrtspproxy/Makefile index 4328c87cf478..b998c724ea53 100644 --- a/net/osrtspproxy/Makefile +++ b/net/osrtspproxy/Makefile @@ -9,14 +9,11 @@ PORTNAME= osrtspproxy PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://docs.real.com/docs/proxykit/ +MASTER_SITES= SF/rtsp/RTSP%20Proxy%20Kit/${PORTVERSION} DISTNAME= ${PORTNAME}_2_0 MAINTAINER= ports@FreeBSD.org -COMMENT= The RTSP Proxy Kit is a reference implementation of an RTSP proxy - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +COMMENT= The RTSP Proxy Kit - A reference implementation of an RTSP proxy HAS_CONFIGURE= YES diff --git a/net/osrtspproxy/pkg-descr b/net/osrtspproxy/pkg-descr index 32099ac83733..cf3ce3759d64 100644 --- a/net/osrtspproxy/pkg-descr +++ b/net/osrtspproxy/pkg-descr @@ -3,4 +3,4 @@ The RTSP Proxy Kit is a reference implementation of an RTSP proxy. RTSP (RFC 2326) is a client-server multimedia presentation control protocol, used e.g. by RealNetworks RealPlayer. -WWW: http://www.rtsp.org/2001/proxy/ +WWW: http://sourceforge.net/projects/rtsp/ |