Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2000 00:06:06 -0500 (EST)
From:      Don Croyle <croyle@gelemna.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18703: Maintainer CoA: news/p5-Gateway
Message-ID:  <200005210506.AAA17084@gelemna.org>

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

>Number:         18703
>Category:       ports
>Synopsis:       Maintainer CoA: news/p5-Gateway
>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:   Sat May 20 22:10:04 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Don Croyle
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

	

>Description:
Update my address.  While I'm here, install the author's example
files.  I'd been planning to do this when a new version came out, but
it appears that that won't be anytime soon.
	

>How-To-Repeat:

	

>Fix:
Apply this patch:
	
diff -ruN p5-Gateway.old/Makefile p5-Gateway/Makefile
--- p5-Gateway.old/Makefile	Fri Apr 21 02:51:49 2000
+++ p5-Gateway/Makefile	Sat May 20 23:49:59 2000
@@ -1,6 +1,6 @@
 # New ports collection makefile for: p5-Gateway
 # Date created: January 2, 1998
-# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
+# Whom: Don Croyle <croyle@gelemna.org>
 #
 # $FreeBSD: ports/news/p5-Gateway/Makefile,v 1.6 2000/04/21 07:51:49 mharo Exp $
 #
@@ -12,7 +12,7 @@
 MASTER_SITE_SUBDIR=	News
 PKGNAMEPREFIX=		p5-
 
-MAINTAINER=		croyle@gelemna.ft-wayne.in.us
+MAINTAINER=		croyle@gelemna.org
 
 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
@@ -24,5 +24,13 @@
 
 do-configure:
 	@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+post-install:
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${PREFIX}/share/examples/Gateway
+.for file in listgate listgate.m4 listgate.readme raccmod raccpost racrmod
+	${INSTALL_DATA} ${WRKSRC}/examples/${file} ${PREFIX}/share/examples/Gateway
+.endfor
+.endif
 
 .include <bsd.port.mk>
diff -ruN p5-Gateway.old/pkg/PLIST p5-Gateway/pkg/PLIST
--- p5-Gateway.old/pkg/PLIST	Mon Jan 11 10:34:30 1999
+++ p5-Gateway/pkg/PLIST	Sat May 20 23:54:53 2000
@@ -21,3 +21,10 @@
 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
+share/examples/Gateway/listgate
+share/examples/Gateway/listgate.m4
+share/examples/Gateway/listgate.readme
+share/examples/Gateway/raccmod
+share/examples/Gateway/raccpost
+share/examples/Gateway/racrmod
+@dirrm share/examples/Gateway


>Release-Note:
>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?200005210506.AAA17084>