diff options
author | sem <sem@FreeBSD.org> | 2005-01-08 19:51:35 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-01-08 19:51:35 +0000 |
commit | 169cd72e92628fd26fe3278776fe46836c4e71be (patch) | |
tree | 1c619a651b9bd3b981afc1f59e0d554f3db4b5eb /mail/libspf-alt | |
parent | 35c06f0fa168398cd4252aeb784ec875310d2341 (diff) | |
download | FreeBSD-ports-169cd72e92628fd26fe3278776fe46836c4e71be.zip FreeBSD-ports-169cd72e92628fd26fe3278776fe46836c4e71be.tar.gz |
- Fix MASTER_SITES
- Mark DEPRECATED (superseded by mail/libspf2)
PR: ports/75897
Submitted by: maintainer
Diffstat (limited to 'mail/libspf-alt')
-rw-r--r-- | mail/libspf-alt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/libspf-alt/Makefile b/mail/libspf-alt/Makefile index 953c040..de324b7 100644 --- a/mail/libspf-alt/Makefile +++ b/mail/libspf-alt/Makefile @@ -9,13 +9,14 @@ PORTNAME= libspf-alt PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://www.midwestcs.com/spf/%SUBDIR%/ -MASTER_SITE_SUBDIR= libspf-alt +MASTER_SITES= http://libspf2.org/spf/ DISTNAME= libspf_alt-${PORTVERSION} MAINTAINER= daniel@roe.ch COMMENT= Library that allows email systems such as Exim to check SPF records +DEPRECATED= Superceded by mail/libspf2 + GNU_CONFIGURE= yes USE_ICONV= yes USE_GETTEXT= yes |