Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2013 17:35:35 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316677 - head/mail/opensmtpd
Message-ID:  <201304271735.r3RHZZEd087143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304271735.r3RHZZEd087143>