Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2013 12:31:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311062 - head/net/sip_scenario
Message-ID:  <201301271231.r0RCVcVS030337@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	fbsd-ports@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301271231.r0RCVcVS030337>