diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-01 06:51:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-03-01 06:51:03 +0800 |
commit | 2273cf501e6e28eed76a080c66cbd0e7921cfc74 (patch) | |
tree | 8d8eb2cf56aaaad9f57e443acba3ecbb03635ff1 /mail | |
parent | 2fbbf038cd9917bd33b71c994728e7851bc20186 (diff) | |
download | freebsd-ports-gnome-2273cf501e6e28eed76a080c66cbd0e7921cfc74.tar.gz freebsd-ports-gnome-2273cf501e6e28eed76a080c66cbd0e7921cfc74.tar.zst freebsd-ports-gnome-2273cf501e6e28eed76a080c66cbd0e7921cfc74.zip |
Update to 1.95
- Use real PORTVERSION
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/File-Scan-ClamAV/Changes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/assp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile index 73b867b685a4..d1adf54de435 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -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 " |