From owner-freebsd-ports Wed Sep 11 14:10:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8902437B400 for ; Wed, 11 Sep 2002 14:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF40043E6E for ; Wed, 11 Sep 2002 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8BLA2JU056798 for ; Wed, 11 Sep 2002 14:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8BLA2qd056797; Wed, 11 Sep 2002 14:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3621737B407 for ; Wed, 11 Sep 2002 14:01:29 -0700 (PDT) Received: from mail.droso.net (koala.droso.net [193.162.142.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id BED4043E3B for ; Wed, 11 Sep 2002 14:01:28 -0700 (PDT) (envelope-from root@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id C49B45BAC for ; Wed, 11 Sep 2002 23:01:26 +0200 (CEST) Received: by mail.droso.net (Postfix, from userid 0) id D92295B85; Wed, 11 Sep 2002 23:01:23 +0200 (CEST) Message-Id: <20020911210123.D92295B85@mail.droso.net> Date: Wed, 11 Sep 2002 23:01:23 +0200 (CEST) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42669: update archivers/p5-Archive-Zip to 1.05 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42669 >Category: ports >Synopsis: update archivers/p5-Archive-Zip to 1.05 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 14:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.6-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD koala.droso.net 4.6-STABLE FreeBSD 4.6-STABLE #10: Tue Aug 20 08:30:47 CEST 2002 root@koala.droso.net:/usr/obj/usr/src/sys/KOALA i386 >Description: - update to 1.05 This fixes problems when running with taint checking, and thus unbreaks eg. amavis-perl and spamassasin. - fix warning in pkg-plist - add WWW >How-To-Repeat: >Fix: --- p5-Archive-Zip-1.05.diff begins here --- diff -ruN p5-Archive-Zip.orig/Makefile p5-Archive-Zip/Makefile --- p5-Archive-Zip.orig/Makefile Tue Sep 3 10:10:20 2002 +++ p5-Archive-Zip/Makefile Wed Sep 11 21:55:25 2002 @@ -6,7 +6,7 @@ # PORTNAME= Archive-Zip -PORTVERSION= 1.03 +PORTVERSION= 1.05 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Archive diff -ruN p5-Archive-Zip.orig/distinfo p5-Archive-Zip/distinfo --- p5-Archive-Zip.orig/distinfo Tue Sep 3 10:10:20 2002 +++ p5-Archive-Zip/distinfo Wed Sep 11 22:53:19 2002 @@ -1 +1 @@ -MD5 (Archive-Zip-1.03.tar.gz) = 8e07a692e32f8087a02002cfd4663db9 +MD5 (Archive-Zip-1.05.tar.gz) = 33ee624c7be5b35c635b9e6831d076bd diff -ruN p5-Archive-Zip.orig/pkg-descr p5-Archive-Zip/pkg-descr --- p5-Archive-Zip.orig/pkg-descr Thu Jan 4 00:21:27 2001 +++ p5-Archive-Zip/pkg-descr Wed Sep 11 18:25:41 2002 @@ -2,5 +2,6 @@ read, and write Zip archive files. Author: Ned Konz +WWW: http://search.cpan.org/search?dist=Archive-Zip --will diff -ruN p5-Archive-Zip.orig/pkg-plist p5-Archive-Zip/pkg-plist --- p5-Archive-Zip.orig/pkg-plist Tue Sep 3 10:10:20 2002 +++ p5-Archive-Zip/pkg-plist Wed Sep 11 18:22:25 2002 @@ -8,6 +8,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Archive/Zip/Tree.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive/Zip/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive/Zip -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive 2>/dev/null || true @dirrm lib/perl5/site_perl/%%PERL_VER%%/Archive/Zip -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Archive +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Archive 2>/dev/null || true --- p5-Archive-Zip-1.05.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message