ports/52336: (update) net/p5-File-Rsync to 0.27

Mathieu Arnold m at absolight.net
Fri May 16 16:00:33 UTC 2003


>Number:         52336
>Category:       ports
>Synopsis:       (update) net/p5-File-Rsync to 0.27
>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:   Fri May 16 09:00:31 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 0.27
Fix Makefile.PL to generate all man pages everytime
	
>How-To-Repeat:
	
>Fix:

	

--- p5-File-Rsync-0.27.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-File-Rsync/Makefile,v
retrieving revision 1.5
diff -u -b -w -r1.5 Makefile
--- Makefile	2003/03/07 06:07:54	1.5
+++ Makefile	2003/05/16 15:57:36
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	File-Rsync
-PORTVERSION=	0.25
+PORTVERSION=	0.27
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	File
@@ -19,7 +19,6 @@
 
 PERL_CONFIGURE=	yes
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3=		File::Rsync.3
+MAN3=		File::Rsync.3 File::Rsync::Config.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/p5-File-Rsync/distinfo,v
retrieving revision 1.3
diff -u -b -w -r1.3 distinfo
--- distinfo	2003/01/09 05:17:41	1.3
+++ distinfo	2003/05/16 15:57:36
@@ -1 +1 @@
-MD5 (File-Rsync-0.25.tar.gz) = a5b0aaa2eff7c08eab2f1917f31116b6
+MD5 (File-Rsync-0.27.tar.gz) = e092f24549146e0747b7cc06c6f90b1a
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/p5-File-Rsync/pkg-plist,v
retrieving revision 1.1
diff -u -b -w -r1.1 pkg-plist
--- pkg-plist	2001/05/27 05:37:11	1.1
+++ pkg-plist	2003/05/16 15:57:36
@@ -1,7 +1,7 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/File/Rsync.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/File/Rsync/Config.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Rsync/.packlist
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Rsync
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/File/Rsync
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/File 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/File/Rsync.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/File/Rsync/Config.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Rsync/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Rsync
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/File/Rsync
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/File 2>/dev/null || true
Index: files/patch-Makefile.PL
===================================================================
RCS file: /home/ncvs/ports/net/p5-File-Rsync/files/patch-Makefile.PL,v
retrieving revision 1.1
diff -u -b -w -r1.1 patch-Makefile.PL
--- files/patch-Makefile.PL	2001/05/27 05:37:12	1.1
+++ files/patch-Makefile.PL	2003/05/16 15:57:36
@@ -1,6 +1,6 @@
---- Makefile.PL.orig	Sun May 20 10:30:46 2001
-+++ Makefile.PL	Sun May 20 10:33:25 2001
-@@ -16,7 +16,7 @@
+--- Makefile.PL.orig	Tue Jun 26 01:36:15 2001
++++ Makefile.PL	Fri May 16 17:55:25 2003
+@@ -16,9 +16,13 @@
        DISTNAME       => $DISTNAME,
        AUTHOR         => $AUTHOR,
        ABSTRACT       => $ABSTRACT,
@@ -8,4 +8,10 @@
 +      PL_FILES       => { 'makepm.PL ${LOCALBASE}' => 'Config.pm' },
        PM             => { 'Rsync.pm'  => '$(INST_LIB)/File/Rsync.pm',
       			  'Config.pm' => '$(INST_ARCHLIB)/File/Rsync/Config.pm' },
++      MAN3PODS => {
++	'$(INST_LIB)/File/Rsync.pm' => '$(INST_MAN3DIR)/File::Rsync.$(MAN3EXT)',
++	'$(INST_ARCHLIB)/File/Rsync/Config.pm' => '$(INST_MAN3DIR)/File::Rsync::Config.$(MAN3EXT)',
++      },
        dist           => { COMPRESS => 'gzip', SUFFIX => 'gz' },
+       realclean      => { FILES => 'Config.pm' },
+ );
--- p5-File-Rsync-0.27.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list