ports/52205: (update) devel/p5-Rcs-Agent to 1.03

Mathieu Arnold m at absolight.net
Wed May 14 08:30:19 UTC 2003


>Number:         52205
>Category:       ports
>Synopsis:       (update) devel/p5-Rcs-Agent to 1.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 14 01:30:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386


	
>Description:
Update to 1.03
	
>How-To-Repeat:
	
>Fix:

	

--- p5-Rcs-Agent-1.03.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Rcs-Agent/Makefile,v
retrieving revision 1.2
diff -u -b -w -r1.2 Makefile
--- Makefile	2003/03/07 06:01:00	1.2
+++ Makefile	2003/05/14 08:23:24
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Rcs-Agent
-PORTVERSION=	1.02
+PORTVERSION=	1.03
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Rcs
@@ -15,19 +15,18 @@
 MAINTAINER=	tobez at FreeBSD.org
 COMMENT=	A perl module for RCS archive manipulation
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+BUILD_DEPENDS=	${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
+		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Rcs::Agent.3
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 post-patch:
 	${PERL} -pi \
 		-e 's/MkTemp/Temp/;' \
-		-e 's/^(.*)=.*mktemp.*"(.*)".*$$/$$1 = File::Temp::mktemp("\$$tmpdir\/$$2");/;' \
+		-e 's/^(.*)=.*mktemp.*"(.*)".*$$/$$1 = File::Temp::mktemp("$$2");/;' \
 		${WRKSRC}/Agent.pm ${WRKSRC}/Makefile.PL
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Rcs-Agent/distinfo,v
retrieving revision 1.1
diff -u -b -w -r1.1 distinfo
--- distinfo	2002/10/28 14:20:39	1.1
+++ distinfo	2003/05/14 08:23:24
@@ -1 +1 @@
-MD5 (Rcs-Agent-1.02.tar.gz) = 858abea7e3dabb27b8f434f59c0e2890
+MD5 (Rcs-Agent-1.03.tar.gz) = 62d0b810edd25e1ec6ffda464de52d8e
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Rcs-Agent/pkg-plist,v
retrieving revision 1.1
diff -u -b -w -r1.1 pkg-plist
--- pkg-plist	2002/10/28 14:20:39	1.1
+++ pkg-plist	2003/05/14 08:23:24
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Rcs/Agent/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Rcs/Agent.pm
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Rcs/Agent
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Rcs 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Rcs 2>/dev/null || true
+%%SITE_PERL%%/Rcs/Agent.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Rcs/Agent/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rcs/Agent
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Rcs 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/Rcs 2>/dev/null || true
--- p5-Rcs-Agent-1.03.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list