Bug 76654

Summary: security/p5-SAVI-Perl fix for pkg-plist
Product: Ports & Packages Reporter: Gary Hayers <gary>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gary Hayers 2005-01-25 09:50:18 UTC
Port does not leave the filesystem in the same state it was before the port was installed. Reported by Kris "Ports Janitor" Kennaway

Fix: 

PORTNAME=      SAVI-Perl
 PORTVERSION=   0.30
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    security perl5
 MASTER_SITES=  http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/
 MASTER_SITE_SUBDIR=    security
@@ -15,7 +15,7 @@
 MAINTAINER=    Gary@Hayers.net
 COMMENT=       Perl5 module interface to Sophos AntiVirus

-MAN=           SAVI.3
+MAN3=          SAVI.3

 PERL_CONFIGURE=        yes
 ONLY_FOR_ARCHS=        i386
@@ -24,7 +24,7 @@

 .if ${PERL_LEVEL} < 500601
 IGNORE=        Port requires perl 5.6 or newer. Upgrade your perl and try again.  \
-       If your perl is up to date then you might haven't run 'use.perl ports' \
+       If your perl is up to date then you may not have run 'use.perl ports' \
        yet.
 .endif--iH7TU0QK6eDgZROUcLpUu1DztZxeOvMDE7CLLthfFMvv8JCU
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile-orig       Tue Jan 25 09:11:47 2005
+++ Makefile    Tue Jan 25 09:36:14 2005
@@ -6,7 +6,7 @@
Comment 1 niels freebsd_committer freebsd_triage 2005-01-25 18:19:28 UTC
State Changed
From-To: open->closed

Thanks, the patch has been committed