1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 1.01.

This commit is contained in:
Anton Berezin 2002-07-28 06:41:19 +00:00
parent 06b789ac46
commit 8a4f82b6c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63656
3 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (Set-Window-1.00.tar.gz) = f42b0eba45cb50b687c3be58945b896c
MD5 (Set-Window-1.01.tar.gz) = ae662383a98133938ff83914f36ee70d

View File

@ -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>