svn commit: r332845 - head/news/p5-News-Article
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Nov 5 13:01:56 UTC 2013
Author: vanilla
Date: Tue Nov 5 13:01:55 2013
New Revision: 332845
URL: http://svnweb.freebsd.org/changeset/ports/332845
Log:
support STAGEDIR.
Modified:
head/news/p5-News-Article/Makefile
head/news/p5-News-Article/pkg-plist
Modified: head/news/p5-News-Article/Makefile
==============================================================================
--- head/news/p5-News-Article/Makefile Tue Nov 5 12:56:03 2013 (r332844)
+++ head/news/p5-News-Article/Makefile Tue Nov 5 13:01:55 2013 (r332845)
@@ -12,19 +12,15 @@ MAINTAINER= perl at FreeBSD.org
COMMENT= Object for handling Usenet articles in mail or news form
BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
-RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \
- News::FormReply.3
-
OPTIONS_DEFINE= PGP_SIGN
OPTIONS_DEFAULT= PGP_SIGN
PGP_SIGN_DESC= PGP::Sign support for header signing
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPGP_SIGN}
Modified: head/news/p5-News-Article/pkg-plist
==============================================================================
--- head/news/p5-News-Article/pkg-plist Tue Nov 5 12:56:03 2013 (r332844)
+++ head/news/p5-News-Article/pkg-plist Tue Nov 5 13:01:55 2013 (r332845)
@@ -1,8 +1,12 @@
+%%PERL5_MAN3%%/News::Article.3.gz
+%%PERL5_MAN3%%/News::AutoReply.3.gz
+%%PERL5_MAN3%%/News::FormArticle.3.gz
+%%PERL5_MAN3%%/News::FormReply.3.gz
%%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
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/News
@dirrmtry %%SITE_PERL%%/News
More information about the svn-ports-all
mailing list