Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 1998 20:40:46 -0500 (EST)
From:      Don Croyle <croyle@gelemna.ft-wayne.in.us>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7597: Update news/p5-News-Article port for perl 5.005
Message-ID:  <199808130140.UAA14749@emerson.gelemna.ft-wayne.in.us>

next in thread | raw e-mail | index | archive | help

>Number:         7597
>Category:       ports
>Synopsis:       Update news/p5-News-Article port for perl 5.005
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 12 18:50:00 PDT 1998
>Last-Modified:
>Originator:     Don Croyle
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:
Update news/p5-News-Article port for perl 5.005.
	

>How-To-Repeat:

	

>Fix:
Apply this patch.	
	

diff -ruN p5-News-Article.old/Makefile p5-News-Article/Makefile
--- p5-News-Article.old/Makefile	Mon May  4 09:56:33 1998
+++ p5-News-Article/Makefile	Wed Aug 12 20:14:54 1998
@@ -14,15 +14,15 @@
 
 MAINTAINER=	croyle@gelemna.ft-wayne.in.us
 
-RUN_DEPENDS=	${PREFIX}/lib/perl5/site_perl/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
-	${PREFIX}/lib/perl5/site_perl/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \
-	${PREFIX}/lib/perl5/site_perl/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign
+RUN_DEPENDS=	${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
+	${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \
+	${PREFIX}/lib/perl5/site_perl/${PERL_VER}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign
 
 USE_PERL5=	yes
 
 MAN3=		News::Article.3 News::AutoReply.3 News::FormArticle.3 \
 		News::FormReply.3
-MANPREFIX=	${PREFIX}/lib/perl5
+MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 do-configure:
 	@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
diff -ruN p5-News-Article.old/pkg/PLIST p5-News-Article/pkg/PLIST
--- p5-News-Article.old/pkg/PLIST	Mon May  4 09:56:33 1998
+++ p5-News-Article/pkg/PLIST	Wed Aug 12 19:10:30 1998
@@ -1,10 +1,6 @@
-lib/perl5/man/man3/News::Article.3.gz
-lib/perl5/man/man3/News::AutoReply.3.gz
-lib/perl5/man/man3/News::FormArticle.3.gz
-lib/perl5/man/man3/News::FormReply.3.gz
-lib/perl5/site_perl/News/Article.pm
-lib/perl5/site_perl/News/AutoReply.pm
-lib/perl5/site_perl/News/FormArticle.pm
-lib/perl5/site_perl/News/FormReply.pm
-lib/perl5/site_perl/i386-freebsd/auto/News/Article/.packlist
-@dirrm lib/perl5/site_perl/i386-freebsd/auto/News/Article
+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%%/i386-freebsd/auto/News/Article/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/News/Article
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808130140.UAA14749>