ports/58640: [MAINTAINER] net/pancho: update to 9.2.4

Nicolas Jombart ecu at ipv42.net
Tue Oct 28 16:20:21 UTC 2003


>Number:         58640
>Category:       ports
>Synopsis:       [MAINTAINER] net/pancho: update to 9.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 28 08:20:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Jombart
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD shiva.int.ipv42.net 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Tue Aug 26 15:11:08 CEST 2003
>Description:
- Update to 9.2.4
- Delete comments in RUN_DEPENDS section (don't know why they are here)
- make use of ${DOCS}

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- pancho-9.2.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/pancho/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	4 Oct 2003 12:41:07 -0000	1.19
+++ Makefile	28 Oct 2003 16:16:32 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pancho
-PORTVERSION=	9.2.2
+PORTVERSION=	9.2.4
 CATEGORIES=	net
 MASTER_SITES=	http://www.panchoproject.org/archives/pancho/
 DISTNAME=	pancho-v${PORTVERSION}
@@ -14,9 +14,9 @@
 MAINTAINER=	ecu at ipv42.net
 COMMENT=	Network devices management tool using TFTP and SNMP
 
-#RUN_DEPENDS=	${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \
-#		${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
-#		${SITE_PERL}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager
+RUN_DEPENDS=	${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \
+		${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
+		${SITE_PERL}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager
 
 WRKSRC=		${WRKDIR}/Pancho-${PORTVERSION}
 USE_PERL5=	YES
@@ -24,6 +24,8 @@
 
 MAN1=		pancho.1
 
+DOCS=		README README.plugins Plugin.sample
+
 post-patch:
 	@${MV} ${WRKSRC}/lib/Pancho/Plugins/README ${WRKSRC}/README.plugins
 	@${MV} ${WRKSRC}/lib/Pancho/Plugins/Plugin.sample ${WRKSRC}/
@@ -32,9 +34,7 @@
 	@${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${PREFIX}/etc/pancho.conf.sample
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for f in README README.plugins Plugin.sample
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/pancho/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- distinfo	4 Oct 2003 12:41:07 -0000	1.16
+++ distinfo	28 Oct 2003 16:16:33 -0000
@@ -1 +1 @@
-MD5 (pancho-v9.2.2.tar.gz) = 1873f8deb2b890670ba62a9662d52d35
+MD5 (pancho-v9.2.4.tar.gz) = f251adffbec7c9b60c6e2e632d272d8d
--- pancho-9.2.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list