diff options
author | novel <novel@FreeBSD.org> | 2005-05-07 20:33:41 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-07 20:33:41 +0800 |
commit | b84899b68bbf533a78b5bf2d3143a2ed38007432 (patch) | |
tree | a477a5e2b1d38840bc0bece16c87f171ae0cba14 | |
parent | 253fe6effbafb3919b9c952cc73f64fed8370889 (diff) | |
download | freebsd-ports-gnome-b84899b68bbf533a78b5bf2d3143a2ed38007432.tar.gz freebsd-ports-gnome-b84899b68bbf533a78b5bf2d3143a2ed38007432.tar.zst freebsd-ports-gnome-b84899b68bbf533a78b5bf2d3143a2ed38007432.zip |
Update MASTER_SITES and un-deprecate
PR: 80717
Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
-rw-r--r-- | mail/yadda/Makefile | 6 | ||||
-rw-r--r-- | mail/yadda/pkg-descr | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/mail/yadda/Makefile b/mail/yadda/Makefile index b79ee6dca9f8..018041e02c46 100644 --- a/mail/yadda/Makefile +++ b/mail/yadda/Makefile @@ -8,17 +8,13 @@ PORTNAME= yadda PORTVERSION= 1.0 CATEGORIES= mail -MASTER_SITES= # +MASTER_SITES= http://www.printf.dk/projects/ MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another Damn Delivery Agent RUN_DEPENDS= ${SITE_PERL}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit -BROKEN= Size mismatch, mastersites disappeared -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE= 2005-05-07 - USE_PERL5_RUN= yes do-build: diff --git a/mail/yadda/pkg-descr b/mail/yadda/pkg-descr index 85d7865e4dfb..7520f04f975e 100644 --- a/mail/yadda/pkg-descr +++ b/mail/yadda/pkg-descr @@ -6,4 +6,4 @@ available from CPAN. It's compatible with RFC2033 (LMTP) and works great with postfix, and other LHLO/LMTP-fluent MTA's. Author: Jesper Noehr <jesper@noehr.org> -WWW: http://code.printf.dk/~decius/yadda/ +WWW: http://www.printf.dk/projects/yadda.xml |