diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-03-20 01:58:39 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-03-20 01:58:39 +0000 |
commit | 623e9cc559d2a755a932f71b41cb2aad3ebbf330 (patch) | |
tree | 7a5d486e57c131104ec49c0412dc116ee8f80273 /security/p5-File-Scan | |
parent | Fix build on 5.x-CURRENT: fix libebml port header files location (diff) |
Update version 0.96
PR: 64487
Submitted by: Jim Shewmaker <jims@bluenotch.com>
Notes
Notes:
svn path=/head/; revision=104690
Diffstat (limited to 'security/p5-File-Scan')
-rw-r--r-- | security/p5-File-Scan/Makefile | 14 | ||||
-rw-r--r-- | security/p5-File-Scan/distinfo | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/security/p5-File-Scan/Makefile b/security/p5-File-Scan/Makefile index ac3501208a6d..7b102cdaae1e 100644 --- a/security/p5-File-Scan/Makefile +++ b/security/p5-File-Scan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-Scan -PORTVERSION= 0.95 +PORTVERSION= 0.96 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File/HDIAS @@ -25,16 +25,16 @@ post-install: .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 +.for f in docs/write_sign_bin.txt + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/docs .endfor .endif @${MKDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/procmail -.for file in latest.pl scan.pl - @${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLESDIR} +.for f in latest.pl scan.pl + @${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} ${EXAMPLESDIR} .endfor -.for file in procmail/.procmailrc procmail/README procmail/scanvirus.pl - @${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}/procmail +.for f in procmail/.procmailrc procmail/README procmail/scanvirus.pl + @${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} ${EXAMPLESDIR}/procmail .endfor .include <bsd.port.mk> diff --git a/security/p5-File-Scan/distinfo b/security/p5-File-Scan/distinfo index 80527538f186..1915aeae20e5 100644 --- a/security/p5-File-Scan/distinfo +++ b/security/p5-File-Scan/distinfo @@ -1,2 +1,2 @@ -MD5 (File-Scan-0.95.tar.gz) = 696fdc0dd9478a5be6c67cd85197ff14 -SIZE (File-Scan-0.95.tar.gz) = 49101 +MD5 (File-Scan-0.96.tar.gz) = 215730b7d8eef48aa19a4debdff6ab4a +SIZE (File-Scan-0.96.tar.gz) = 49144 |