Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2013 21:42:52 +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: r322107 - head/mail/opensmtpd
Message-ID:  <201306302142.r5ULgqKS044358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Sun Jun 30 21:42:51 2013
New Revision: 322107
URL: http://svnweb.freebsd.org/changeset/ports/322107

Log:
  - Add opensmtpd-devel package to CONFLICTS_INSTALL
  - Update LICENSE information to point to the actual LICENSE file[1]
  
  Submitted by:	Alexander Milanov <a at amilanov.com>[1] (private mail)

Modified:
  head/mail/opensmtpd/Makefile

Modified: head/mail/opensmtpd/Makefile
==============================================================================
--- head/mail/opensmtpd/Makefile	Sun Jun 30 21:30:52 2013	(r322106)
+++ head/mail/opensmtpd/Makefile	Sun Jun 30 21:42:51 2013	(r322107)
@@ -12,9 +12,10 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}p1
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	OpenSMTPD is a free MTA
 
-LIB_DEPENDS=	event-1:${PORTSDIR}/devel/libevent
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LICENSE_NAME=	ISCL
+LIB_DEPENDS=	event-1:${PORTSDIR}/devel/libevent
 
 OPTIONS_DEFINE=	PAM
 
@@ -27,7 +28,7 @@ CONFIGURE_ARGS=	--with-libevent-dir=${LO
 USE_RC_SUBR=	smtpd
 SUB_FILES=	pkg-install pkg-deinstall pkg-message
 
-CONFLICTS_INSTALL=	postfix-[0-9]* sendmail-[0-9]*
+CONFLICTS_INSTALL=	postfix-[0-9]* sendmail-[0-9]* opensmtpd-devel-[0-9]*
 
 MAN8=		makemap.8 newaliases.8 smtpctl.8 smtpd.8
 MAN5=		smtpd.conf.5 aliases.5 forward.5



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