diff options
author | tobez <tobez@FreeBSD.org> | 2002-07-28 06:41:19 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-07-28 06:41:19 +0000 |
commit | 57a78e3cee41af327c7d805a7d39c695b64fe401 (patch) | |
tree | 8344c7d504c44529fa6df07ed761f82e353876a7 | |
parent | 2432f97c6a8c8ea7e8d27ccfc261f5e653186234 (diff) | |
download | FreeBSD-ports-57a78e3cee41af327c7d805a7d39c695b64fe401.zip FreeBSD-ports-57a78e3cee41af327c7d805a7d39c695b64fe401.tar.gz |
Update to 1.01.
-rw-r--r-- | math/p5-Set-Window/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Set-Window/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Set-Window/pkg-descr | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/math/p5-Set-Window/Makefile b/math/p5-Set-Window/Makefile index 34e1416..c0607a0 100644 --- a/math/p5-Set-Window/Makefile +++ b/math/p5-Set-Window/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Set-Window -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Set @@ -19,4 +19,7 @@ PERL_CONFIGURE= yes MAN3= Set::Window.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +post-patch: + ${PERL} -pi -e '$$_="" if /use 5/;' ${WRKSRC}/Window.pm + .include <bsd.port.mk> diff --git a/math/p5-Set-Window/distinfo b/math/p5-Set-Window/distinfo index 2dc53c7..e9e4e57 100644 --- a/math/p5-Set-Window/distinfo +++ b/math/p5-Set-Window/distinfo @@ -1 +1 @@ -MD5 (Set-Window-1.00.tar.gz) = f42b0eba45cb50b687c3be58945b896c +MD5 (Set-Window-1.01.tar.gz) = ae662383a98133938ff83914f36ee70d diff --git a/math/p5-Set-Window/pkg-descr b/math/p5-Set-Window/pkg-descr index b2215a6..9936c04 100644 --- a/math/p5-Set-Window/pkg-descr +++ b/math/p5-Set-Window/pkg-descr @@ -5,5 +5,7 @@ Methods are provided for creating and modifying windows, for obtaining information about windows, and for performing some simple set operations on windows. +WWW: http://search.cpan.org/search?dist=Set-Window + -Anton <tobez@FreeBSD.org> |