ports/54320: update devel/p5-Module-Build
Mathieu Arnold
m at absolight.net
Thu Jul 10 14:00:35 UTC 2003
>Number: 54320
>Category: ports
>Synopsis: update devel/p5-Module-Build
>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: Thu Jul 10 07:00:31 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Mathieu Arnold
>Release: FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386
>Description:
Update devel/p5-Module-Build to 0.19
>How-To-Repeat:
>Fix:
There is still no way of having Module::Build respect PREFIX.
The way I found out with v 0.18 no longer work, and the doc says something
easier should work, but, it does not appear to work. I'm trying to keep in
touch with developpers so that I can find a way for it to work.
--- p5-Module-Build-0.19.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Module-Build/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 4 Jul 2003 11:43:00 -0000 1.3
+++ Makefile 10 Jul 2003 13:49:12 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= Module-Build
-PORTVERSION= 0.18
+PORTVERSION= 0.19
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
@@ -15,8 +15,7 @@
MAINTAINER= demon at FreeBSD.org
COMMENT= Build and install Perl modules
-BUILD_DEPENDS= ${SITE_PERL}/Module/Info.pm:${PORTSDIR}/devel/p5-Module-Info \
- ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
+BUILD_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -26,6 +25,12 @@
.if ${PERL_LEVEL} > 500600
BUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
+RUN_DEPENDS+= ${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
+.endif
+.if ${PERL_LEVEL} < 500600
+BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
+RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
+.include "inc.build.mk"
.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Module-Build/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo 29 Jun 2003 09:30:08 -0000 1.1
+++ distinfo 10 Jul 2003 13:49:12 -0000
@@ -1 +1 @@
-MD5 (Module-Build-0.18.tar.gz) = 18f35dc7e5751f8e56554f564293d0bc
+MD5 (Module-Build-0.19.tar.gz) = c1647888d63033446583f9697fb7b426
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Module-Build/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr 29 Jun 2003 09:30:08 -0000 1.1
+++ pkg-descr 10 Jul 2003 13:49:12 -0000
@@ -1,2 +1,8 @@
-Module::Build is a means for build and install Perl modules.
-It is meant to be a replacement for ExtUtils::MakeMaker.
+Module::Build is a system for building, testing, and installing Perl modules.
+It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter
+the behavior of the module through subclassing in a much more straightforward
+way than with MakeMaker. It also does not require a make on your system - most
+of the Module::Build code is pure-perl and written in a very cross-platform
+way.
+
+WWW: http://search.cpan.org/dist/Module-Build/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Module-Build/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist 29 Jun 2003 09:30:08 -0000 1.1
+++ pkg-plist 10 Jul 2003 13:49:12 -0000
@@ -1,17 +1,19 @@
%%SITE_PERL%%/Module/Build.pm
-%%SITE_PERL%%/Module/Build/Base.pm
%%SITE_PERL%%/Module/Build/Compat.pm
-%%SITE_PERL%%/Module/Build/Platform/Amiga.pm
+%%SITE_PERL%%/Module/Build/Base.pm
+%%SITE_PERL%%/Module/Build/PPMMaker.pm
+%%SITE_PERL%%/Module/Build/Cookbook.pm
%%SITE_PERL%%/Module/Build/Platform/darwin.pm
-%%SITE_PERL%%/Module/Build/Platform/Default.pm
-%%SITE_PERL%%/Module/Build/Platform/EBCDIC.pm
%%SITE_PERL%%/Module/Build/Platform/MacOS.pm
-%%SITE_PERL%%/Module/Build/Platform/MPEiX.pm
%%SITE_PERL%%/Module/Build/Platform/RiscOS.pm
-%%SITE_PERL%%/Module/Build/Platform/Unix.pm
-%%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/Unix.pm
+%%SITE_PERL%%/Module/Build/Platform/Amiga.pm
+%%SITE_PERL%%/Module/Build/Platform/EBCDIC.pm
+%%SITE_PERL%%/Module/Build/Platform/MPEiX.pm
+%%SITE_PERL%%/Module/Build/Platform/VMS.pm
+%%SITE_PERL%%/Module/Build/Platform/Default.pm
@dirrm %%SITE_PERL%%/Module/Build/Platform
@dirrm %%SITE_PERL%%/Module/Build
@unexec rmdir %D/%%SITE_PERL%%/Module 2>/dev/null || true
--- p5-Module-Build-0.19.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list