Date: Wed, 31 Dec 2003 01:38:22 +0100 (CET) From: Vincent Tantardini <vinc@FreeBSD-fr.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60747: [non maintainer update] net/netspoc: update to 1.7 Message-ID: <20031231003822.C026C170C@sativa.0x45.org> Resent-Message-ID: <200312310040.hBV0eImH032124@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 60747 >Category: ports >Synopsis: [non maintainer update] net/netspoc: update to 1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 30 16:40:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: Vincent Tantardini >Release: FreeBSD 4.9-STABLE i386 >Organization: FreeBSD-fr.org >Environment: System: FreeBSD sativa.0x45.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Dec 26 21:19:14 CET 2003 vinc@sativa.0x45.org:/usr/obj/usr/src/sys/SATIVA i386 >Description: Update to 1.7 >How-To-Repeat: >Fix: --- netspoc.diff begins here --- diff -ruN netspoc.bak/Makefile netspoc/Makefile --- netspoc.bak/Makefile Tue Dec 30 23:16:41 2003 +++ netspoc/Makefile Tue Dec 30 23:17:31 2003 @@ -7,7 +7,7 @@ # PORTNAME= netspoc -PORTVERSION= 1.5 +PORTVERSION= 1.7 CATEGORIES= net MASTER_SITES= http://download.berlios.de/netspoc/ @@ -19,12 +19,19 @@ MAN1= netspoc.1 +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= "This port needs Perl 5.6.0 or greater, please upgrade your Perl!" +.endif + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/netspoc ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/Netspoc.pm ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/netspoc.man ${MANPREFIX}/man/man1/netspoc.1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -ruN netspoc.bak/distinfo netspoc/distinfo --- netspoc.bak/distinfo Tue Dec 30 23:16:41 2003 +++ netspoc/distinfo Tue Dec 30 21:12:48 2003 @@ -1 +1 @@ -MD5 (netspoc-1.5.tar.gz) = fb8d6ab2589a197812313ab718b2ef65 +MD5 (netspoc-1.7.tar.gz) = 59acf72f15fa724ed0daffd5fda29838 diff -ruN netspoc.bak/pkg-plist netspoc/pkg-plist --- netspoc.bak/pkg-plist Tue Dec 30 23:16:41 2003 +++ netspoc/pkg-plist Wed Dec 31 01:21:55 2003 @@ -1,6 +1,8 @@ bin/netspoc +bin/Netspoc.pm %%PORTDOCS%%%%DOCSDIR%%/CSPM.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/language.html %%PORTDOCS%%%%DOCSDIR%%/netspoc.html +%%PORTDOCS%%%%DOCSDIR%%/NEWS.html %%PORTDOCS%%@dirrm %%DOCSDIR%% --- netspoc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031231003822.C026C170C>