svn commit: r322107 - head/mail/opensmtpd
Ashish SHUKLA
ashish at FreeBSD.org
Sun Jun 30 21:42:52 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list