Date: Tue, 6 Jun 2006 05:06:37 +0800 (CST) From: Rong-En Fan <rafan@infor.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98556: [PATCH] x11/p5-X11-GUITest: update to 0.21, portlint(1) Message-ID: <200606052106.k55L6b96072820@svm.csie.ntu.edu.tw> Resent-Message-ID: <200606052120.k55LKH8a062537@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98556 >Category: ports >Synopsis: [PATCH] x11/p5-X11-GUITest: update to 0.21, portlint(1) >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: Mon Jun 05 21:20:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.1-RELEASE i386 >Organization: NTU CSIE >Environment: >Description: - Update to 0.21 - portlint(1) Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-X11-GUITest-0.21.patch begins here --- diff -ruN --exclude=CVS /usr/ports/x11/p5-X11-GUITest/Makefile /home/rafan/tmp/ports/p5-X11-GUITest/Makefile --- /usr/ports/x11/p5-X11-GUITest/Makefile Sun May 14 03:28:16 2006 +++ /home/rafan/tmp/ports/p5-X11-GUITest/Makefile Tue Jun 6 05:01:49 2006 @@ -7,7 +7,7 @@ # PORTNAME= X11-GUITest -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -27,7 +27,7 @@ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again +IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again .endif post-patch: diff -ruN --exclude=CVS /usr/ports/x11/p5-X11-GUITest/distinfo /home/rafan/tmp/ports/p5-X11-GUITest/distinfo --- /usr/ports/x11/p5-X11-GUITest/distinfo Sat Nov 26 03:09:45 2005 +++ /home/rafan/tmp/ports/p5-X11-GUITest/distinfo Tue Jun 6 04:57:27 2006 @@ -1,3 +1,6 @@ -MD5 (X11-GUITest-0.20.tar.gz) = d175896c876b932e11f5a3ffa313f189 -SHA256 (X11-GUITest-0.20.tar.gz) = d9709823f16c908e7a94e18bf97f4e7fcb55d0671cd041f036dbf38470eaf2b3 -SIZE (X11-GUITest-0.20.tar.gz) = 39913 +MD5 (X11-GUITest-0.21.tar.gz) = 2c7bf7e1079094bda698404961c28ac2 +SHA256 (X11-GUITest-0.21.tar.gz) = a84b5873c85d96486b807357cc6462e622bcad817524cb4b72418e26ba98722a +SIZE (X11-GUITest-0.21.tar.gz) = 48565 +MD5 (X11-GUITest-0.21.tar.gz) = 2c7bf7e1079094bda698404961c28ac2 +SHA256 (X11-GUITest-0.21.tar.gz) = a84b5873c85d96486b807357cc6462e622bcad817524cb4b72418e26ba98722a +SIZE (X11-GUITest-0.21.tar.gz) = 48565 Binary files /usr/ports/x11/p5-X11-GUITest/p5-X11-GUITest-0.21.tbz and /home/rafan/tmp/ports/p5-X11-GUITest/p5-X11-GUITest-0.21.tbz differ diff -ruN --exclude=CVS /usr/ports/x11/p5-X11-GUITest/pkg-plist /home/rafan/tmp/ports/p5-X11-GUITest/pkg-plist --- /usr/ports/x11/p5-X11-GUITest/pkg-plist Thu Oct 28 14:30:54 2004 +++ /home/rafan/tmp/ports/p5-X11-GUITest/pkg-plist Tue Jun 6 05:03:09 2006 @@ -1,7 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/X11/GUITest.pm -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/X11 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/X11 %%SITE_PERL%%/%%PERL_ARCH%%/auto/X11/GUITest/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/X11/GUITest/GUITest.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/X11/GUITest/GUITest.bs @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/X11/GUITest -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/X11 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/X11 --- p5-X11-GUITest-0.21.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?200606052106.k55L6b96072820>