diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-12-31 18:07:43 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-12-31 18:07:43 +0800 |
commit | f8bf9bfdb2eb5834402f4215f7849a6ce6a2b9cd (patch) | |
tree | 90879aae5b118576ae7cfb1cac2af69c2096d01c /mail | |
parent | 31c4ae383442672678a3e4a599939d3e9f59fe33 (diff) | |
download | freebsd-ports-gnome-f8bf9bfdb2eb5834402f4215f7849a6ce6a2b9cd.tar.gz freebsd-ports-gnome-f8bf9bfdb2eb5834402f4215f7849a6ce6a2b9cd.tar.zst freebsd-ports-gnome-f8bf9bfdb2eb5834402f4215f7849a6ce6a2b9cd.zip |
Remove expired ports:
2013-12-30 security/dazuko: Currently, the project has not an active development and maintainer
2013-12-31 mail/p5-Mail-SPF-Query: Use mail/p5-Mail-SPF instead
2013-12-31 x11-fonts/etlfonts: master site gone
2013-12-31 net/gateway6: Unsupported upstream, consider using net/gogoc
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/Makefile | 28 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/pkg-descr | 7 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/pkg-plist | 12 |
5 files changed, 0 insertions, 50 deletions
diff --git a/mail/Makefile b/mail/Makefile index 34c83aec6aa8..663d55d3a8a4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -414,7 +414,6 @@ SUBDIR += p5-Mail-RBL SUBDIR += p5-Mail-RFC822-Address SUBDIR += p5-Mail-SPF - SUBDIR += p5-Mail-SPF-Query SUBDIR += p5-Mail-SRS SUBDIR += p5-Mail-SendEasy SUBDIR += p5-Mail-Sender diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile deleted file mode 100644 index d68a60d0f202..000000000000 --- a/mail/p5-Mail-SPF-Query/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: mharo@FreeBSD.org -# $FreeBSD$ - -PORTNAME= Mail-SPF-Query -PORTVERSION= 1.999.1 -PORTREVISION= 1 -CATEGORIES= mail perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Query Sender Permitted From for an IP,email,helo - -BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite \ - p5-Sys-Hostname-Long>=0:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \ - p5-URI>=0:${PORTSDIR}/net/p5-URI -RUN_DEPENDS:= ${BUILD_DEPENDS} - -DEPRECATED= Use mail/p5-Mail-SPF instead -EXPIRATION_DATE=2013-12-31 - -CONFLICTS_INSTALL= libspf2-[0-9]* p5-Mail-SPF-[0-9]* - -USES= perl5 -USE_PERL5= configure - -.include <bsd.port.mk> diff --git a/mail/p5-Mail-SPF-Query/distinfo b/mail/p5-Mail-SPF-Query/distinfo deleted file mode 100644 index f6a78a558dba..000000000000 --- a/mail/p5-Mail-SPF-Query/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Mail-SPF-Query-1.999.1.tar.gz) = bc6409845e13f0f24611575f00e1d744a9272b0fced70b6616a4413aace7b59f -SIZE (Mail-SPF-Query-1.999.1.tar.gz) = 55342 diff --git a/mail/p5-Mail-SPF-Query/pkg-descr b/mail/p5-Mail-SPF-Query/pkg-descr deleted file mode 100644 index 601a1f1290a3..000000000000 --- a/mail/p5-Mail-SPF-Query/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The SPF protocol relies on sender domains to publish a DNS -whitelist of their designated outbound mailers. Given an -envelope sender, Mail::SPF::Query determines the legitimacy -of an SMTP client IP. - -WWW: http://search.cpan.org/dist/Mail-SPF-Query/ -WWW: http://spf.pobox.com/ diff --git a/mail/p5-Mail-SPF-Query/pkg-plist b/mail/p5-Mail-SPF-Query/pkg-plist deleted file mode 100644 index 27de9e8dc35e..000000000000 --- a/mail/p5-Mail-SPF-Query/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/spfd -bin/spfquery -%%PERL5_MAN3%%/Mail::SPF::Query.3.gz -%%SITE_PERL%%/Mail/SPF/Query.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SPF/Query/.packlist -man/man1/spfd.1.gz -man/man1/spfquery.1.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SPF/Query -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SPF -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail -@dirrmtry %%SITE_PERL%%/Mail/SPF -@dirrmtry %%SITE_PERL%%/Mail |