Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 19:18:29 +0100 (BST)
From:      Janos Mohacsi <janos.mohacsi@dante.org.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39303: Update-Port: net/sipcalc (to version 1.1.1)
Message-ID:  <200206141818.g5EIITpb073344@budapest.dante.org.uk>

next in thread | raw e-mail | index | archive | help

>Number:         39303
>Category:       ports
>Synopsis:       Update-Port: net/sipcalc (to version 1.1.1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 14 11:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 4.6-RC i386
>Organization:
DANTE
>Environment:
System: FreeBSD budapest.dante.org.uk 4.6-RC FreeBSD 4.6-RC #2: Mon Jun 3 09:47:22 BST 2002 janos@budapest.dante.org.uk:/usr/src/sys/compile/BUDAPEST i386

>Description:

Update to Subnet IP calculator.

Changes:
	Update to sipcalc 1.1.1. 
	CGI support removed by the original author. 
	New document is installed in the PORTDOCS.

>How-To-Repeat:
	Apply this unified diff.
>Fix:

diff -ruN sipcalc.bak/Makefile sipcalc/Makefile
--- sipcalc.bak/Makefile	Fri Jun 14 18:48:44 2002
+++ sipcalc/Makefile	Fri Jun 14 19:03:53 2002
@@ -6,23 +6,25 @@
 #
 
 PORTNAME=	sipcalc
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.routemeister.net/projects/sipcalc/files/
 
-MAINTAINER=	Janos.Mohacsi@dante.org.uk
+MAINTAINER=	Janos.Mohacsi@bsd.hu
 
 LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 
 GNU_CONFIGURE=	yes
 MAN1=		sipcalc.1
 
+DOC_FILES=      doc/sipcalc.txt
+
 post-install:
-	@${ECHO} '======================================================='
-	@${ECHO} 'If you want CGI support copy sipcalc-www to your CGI '
-	@${ECHO} 'directory. Copy also the docs/web.html into the appropriate '
-	@${ECHO} 'web directory. This is not done, since CGI and web setup'
-	@${ECHO} 'has to be done according to your local policy.'
-	@${ECHO} '======================================================='
+.ifndef(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+.for file in ${DOC_FILES}
+	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
 
 .include <bsd.port.mk>
diff -ruN sipcalc.bak/distinfo sipcalc/distinfo
--- sipcalc.bak/distinfo	Fri Jun 14 18:47:05 2002
+++ sipcalc/distinfo	Fri Jun 14 18:49:16 2002
@@ -1 +1 @@
-MD5 (sipcalc-1.1.0.tar.gz) = 556528a6d80fffda792bd3bdc6ac954b
+MD5 (sipcalc-1.1.1.tar.gz) = 0c08d931afaff76517f8d3021dc43ae0
diff -ruN sipcalc.bak/pkg-plist sipcalc/pkg-plist
--- sipcalc.bak/pkg-plist	Fri Jun 14 18:47:05 2002
+++ sipcalc/pkg-plist	Fri Jun 14 19:01:38 2002
@@ -1 +1,3 @@
 bin/sipcalc
+%%PORTDOCS%%share/doc/sipcalc/sipcalc.txt
+%%PORTDOCS%%@dirrm share/doc/sipcalc
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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