svn commit: r311062 - head/net/sip_scenario
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jan 27 12:31:38 UTC 2013
Author: bapt
Date: Sun Jan 27 12:31:37 2013
New Revision: 311062
URL: http://svnweb.freebsd.org/changeset/ports/311062
Log:
Fix WWW and MASTER_SITE,
pass maintainership to submitter
undeprecate
PR: ports/175626
Submitted by: Kurt Jaeger <fbsd-ports at opsec.eu>
Modified:
head/net/sip_scenario/Makefile
head/net/sip_scenario/pkg-descr
Modified: head/net/sip_scenario/Makefile
==============================================================================
--- head/net/sip_scenario/Makefile Sun Jan 27 12:25:41 2013 (r311061)
+++ head/net/sip_scenario/Makefile Sun Jan 27 12:31:37 2013 (r311062)
@@ -4,20 +4,25 @@
PORTNAME= sip_scenario
PORTVERSION= 1.2.7
CATEGORIES= net
-MASTER_SITES= http://www.iptel.org/~sipsc/index/
+MASTER_SITES= http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/index/
DISTNAME= ${PORTNAME}.v${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= fbsd-ports at opsec.eu
COMMENT= SIP call flow creator (HTML format)
-DEPRECATED= No more upstream, no more public distfiles
-EXPIRATION_DATE= 2013-02-27
+LICENSE= AL2
USE_ZIP= yes
USE_PERL5_RUN= yes
WRKSRC= ${WRKDIR}
+# TODO: there are two documents available at
+# http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/index/SipScenario.pdf
+# and
+# http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/index/SipScenarioPart2.pdf
+# download them and install them in /usr/local/share/doc/sip_scenario/
+
PLIST_FILES= bin/sip_scenario.pl
NO_BUILD= yes
Modified: head/net/sip_scenario/pkg-descr
==============================================================================
--- head/net/sip_scenario/pkg-descr Sun Jan 27 12:25:41 2013 (r311061)
+++ head/net/sip_scenario/pkg-descr Sun Jan 27 12:31:37 2013 (r311062)
@@ -6,4 +6,4 @@ displays the contents of the traced SIP
is a useful tool for SIP professionals, engineers, administrators, educators,
etc.
-WWW: http://www.iptel.org/~sipsc/
+WWW: http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/
More information about the svn-ports-all
mailing list