diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | 821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch) | |
tree | 58fe92204378aa80d003f4d264f7a76f3b318df9 /news | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | FreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip FreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'news')
-rw-r--r-- | news/ija/Makefile | 4 | ||||
-rw-r--r-- | news/newsgrab/Makefile | 8 | ||||
-rw-r--r-- | news/p5-Gateway/Makefile | 5 | ||||
-rw-r--r-- | news/p5-Gateway/pkg-plist | 46 | ||||
-rw-r--r-- | news/p5-NNTPClient/pkg-plist | 10 | ||||
-rw-r--r-- | news/p5-News-Article/Makefile | 5 | ||||
-rw-r--r-- | news/p5-News-Article/pkg-plist | 16 | ||||
-rw-r--r-- | news/p5-News-Newsrc/Makefile | 3 | ||||
-rw-r--r-- | news/p5-News-Newsrc/pkg-plist | 10 | ||||
-rw-r--r-- | news/ubh/Makefile | 14 |
10 files changed, 59 insertions, 62 deletions
diff --git a/news/ija/Makefile b/news/ija/Makefile index dfb929a..0f91c43 100644 --- a/news/ija/Makefile +++ b/news/ija/Makefile @@ -15,8 +15,8 @@ EXTRACT_SUFX= .gz MAINTAINER= ports@FreeBSD.org COMMENT= An interactive command line frontend of Deja -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww USE_PERL5= yes diff --git a/news/newsgrab/Makefile b/news/newsgrab/Makefile index 0f1eb12..6d4640b 100644 --- a/news/newsgrab/Makefile +++ b/news/newsgrab/Makefile @@ -15,10 +15,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= petef@FreeBSD.org COMMENT= Download and uudecode binary files from USENET using regexps -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/NNTPClient.pm:${PORTSDIR}/news/p5-NNTPClient \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules +RUN_DEPENDS= ${SITE_PERL}/News/NNTPClient.pm:${PORTSDIR}/news/p5-NNTPClient \ + ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ + ${SITE_PERL}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \ + ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules NO_BUILD= yes USE_PERL5= yes diff --git a/news/p5-Gateway/Makefile b/news/p5-Gateway/Makefile index 94b3ff7..8af4394 100644 --- a/news/p5-Gateway/Makefile +++ b/news/p5-Gateway/Makefile @@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= croyle@gelemna.org COMMENT= Robomoderation and mail to news gatewaying toolkit -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article +BUILD_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article +RUN_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article PERL_CONFIGURE= yes MAN3= News::Gateway.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-install: .if !defined(NOPORTDOCS) diff --git a/news/p5-Gateway/pkg-plist b/news/p5-Gateway/pkg-plist index 590f754..3d0a8a6 100644 --- a/news/p5-Gateway/pkg-plist +++ b/news/p5-Gateway/pkg-plist @@ -1,26 +1,26 @@ -lib/perl5/site_perl/%%PERL_VER%%/News/Gateway.pm -lib/perl5/site_perl/%%PERL_VER%%/News/Gateway.pod -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/anykeyword.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/bodyheaders.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/cleanbody.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/config.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/crosspost.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/hash.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/headers.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/keywords.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/mail.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/mailpath.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/mailtonews.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/moosesign.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/mungeids.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/newsgroups.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/newstomail.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/nobinaries.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/post.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/previoushop.al -lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/whitelist.al -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/Gateway/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/Gateway +%%SITE_PERL%%/News/Gateway.pm +%%SITE_PERL%%/News/Gateway.pod +%%SITE_PERL%%/auto/News/Gateway/anykeyword.al +%%SITE_PERL%%/auto/News/Gateway/bodyheaders.al +%%SITE_PERL%%/auto/News/Gateway/cleanbody.al +%%SITE_PERL%%/auto/News/Gateway/config.al +%%SITE_PERL%%/auto/News/Gateway/crosspost.al +%%SITE_PERL%%/auto/News/Gateway/hash.al +%%SITE_PERL%%/auto/News/Gateway/headers.al +%%SITE_PERL%%/auto/News/Gateway/keywords.al +%%SITE_PERL%%/auto/News/Gateway/mail.al +%%SITE_PERL%%/auto/News/Gateway/mailpath.al +%%SITE_PERL%%/auto/News/Gateway/mailtonews.al +%%SITE_PERL%%/auto/News/Gateway/moosesign.al +%%SITE_PERL%%/auto/News/Gateway/mungeids.al +%%SITE_PERL%%/auto/News/Gateway/newsgroups.al +%%SITE_PERL%%/auto/News/Gateway/newstomail.al +%%SITE_PERL%%/auto/News/Gateway/nobinaries.al +%%SITE_PERL%%/auto/News/Gateway/post.al +%%SITE_PERL%%/auto/News/Gateway/previoushop.al +%%SITE_PERL%%/auto/News/Gateway/whitelist.al +%%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Gateway/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Gateway share/examples/Gateway/listgate share/examples/Gateway/listgate.m4 share/examples/Gateway/listgate.readme diff --git a/news/p5-NNTPClient/pkg-plist b/news/p5-NNTPClient/pkg-plist index 716e33b..30f5bb0 100644 --- a/news/p5-NNTPClient/pkg-plist +++ b/news/p5-NNTPClient/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/News/NNTPClient.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/NNTPClient/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/NNTPClient -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/News 2>/dev/null || true +%%SITE_PERL%%/News/NNTPClient.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/News/NNTPClient/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/NNTPClient +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/News 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/News 2>/dev/null || true diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index 805b2cc..2205b02 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@freebsd.org COMMENT= Object for handling Usenet articles in mail or news form -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign +RUN_DEPENDS= ${SITE_PERL}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ + ${SITE_PERL}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign PERL_CONFIGURE= yes MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \ News::FormReply.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/news/p5-News-Article/pkg-plist b/news/p5-News-Article/pkg-plist index dc13937..6825491 100644 --- a/news/p5-News-Article/pkg-plist +++ b/news/p5-News-Article/pkg-plist @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/News/Article.pm -lib/perl5/site_perl/%%PERL_VER%%/News/AutoReply.pm -lib/perl5/site_perl/%%PERL_VER%%/News/FormArticle.pm -lib/perl5/site_perl/%%PERL_VER%%/News/FormReply.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/Article/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/Article -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/News 2>/dev/null || true +%%SITE_PERL%%/News/Article.pm +%%SITE_PERL%%/News/AutoReply.pm +%%SITE_PERL%%/News/FormArticle.pm +%%SITE_PERL%%/News/FormReply.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/News 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/News 2>/dev/null || true diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile index a54ebf5..8c0a39c 100644 --- a/news/p5-News-Newsrc/Makefile +++ b/news/p5-News-Newsrc/Makefile @@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Manage newsrc files -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan +BUILD_DEPENDS= ${SITE_PERL}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= News::Newsrc.3 pre-patch: diff --git a/news/p5-News-Newsrc/pkg-plist b/news/p5-News-Newsrc/pkg-plist index 3e498ad..2366b1d 100644 --- a/news/p5-News-Newsrc/pkg-plist +++ b/news/p5-News-Newsrc/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/News/Newsrc.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/Newsrc/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/Newsrc -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/News 2>/dev/null || true +%%SITE_PERL%%/News/Newsrc.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Newsrc/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Newsrc +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/News 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/News 2>/dev/null || true diff --git a/news/ubh/Makefile b/news/ubh/Makefile index f3570b9..6c437f5 100644 --- a/news/ubh/Makefile +++ b/news/ubh/Makefile @@ -14,13 +14,13 @@ MAINTAINER= john@zoner.org COMMENT= Perl script to download and decode binaries posted to Usenet RUN_DEPENDS= \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Decoder.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 + ${SITE_PERL}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \ + ${SITE_PERL}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ + ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/MIME/Decoder.pm:${PORTSDIR}/mail/p5-MIME-Tools \ + ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 NO_BUILD= YES |