diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-02-12 12:13:58 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-02-12 12:13:58 +0000 |
commit | 4c3ecaf6958c3e54ceb507bde9e94b989f1e5952 (patch) | |
tree | 0d6211b1c4bf47afd015f10446b366049c40df8e /textproc | |
parent | 440848820aff8c263c4865129aa9d16fa34f35db (diff) | |
download | ports-4c3ecaf6958c3e54ceb507bde9e94b989f1e5952.tar.gz ports-4c3ecaf6958c3e54ceb507bde9e94b989f1e5952.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Parser/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-Pod-Parser/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Pod-Parser/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-Pod-Parser/pkg-plist | 24 | ||||
-rw-r--r-- | textproc/p5-PodParser/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-PodParser/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-PodParser/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-PodParser/pkg-plist | 24 |
8 files changed, 36 insertions, 68 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile index 57f5e2ccb18a..63cfbe83abda 100644 --- a/textproc/p5-Pod-Parser/Makefile +++ b/textproc/p5-Pod-Parser/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PodParser -PORTVERSION= 1.18 +PORTVERSION= 1.21 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pod @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN1= pod2usage.1 podchecker.1 podselect.1 @@ -30,23 +28,9 @@ post-patch: .include <bsd.port.pre.mk> -SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} - -perl_major=${PERL_VERSION:C|^([1-9]+).*|\1|} -_perl_minor=00${PERL_VERSION:C|^([1-9]+)\.([0-9]+).*|\2|} -perl_minor=${_perl_minor:C|^.*(...)|\1|} -.if ${perl_minor} >= 100 -perl_minor=${PERL_VERSION:C|^([1-9]+)\.([0-9][0-9][0-9]).*|\2|} -perl_patch=${PERL_VERSION:C|^.*(..)|\1|} -.else # ${perl_minor} < 100 -_perl_patch=0${PERL_VERSION:C|^([1-9]+)\.([0-9]+)\.*|0|} -perl_patch=${_perl_patch:C|^.*(..)|\1|} -.endif # ${perl_minor} < 100 -PERL_LEVEL=${perl_major}${perl_minor}${perl_patch} - -BUILD_DEPENDS= .if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif # ${PERL_LEVEL} < 500601 +BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +RUN_DEPENDS= ${BUILD_DEPENDS} +.endif .include <bsd.port.post.mk> diff --git a/textproc/p5-Pod-Parser/distinfo b/textproc/p5-Pod-Parser/distinfo index 5074142ab49a..0c36e713eedf 100644 --- a/textproc/p5-Pod-Parser/distinfo +++ b/textproc/p5-Pod-Parser/distinfo @@ -1 +1 @@ -MD5 (PodParser-1.18.tar.gz) = 7e814d5dd6a56a44309815c374cd0e54 +MD5 (PodParser-1.21.tar.gz) = eabd01884df7b72ac749b3f8c4179dd5 diff --git a/textproc/p5-Pod-Parser/pkg-descr b/textproc/p5-Pod-Parser/pkg-descr index 37a2911848e7..dbfd043fc772 100644 --- a/textproc/p5-Pod-Parser/pkg-descr +++ b/textproc/p5-Pod-Parser/pkg-descr @@ -9,7 +9,7 @@ Set of modules: * Pod::ParseUtils - helpers for POD parsing and conversion * Pod::Find - find POD documents in directory trees -WWW: http://search.cpan.org/search?dist=PodParser +WWW: http://search.cpan.org/dist/PodParser/ -- Sergey Skvortsov skv@FreeBSD.org diff --git a/textproc/p5-Pod-Parser/pkg-plist b/textproc/p5-Pod-Parser/pkg-plist index 715cc7c78604..1fce1057e5e8 100644 --- a/textproc/p5-Pod-Parser/pkg-plist +++ b/textproc/p5-Pod-Parser/pkg-plist @@ -1,15 +1,15 @@ bin/pod2usage bin/podchecker bin/podselect -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod/Parser/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Pod/Checker.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Find.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/InputObjects.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/ParseUtils.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Parser.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/PlainText.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Select.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Usage.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod/Parser -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Pod 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Parser/.packlist +%%SITE_PERL%%/Pod/Checker.pm +%%SITE_PERL%%/Pod/Find.pm +%%SITE_PERL%%/Pod/InputObjects.pm +%%SITE_PERL%%/Pod/ParseUtils.pm +%%SITE_PERL%%/Pod/Parser.pm +%%SITE_PERL%%/Pod/PlainText.pm +%%SITE_PERL%%/Pod/Select.pm +%%SITE_PERL%%/Pod/Usage.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Parser +@unexec rmdir %D/%%SITE_PERL%%/Pod 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod 2>/dev/null || true diff --git a/textproc/p5-PodParser/Makefile b/textproc/p5-PodParser/Makefile index 57f5e2ccb18a..63cfbe83abda 100644 --- a/textproc/p5-PodParser/Makefile +++ b/textproc/p5-PodParser/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PodParser -PORTVERSION= 1.18 +PORTVERSION= 1.21 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pod @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN1= pod2usage.1 podchecker.1 podselect.1 @@ -30,23 +28,9 @@ post-patch: .include <bsd.port.pre.mk> -SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} - -perl_major=${PERL_VERSION:C|^([1-9]+).*|\1|} -_perl_minor=00${PERL_VERSION:C|^([1-9]+)\.([0-9]+).*|\2|} -perl_minor=${_perl_minor:C|^.*(...)|\1|} -.if ${perl_minor} >= 100 -perl_minor=${PERL_VERSION:C|^([1-9]+)\.([0-9][0-9][0-9]).*|\2|} -perl_patch=${PERL_VERSION:C|^.*(..)|\1|} -.else # ${perl_minor} < 100 -_perl_patch=0${PERL_VERSION:C|^([1-9]+)\.([0-9]+)\.*|0|} -perl_patch=${_perl_patch:C|^.*(..)|\1|} -.endif # ${perl_minor} < 100 -PERL_LEVEL=${perl_major}${perl_minor}${perl_patch} - -BUILD_DEPENDS= .if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif # ${PERL_LEVEL} < 500601 +BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +RUN_DEPENDS= ${BUILD_DEPENDS} +.endif .include <bsd.port.post.mk> diff --git a/textproc/p5-PodParser/distinfo b/textproc/p5-PodParser/distinfo index 5074142ab49a..0c36e713eedf 100644 --- a/textproc/p5-PodParser/distinfo +++ b/textproc/p5-PodParser/distinfo @@ -1 +1 @@ -MD5 (PodParser-1.18.tar.gz) = 7e814d5dd6a56a44309815c374cd0e54 +MD5 (PodParser-1.21.tar.gz) = eabd01884df7b72ac749b3f8c4179dd5 diff --git a/textproc/p5-PodParser/pkg-descr b/textproc/p5-PodParser/pkg-descr index 37a2911848e7..dbfd043fc772 100644 --- a/textproc/p5-PodParser/pkg-descr +++ b/textproc/p5-PodParser/pkg-descr @@ -9,7 +9,7 @@ Set of modules: * Pod::ParseUtils - helpers for POD parsing and conversion * Pod::Find - find POD documents in directory trees -WWW: http://search.cpan.org/search?dist=PodParser +WWW: http://search.cpan.org/dist/PodParser/ -- Sergey Skvortsov skv@FreeBSD.org diff --git a/textproc/p5-PodParser/pkg-plist b/textproc/p5-PodParser/pkg-plist index 715cc7c78604..1fce1057e5e8 100644 --- a/textproc/p5-PodParser/pkg-plist +++ b/textproc/p5-PodParser/pkg-plist @@ -1,15 +1,15 @@ bin/pod2usage bin/podchecker bin/podselect -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod/Parser/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Pod/Checker.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Find.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/InputObjects.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/ParseUtils.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Parser.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/PlainText.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Select.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Usage.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod/Parser -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Pod 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Parser/.packlist +%%SITE_PERL%%/Pod/Checker.pm +%%SITE_PERL%%/Pod/Find.pm +%%SITE_PERL%%/Pod/InputObjects.pm +%%SITE_PERL%%/Pod/ParseUtils.pm +%%SITE_PERL%%/Pod/Parser.pm +%%SITE_PERL%%/Pod/PlainText.pm +%%SITE_PERL%%/Pod/Select.pm +%%SITE_PERL%%/Pod/Usage.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Parser +@unexec rmdir %D/%%SITE_PERL%%/Pod 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod 2>/dev/null || true |