diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-08-15 15:26:24 +0800 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-08-15 15:26:24 +0800 |
commit | d02f8eb009580daed482bf1d7e8743f06cad5f20 (patch) | |
tree | 077ae31972594715623dd5385d2b25d82d787349 /mail | |
parent | 5c60676d5b87f31b0698fac042c741cfd766e948 (diff) | |
download | freebsd-ports-gnome-d02f8eb009580daed482bf1d7e8743f06cad5f20.tar.gz freebsd-ports-gnome-d02f8eb009580daed482bf1d7e8743f06cad5f20.tar.zst freebsd-ports-gnome-d02f8eb009580daed482bf1d7e8743f06cad5f20.zip |
- Update to latest snapshot 201207311144
- Fix rc.d script
PR: ports/170577
Submitted by: Artis Caune <Artis.Caune at gmail.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opensmtpd/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd/distinfo | 4 | ||||
-rw-r--r-- | mail/opensmtpd/files/smtpd.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 98e848a5bd72..360a7807966a 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opensmtpd -PORTVERSION= 201207281129 +PORTVERSION= 201207311144 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ diff --git a/mail/opensmtpd/distinfo b/mail/opensmtpd/distinfo index f91e54a52d91..a9d791205436 100644 --- a/mail/opensmtpd/distinfo +++ b/mail/opensmtpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (opensmtpd-201207281129.tar.gz) = abadaea95eb1836c87060ae53ba4a791e8ea02e8f7a6cd022df94de8d997ed17 -SIZE (opensmtpd-201207281129.tar.gz) = 244926 +SHA256 (opensmtpd-201207311144.tar.gz) = 59259c2f51410b3faeb5f6e82fee58328c40ce4ee0f7ef7496f9ef3329c5d99e +SIZE (opensmtpd-201207311144.tar.gz) = 246356 diff --git a/mail/opensmtpd/files/smtpd.in b/mail/opensmtpd/files/smtpd.in index a0801b76d95c..a471c06b7090 100644 --- a/mail/opensmtpd/files/smtpd.in +++ b/mail/opensmtpd/files/smtpd.in @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: smtpd mail -# REQUIRE: %%REQUIRE%% +# REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable smtpd: |