Bug 175626 - [patch update] net/sip_scenario take maintainer, update download site
Summary: [patch update] net/sip_scenario take maintainer, update download site
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-27 10:30 UTC by Kurt Jaeger
Modified: 2013-01-27 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.45 KB, patch)
2013-01-27 10:30 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2013-01-27 10:30:00 UTC
	take maintainer, update download location

How-To-Repeat: 	-
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2013-01-27 12:28:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-27 12:31:51 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2013-01-27 12:31:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!