ports/57570: [MAINTAINER] net/pancho: update to 9.2.2

Nicolas Jombart ecu at ipv42.net
Sat Oct 4 11:20:21 UTC 2003


>Number:         57570
>Category:       ports
>Synopsis:       [MAINTAINER] net/pancho: update to 9.2.2
>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:   Sat Oct 04 04:20:19 PDT 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.2
- Use ${SITE_PERL} and ${DOCSDIR}

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

--- pancho-9.2.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/pancho/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	15 Aug 2003 07:42:35 -0000	1.18
+++ Makefile	4 Oct 2003 11:09:31 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pancho
-PORTVERSION=	9.2.1
+PORTVERSION=	9.2.2
 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=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/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
@@ -31,9 +31,10 @@
 post-install:
 	@${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${PREFIX}/etc/pancho.conf.sample
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+	@${MKDIR} ${DOCSDIR}
 .for f in README README.plugins Plugin.sample
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}
+	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
 .endfor
 .endif
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/pancho/distinfo,v
retrieving revision 1.15
diff -u -r1.15 distinfo
--- distinfo	15 Aug 2003 07:42:36 -0000	1.15
+++ distinfo	4 Oct 2003 11:09:31 -0000
@@ -1 +1 @@
-MD5 (pancho-v9.2.1.tar.gz) = 979cda9b53f4c286bfcd8c37b7a12288
+MD5 (pancho-v9.2.2.tar.gz) = 1873f8deb2b890670ba62a9662d52d35
--- pancho-9.2.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list