svn commit: r316677 - head/mail/opensmtpd

Ashish SHUKLA ashish at FreeBSD.org
Sat Apr 27 17:35:36 UTC 2013


Author: ashish
Date: Sat Apr 27 17:35:34 2013
New Revision: 316677
URL: http://svnweb.freebsd.org/changeset/ports/316677

Log:
  - 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>

Modified:
  head/mail/opensmtpd/Makefile
  head/mail/opensmtpd/distinfo

Modified: head/mail/opensmtpd/Makefile
==============================================================================
--- head/mail/opensmtpd/Makefile	Sat Apr 27 17:13:34 2013	(r316676)
+++ head/mail/opensmtpd/Makefile	Sat Apr 27 17:35:34 2013	(r316677)
@@ -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=${LO
 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

Modified: head/mail/opensmtpd/distinfo
==============================================================================
--- head/mail/opensmtpd/distinfo	Sat Apr 27 17:13:34 2013	(r316676)
+++ head/mail/opensmtpd/distinfo	Sat Apr 27 17:35:34 2013	(r316677)
@@ -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


More information about the svn-ports-all mailing list