diff options
author | culot <culot@FreeBSD.org> | 2013-01-29 16:02:48 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-01-29 16:02:48 +0800 |
commit | f3eab7fd88d9c7b24c097c0546a309f94829543b (patch) | |
tree | b43425d33fc9bad4b72ca9bc6ad786676266dd71 /security | |
parent | f3ccd9a7ee4ccd6839d7848bf561123ef4e21439 (diff) | |
download | freebsd-ports-gnome-f3eab7fd88d9c7b24c097c0546a309f94829543b.tar.gz freebsd-ports-gnome-f3eab7fd88d9c7b24c097c0546a309f94829543b.tar.zst freebsd-ports-gnome-f3eab7fd88d9c7b24c097c0546a309f94829543b.zip |
- Update MASTER_SITES and undeprecate
- Update WWW link in pkg-descr
- Pass maintainership to submitter
PR: ports/175657
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-SAVI-Perl/Makefile | 7 | ||||
-rw-r--r-- | security/p5-SAVI-Perl/pkg-descr | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-SAVI-Perl/Makefile b/security/p5-SAVI-Perl/Makefile index 494747090fc5..d91bda98aba5 100644 --- a/security/p5-SAVI-Perl/Makefile +++ b/security/p5-SAVI-Perl/Makefile @@ -5,16 +5,13 @@ PORTNAME= SAVI-Perl PORTVERSION= 0.30 PORTREVISION= 5 CATEGORIES= security perl5 -MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/ +MASTER_SITES= http://www.csupomona.edu/~henson/archive/projects/SAVI-Perl/dist/ MASTER_SITE_SUBDIR= security PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fbsd-ports@opsec.eu COMMENT= Perl5 module interface to Sophos AntiVirus -DEPRECATED= No more upstream, no more public distfiles -EXPIRATION_DATE= 2013-02-27 - MAN3= SAVI.3 PERL_CONFIGURE= yes diff --git a/security/p5-SAVI-Perl/pkg-descr b/security/p5-SAVI-Perl/pkg-descr index 9738b8d1ed25..19e24faf55a2 100644 --- a/security/p5-SAVI-Perl/pkg-descr +++ b/security/p5-SAVI-Perl/pkg-descr @@ -1,4 +1,4 @@ This is sophossavi, the perl interface module to Sophos Anti virus. With thanks to the original author Paul B. Henson. -WWW: http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/ +WWW: http://www.csupomona.edu/~henson/archive/projects/SAVI-Perl/dist/ |