diff options
author | ashish <ashish@FreeBSD.org> | 2013-04-28 01:35:34 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2013-04-28 01:35:34 +0800 |
commit | 4b87a971717d36d7e196499580c1544019fa0c97 (patch) | |
tree | 33bc85f6c6d63a16385330e3a1a730ff89011169 /mail | |
parent | 31f4b4ce7ae2d759d5c04957e27d1d8abdeb7cef (diff) | |
download | freebsd-ports-gnome-4b87a971717d36d7e196499580c1544019fa0c97.tar.gz freebsd-ports-gnome-4b87a971717d36d7e196499580c1544019fa0c97.tar.zst freebsd-ports-gnome-4b87a971717d36d7e196499580c1544019fa0c97.zip |
- Update to 5.3.1p1
- Use CONFLICTS_INSTALL, instead of CONFLICTS[1]
Changes: http://article.gmane.org/gmane.mail.opensmtpd.general/469
Reported by: Vincent Gross <dermiste at kilob.yt>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opensmtpd/Makefile | 4 | ||||
-rw-r--r-- | mail/opensmtpd/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 081dce06e7f3..b1f5262befd2 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opensmtpd -PORTVERSION= 5.3 +PORTVERSION= 5.3.1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --with-libevent-dir=${LOCALBASE} USE_RC_SUBR= smtpd SUB_FILES= pkg-install pkg-deinstall pkg-message -CONFLICTS= postfix-[0-9]* sendmail-[0-9]* +CONFLICTS_INSTALL= postfix-[0-9]* sendmail-[0-9]* MAN8= makemap.8 newaliases.8 smtpctl.8 smtpd.8 MAN5= smtpd.conf.5 aliases.5 forward.5 diff --git a/mail/opensmtpd/distinfo b/mail/opensmtpd/distinfo index 994556c72308..959143ed1b3a 100644 --- a/mail/opensmtpd/distinfo +++ b/mail/opensmtpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (opensmtpd-5.3p1.tar.gz) = 618092f1f0b5aba5f8d4c933536a76d3a5a8e45c28b599a6420321cd4478f3d9 -SIZE (opensmtpd-5.3p1.tar.gz) = 335046 +SHA256 (opensmtpd-5.3.1p1.tar.gz) = 64e0aaa5145894af23a1e28cba7e8435931a6c4e671db7669327478e01a1c28e +SIZE (opensmtpd-5.3.1p1.tar.gz) = 338091 |