Date: Thu, 6 Nov 2008 02:28:07 +0800 (CST) From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: demon@FreeBSD.org Subject: ports/128612: [PATCH] net-mgmt/p5-SNMP_Session: update to 1.12 Message-ID: <200811051828.mA5IS7Pr023673@stucgi.cs.nctu.edu.tw> Resent-Message-ID: <200811051830.mA5IUAja074480@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128612 >Category: ports >Synopsis: [PATCH] net-mgmt/p5-SNMP_Session: update to 1.12 >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: Wed Nov 05 18:30:09 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: NCTU CS >Environment: System: FreeBSD stucgi 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Fri Sep 5 14:56:26 CST >Description: - Update to 1.12 Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-SNMP_Session-1.12.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-mgmt/p5-SNMP_Session/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- Makefile 12 Dec 2007 14:22:56 -0000 1.31 +++ Makefile 5 Nov 2008 18:27:32 -0000 @@ -6,7 +6,7 @@ # PORTNAME= SNMP_Session -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= net-mgmt perl5 MASTER_SITES= http://www.switch.ch/misc/leinen/snmp/perl/dist/%SUBDIR%/ MASTER_SITE_SUBDIR= . old @@ -17,6 +17,8 @@ PERL_CONFIGURE= yes +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net-mgmt/p5-SNMP_Session/distinfo,v retrieving revision 1.21 diff -u -r1.21 distinfo --- distinfo 12 Dec 2007 14:22:56 -0000 1.21 +++ distinfo 5 Nov 2008 18:27:32 -0000 @@ -1,3 +1,3 @@ -MD5 (SNMP_Session-1.11.tar.gz) = 6308adedd0eba8d3fd073f32b8768d04 -SHA256 (SNMP_Session-1.11.tar.gz) = 1771380db1f7ece119dc76ce75ec914ab446adb1b44637788c41515be736bcf1 -SIZE (SNMP_Session-1.11.tar.gz) = 67478 +MD5 (SNMP_Session-1.12.tar.gz) = 5f6b365b4c3815b13d7a902d94e254af +SHA256 (SNMP_Session-1.12.tar.gz) = 957053683ca36129565db5018dd219bcc740ae781c4fbc9bc03f263f691730e8 +SIZE (SNMP_Session-1.12.tar.gz) = 68407 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net-mgmt/p5-SNMP_Session/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 24 Oct 2003 12:03:14 -0000 1.5 +++ pkg-plist 5 Nov 2008 18:27:32 -0000 @@ -2,8 +2,8 @@ %%SITE_PERL%%/SNMP_Session.pm %%SITE_PERL%%/SNMP_util.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP_Session/.packlist -%%PORTDOCS%%share/doc/SNMP_Session/README -%%PORTDOCS%%share/doc/SNMP_Session/README.SNMP_util -%%PORTDOCS%%share/doc/SNMP_Session/index.html -%%PORTDOCS%%@dirrm share/doc/SNMP_Session +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.SNMP_util +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP_Session --- p5-SNMP_Session-1.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811051828.mA5IS7Pr023673>