Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2003 22:58:59 +0100 (CET)
From:      Martin Matuska <martin@tradex.sk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47521: [MAINTAINER UPDATE] security/p5-File-Scan from 0.38 to 0.43
Message-ID:  <200301262158.h0QLwx68024395@tradex.sk>

next in thread | raw e-mail | index | archive | help

>Number:         47521
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] security/p5-File-Scan from 0.38 to 0.43
>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 Jan 26 14:00:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska <martin@tradex.sk>
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD tradex.sk 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Tue Dec 3 13:13:38 CET 2002 root@s1.serverdock.net:/usr/src/sys/compile/SERVERDOCK i386


>Description:
	Update to version 0.43, diff 0.38->0.43
	Added documentation and examples
>How-To-Repeat:
>Fix:
--- Makefile.orig	Sun Jan 26 22:53:23 2003
+++ Makefile	Sun Jan 26 22:53:43 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	File-Scan
-PORTVERSION=	0.38
+PORTVERSION=	0.43
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	File/HDIAS
@@ -18,5 +18,25 @@
 
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		File::Scan.3
+DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR} ${DOCSDIR}/docs
+.for file in Changes FAQ README TODO
+	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.for file in docs/write_sign_bin.txt
+	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/docs
+.endfor
+.endif
+	@${MKDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/procmail
+.for file in latest.pl scan.pl
+	@${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}
+.endfor
+.for file in procmail/.procmailrc procmail/README procmail/scanvirus.pl
+	@${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}/procmail
+.endfor
 
 .include <bsd.port.mk>
--- distinfo.orig	Sun Jan 26 22:53:26 2003
+++ distinfo	Sun Jan 26 22:53:35 2003
@@ -1 +1 @@
-MD5 (File-Scan-0.38.tar.gz) = 6d55fa54b68abf1dd37133570476c41d
+MD5 (File-Scan-0.43.tar.gz) = 0c5c07bfa259b4144733fcf9244bec4e
--- pkg-plist.orig	Sun Jan 26 22:53:32 2003
+++ pkg-plist	Sun Jan 26 22:53:40 2003
@@ -1,5 +1,19 @@
 lib/perl5/site_perl/%%PERL_VER%%/File/Scan.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Scan/.packlist
+%%PORTDOCS%%share/doc/p5-File-Scan/Changes
+%%PORTDOCS%%share/doc/p5-File-Scan/FAQ
+%%PORTDOCS%%share/doc/p5-File-Scan/README
+%%PORTDOCS%%share/doc/p5-File-Scan/TODO
+%%PORTDOCS%%share/doc/p5-File-Scan/docs/write_sign_bin.txt
+share/examples/p5-File-Scan/latest.pl
+share/examples/p5-File-Scan/scan.pl
+share/examples/p5-File-Scan/procmail/.procmailrc
+share/examples/p5-File-Scan/procmail/README
+share/examples/p5-File-Scan/procmail/scanvirus.pl
+@dirrm share/examples/p5-File-Scan/procmail
+@dirrm share/examples/p5-File-Scan
+%%PORTDOCS%%@dirrm share/doc/p5-File-Scan/docs
+%%PORTDOCS%%@dirrm share/doc/p5-File-Scan
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Scan
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301262158.h0QLwx68024395>