diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-17 16:42:32 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-17 16:42:32 +0000 |
commit | 6909bead44fb64fb453d6c1833b6966ea3f14e9b (patch) | |
tree | 44a5336ca05042f6b794aabbf49dedda1beb9866 | |
parent | d97e1044ccfe4a4005fe45ee069185bc45c32f07 (diff) | |
download | FreeBSD-ports-6909bead44fb64fb453d6c1833b6966ea3f14e9b.zip FreeBSD-ports-6909bead44fb64fb453d6c1833b6966ea3f14e9b.tar.gz |
- Add mirror sites
- Use COMMENT
PR: 48356
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
-rw-r--r-- | mail/smtpfeed/Makefile | 2 | ||||
-rw-r--r-- | mail/smtpfeed/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index f32b61d..7b84967 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -9,11 +9,13 @@ PORTNAME= smtpfeed PORTVERSION= 1.18 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ \ + ftp://netsw.org/net/mail/transport/smtp/sendmail/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/smtpfeed/&,} MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail +COMMENT= SMTP Fast Exploding External Deliverer for Sendmail NO_PACKAGE= "complex configuration for sendmail.cf needed" diff --git a/mail/smtpfeed/pkg-comment b/mail/smtpfeed/pkg-comment deleted file mode 100644 index a30f9c5..0000000 --- a/mail/smtpfeed/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -SMTP Fast Exploding External Deliverer for Sendmail |