From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 22 14:20:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BB8016A4CE for ; Sun, 22 Feb 2004 14:20:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1266943D2D for ; Sun, 22 Feb 2004 14:20:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1MMKFbv023885 for ; Sun, 22 Feb 2004 14:20:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1MMKFIu023884; Sun, 22 Feb 2004 14:20:15 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 22 Feb 2004 14:20:15 -0800 (PST) Resent-Message-Id: <200402222220.i1MMKFIu023884@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Thegler Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 776C616A4CE for ; Sun, 22 Feb 2004 14:20:02 -0800 (PST) Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE46843D1D for ; Sun, 22 Feb 2004 14:20:01 -0800 (PST) (envelope-from lth@dask.thegler.dk) Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by cicero1.cybercity.dk (Postfix) with ESMTP id 7F9D37E596E for ; Sun, 22 Feb 2004 23:19:57 +0100 (CET) Received: by dask.thegler.dk (Postfix, from userid 1001) id 2A8D93EB5; Sun, 22 Feb 2004 23:19:58 +0100 (CET) Message-Id: <20040222221958.2A8D93EB5@dask.thegler.dk> Date: Sun, 22 Feb 2004 23:19:58 +0100 (CET) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/63242: [MAINTAINER] net/p5-File-RsyncP: update to 0.46 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 22:20:16 -0000 >Number: 63242 >Category: ports >Synopsis: [MAINTAINER] net/p5-File-RsyncP: update to 0.46 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 22 14:20:15 PST 2004 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov 5 11:25:36 CET >Description: - Update to 0.46 - Make PREFIX-clean under perl 5.005_03 Committer, please note the following deleted files: files/patch-Digest.xs files/patch-FileIO.pm files/patch-FileList.pm files/patch-FileList.xs files/patch-RsyncP.pm files/patch-md4.h Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- p5-File-RsyncP-0.46.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-File-RsyncP/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 12 Jan 2004 12:15:27 -0000 1.1 +++ Makefile 22 Feb 2004 21:39:16 -0000 @@ -6,7 +6,7 @@ # PORTNAME= File-RsyncP -PORTVERSION= 0.44 +PORTVERSION= 0.46 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -25,4 +25,15 @@ post-patch: @${FIND} ${WRKSRC} -name \*.orig -delete -.include +.include + +.if ${PERL_LEVEL} <= 500503 +# make PREFIX-clean under perl 5.005_03 +post-configure: + ${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' \ + ${WRKSRC}/Makefile \ + ${WRKSRC}/Digest/Makefile \ + ${WRKSRC}/FileList/Makefile +.endif + +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-File-RsyncP/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 12 Jan 2004 12:15:27 -0000 1.1 +++ distinfo 22 Feb 2004 21:39:16 -0000 @@ -1 +1,2 @@ -MD5 (File-RsyncP-0.44.tar.gz) = 1c238af568362c8ed6da7d2691fda1bb +MD5 (File-RsyncP-0.46.tar.gz) = b26561cc6fb32c4e73595ee941207a8c +SIZE (File-RsyncP-0.46.tar.gz) = 57356 Index: files/patch-Digest.xs =================================================================== RCS file: /home/ncvs/ports/net/p5-File-RsyncP/files/patch-Digest.xs,v retrieving revision 1.1 diff -u -r1.1 patch-Digest.xs --- files/patch-Digest.xs 12 Jan 2004 12:15:27 -0000 1.1 +++ files/patch-Digest.xs 22 Feb 2004 21:39:16 -0000 @@ -1,12 +0,0 @@ ---- Digest/Digest.xs.orig Sat Jan 10 16:27:37 2004 -+++ Digest/Digest.xs Sat Jan 10 16:28:38 2004 -@@ -169,8 +169,7 @@ - } - - SV * --blockDigestUpdate(context, dataV, blockSize=700, blockLastLen=0, \ -- md4DigestLen=16, seed=0) -+blockDigestUpdate(context, dataV, blockSize=700, blockLastLen=0, md4DigestLen=16, seed=0) - PREINIT: - STRLEN len; - INPUT: Index: files/patch-FileIO.pm =================================================================== RCS file: /home/ncvs/ports/net/p5-File-RsyncP/files/patch-FileIO.pm,v retrieving revision 1.1 diff -u -r1.1 patch-FileIO.pm --- files/patch-FileIO.pm 12 Jan 2004 12:15:27 -0000 1.1 +++ files/patch-FileIO.pm 22 Feb 2004 21:39:16 -0000 @@ -1,20 +0,0 @@ ---- lib/File/RsyncP/FileIO.pm.orig Thu Jul 24 04:33:37 2003 -+++ lib/File/RsyncP/FileIO.pm Mon Jan 12 10:57:29 2004 -@@ -44,7 +44,7 @@ - use File::Find; - use Data::Dumper; - --our $VERSION = '0.44'; -+use vars qw($VERSION); $VERSION = '0.44'; - - use constant S_IFMT => 0170000; # type of file - use constant S_IFDIR => 0040000; # directory -@@ -664,7 +664,7 @@ - - foreach my $str ( @logStr ) { - next if ( $str eq "" ); -- $fio->{logHandler}($str); -+ $fio->{logHandler}->($str); - } - } - Index: files/patch-FileList.pm =================================================================== RCS file: /home/ncvs/ports/net/p5-File-RsyncP/files/patch-FileList.pm,v retrieving revision 1.1 diff -u -r1.1 patch-FileList.pm --- files/patch-FileList.pm 12 Jan 2004 12:15:27 -0000 1.1 +++ files/patch-FileList.pm 22 Feb 2004 21:39:16 -0000 @@ -1,40 +0,0 @@ ---- FileList/FileList.pm.orig Mon Jan 12 10:52:48 2004 -+++ FileList/FileList.pm Mon Jan 12 10:53:50 2004 -@@ -39,14 +39,13 @@ - - package File::RsyncP::FileList; - --use 5.006; - use strict; --use warnings; - - require Exporter; - require DynaLoader; - --our @ISA = qw(Exporter AutoLoader DynaLoader); -+use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK @EXPORT $VERSION); -+@ISA = qw(Exporter AutoLoader DynaLoader); - - # Items to export into callers namespace by default. Note: do not export - # names by default without a very good reason. Use EXPORT_OK instead. -@@ -55,16 +54,16 @@ - # This allows declaration use File::RsyncP::FileList ':all'; - # If you do not need this, moving things directly into @EXPORT or @EXPORT_OK - # will save memory. --our %EXPORT_TAGS = ( 'all' => [ qw( -+%EXPORT_TAGS = ( 'all' => [ qw( - - ) ] ); - --our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); -+@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); - --our @EXPORT = qw( -+@EXPORT = qw( - - ); --our $VERSION = '0.44'; -+$VERSION = '0.44'; - - bootstrap File::RsyncP::FileList $VERSION; - Index: files/patch-FileList.xs =================================================================== RCS file: /home/ncvs/ports/net/p5-File-RsyncP/files/patch-FileList.xs,v retrieving revision 1.1 diff -u -r1.1 patch-FileList.xs --- files/patch-FileList.xs 12 Jan 2004 12:15:27 -0000 1.1 +++ files/patch-FileList.xs 22 Feb 2004 21:39:16 -0000 @@ -1,45 +0,0 @@ ---- FileList/FileList.xs.orig Thu Jul 24 04:33:37 2003 -+++ FileList/FileList.xs Mon Jan 12 10:27:51 2004 -@@ -93,8 +93,9 @@ - PROTOTYPES: DISABLE - - File::RsyncP::FileList --new(packname = "File::RsyncP::FileList", SV* opts = NULL) -+new(packname = "File::RsyncP::FileList", opts = NULL) - char *packname -+ SV* opts - CODE: - { - RETVAL = flist_new(); -@@ -187,14 +188,14 @@ - if ( file->sum ) - hv_store(rh, "sum", 3, newSVpv(file->sum, 0), 0); - hv_store(rh, "name", 4, newSVpv(f_name(file), 0), 0); -- hv_store(rh, "uid", 3, newSVuv(file->uid), 0); -- hv_store(rh, "gid", 3, newSVuv(file->gid), 0); -- hv_store(rh, "mode", 4, newSVuv(file->mode), 0); -- hv_store(rh, "mtime", 5, newSVuv(file->modtime), 0); -+ hv_store(rh, "uid", 3, newSViv(file->uid), 0); -+ hv_store(rh, "gid", 3, newSViv(file->gid), 0); -+ hv_store(rh, "mode", 4, newSViv(file->mode), 0); -+ hv_store(rh, "mtime", 5, newSViv(file->modtime), 0); - hv_store(rh, "size", 4, newSVnv(file->length), 0); - hv_store(rh, "dev", 3, newSVnv(file->dev), 0); - hv_store(rh, "inode", 5, newSVnv(file->inode), 0); -- hv_store(rh, "rdev", 4, newSVuv(file->rdev), 0); -+ hv_store(rh, "rdev", 4, newSViv(file->rdev), 0); - RETVAL = newRV((SV*)rh); - } - OUTPUT: -@@ -210,9 +211,10 @@ - } - - void --encode(flist, SV* data) -+encode(flist, data) - INPUT: - File::RsyncP::FileList flist -+ SV* data - CODE: - { - struct file_struct file, *fileCopy; Index: files/patch-RsyncP.pm =================================================================== RCS file: /home/ncvs/ports/net/p5-File-RsyncP/files/patch-RsyncP.pm,v retrieving revision 1.1 diff -u -r1.1 patch-RsyncP.pm --- files/patch-RsyncP.pm 12 Jan 2004 12:15:27 -0000 1.1 +++ files/patch-RsyncP.pm 22 Feb 2004 21:39:16 -0000 @@ -1,38 +0,0 @@ ---- lib/File/RsyncP.pm.orig Thu Jul 24 04:33:37 2003 -+++ lib/File/RsyncP.pm Mon Jan 12 10:31:36 2004 -@@ -48,7 +48,7 @@ - use Getopt::Long; - use Data::Dumper; - --our $VERSION = '0.44'; -+use vars qw($VERSION); $VERSION = '0.44'; - - use constant S_IFMT => 0170000; # type of file - use constant S_IFDIR => 0040000; # directory -@@ -267,7 +267,7 @@ - close(RSYNC); - $rs->{fh} = *FH; - $rs->{rsyncPID} = $pid; -- $rs->{pidHandler}($rs->{rsyncPID}, $rs->{childPID}) -+ $rs->{pidHandler}->($rs->{rsyncPID}, $rs->{childPID}) - if ( defined($rs->{pidHandler}) ); - # - # Write our version and get the remote version -@@ -391,7 +391,7 @@ - $rs->{childFh} = *RH; - $rs->{childPID} = $pid; - $rs->log("Child PID is $pid") if ( $rs->{logLevel} >= 2 ); -- $rs->{pidHandler}($rs->{rsyncPID}, $rs->{childPID}) -+ $rs->{pidHandler}->($rs->{rsyncPID}, $rs->{childPID}) - if ( defined($rs->{pidHandler}) ); - setsockopt($rs->{fh}, SOL_SOCKET, SO_SNDBUF, 8 * 65536); - setsockopt($rs->{childFh}, SOL_SOCKET, SO_RCVBUF, 8 * 65536); -@@ -1088,7 +1088,7 @@ - - foreach my $str ( @logStr ) { - next if ( $str eq "" ); -- $rs->{logHandler}($str); -+ $rs->{logHandler}->($str); - } - } - Index: files/patch-md4.h =================================================================== RCS file: /home/ncvs/ports/net/p5-File-RsyncP/files/patch-md4.h,v retrieving revision 1.1 diff -u -r1.1 patch-md4.h --- files/patch-md4.h 12 Jan 2004 12:15:27 -0000 1.1 +++ files/patch-md4.h 22 Feb 2004 21:39:16 -0000 @@ -1,16 +0,0 @@ ---- Digest/md4.h.orig Mon Jan 12 10:37:04 2004 -+++ Digest/md4.h Mon Jan 12 10:44:59 2004 -@@ -38,6 +38,13 @@ - unsigned char rsyncBug; - } MD4_CTX; - -+#define MD4Init myMD4Init -+#define MD4Update myMD4Update -+#define MD4Final myMD4Final -+#define MD4Encode myMD4Encode -+#define MD4FinalRsync myMD4FinalRsync -+#define MD4Decode myMD4Decode -+ - void MD4Init PROTO_LIST ((MD4_CTX *)); - void MD4Update PROTO_LIST - ((MD4_CTX *, unsigned char *, unsigned int)); --- p5-File-RsyncP-0.46.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: