Update to 0.22

This commit is contained in:
Mathieu Arnold 2004-01-14 09:48:55 +00:00
parent b0389cc5b8
commit 4bd66ae93b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98142
4 changed files with 19 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Module-Build
PORTVERSION= 0.21
PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
@ -37,8 +37,10 @@ MAN3= Module::Build.3 \
Module::Build::Platform::VMS.3 \
Module::Build::Platform::VOS.3 \
Module::Build::Platform::Windows.3 \
Module::Build::Platform::aix.3 \
Module::Build::Platform::cygwin.3 \
Module::Build::Platform::darwin.3
Module::Build::Platform::darwin.3 \
Module::Build::Platform::os2.3
.include <bsd.port.pre.mk>

View File

@ -1 +1 @@
MD5 (Module-Build-0.21.tar.gz) = 3b9b9f5ea58d6a8250737555aa8b6caf
MD5 (Module-Build-0.22.tar.gz) = a788154750c657d01c0bf97d72e787e2

View File

@ -0,0 +1,11 @@
--- lib/Module/Build/Compat.pm~ Sun Jan 11 05:19:59 2004
+++ lib/Module/Build/Compat.pm Tue Jan 13 14:44:22 2004
@@ -144,7 +144,7 @@
$perl -e unlink -e shift $makefile
force_do_it :
- @
+
EOF
# XXX - user might be using a different subclass

View File

@ -13,8 +13,11 @@
%%SITE_PERL%%/Module/Build/Platform/VMS.pm
%%SITE_PERL%%/Module/Build/Platform/VOS.pm
%%SITE_PERL%%/Module/Build/Platform/Windows.pm
%%SITE_PERL%%/Module/Build/Platform/aix.pm
%%SITE_PERL%%/Module/Build/Platform/cygwin.pm
%%SITE_PERL%%/Module/Build/Platform/darwin.pm
%%SITE_PERL%%/Module/Build/Platform/os2.pm
%%SITE_PERL%%/Module/Build/PodParser.pm
@dirrm %%SITE_PERL%%/Module/Build/Platform
@dirrm %%SITE_PERL%%/Module/Build
@unexec rmdir %D/%%SITE_PERL%%/Module 2>/dev/null || true