mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.95
- Use real PORTVERSION - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/File-Scan-ClamAV/Changes
This commit is contained in:
parent
2c5fce7b8c
commit
dba1a6ba36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435101
4 changed files with 11 additions and 7 deletions
|
@ -85,7 +85,7 @@ RUN_DEPENDS+= p5-File-ReadBackwards>=1.05:devel/p5-File-ReadBackwards
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCLAMAV}
|
||||
RUN_DEPENDS+= p5-File-Scan-ClamAV>=1.9.1:security/p5-File-Scan-ClamAV
|
||||
RUN_DEPENDS+= p5-File-Scan-ClamAV>=1.91:security/p5-File-Scan-ClamAV
|
||||
PLIST_SUB+= ASSP_CLAMAV=""
|
||||
.else
|
||||
PLIST_SUB+= ASSP_CLAMAV="@comment "
|
||||
|
|
|
@ -2,19 +2,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= File-Scan-ClamAV
|
||||
PORTVERSION= 1.9.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.95
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl extension for the clamav virus scanner
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= clamscan:security/clamav
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (File-Scan-ClamAV-1.91.tar.gz) = f9f265acfac680e590dc81c0d9f3e4eb4aaa833cf4910c7e21f881e1a4784b7e
|
||||
SIZE (File-Scan-ClamAV-1.91.tar.gz) = 7048
|
||||
TIMESTAMP = 1488301508
|
||||
SHA256 (File-Scan-ClamAV-1.95.tar.gz) = d2418fcc8022fb541da609df47393219514b02c4968bd92d6372d2f836639f85
|
||||
SIZE (File-Scan-ClamAV-1.95.tar.gz) = 15010
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%%PERL5_MAN3%%/File::Scan::ClamAV.3.gz
|
||||
%%SITE_PERL%%/File/Scan/ClamAV.pm
|
||||
%%PERL5_MAN3%%/File::Scan::ClamAV.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue