Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2013 15:58:32 +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: r324165 - in head/mail/opensmtpd-devel: . files
Message-ID:  <201308021558.r72FwWuf080657@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Fri Aug  2 15:58:31 2013
New Revision: 324165
URL: http://svnweb.freebsd.org/changeset/ports/324165

Log:
  - Update to latest snapshot 201307311702
  - Remove the diff for compiling with PostgreSQL support (committed upstream)
  
  Changes:	http://article.gmane.org/gmane.mail.opensmtpd.general/830

Deleted:
  head/mail/opensmtpd-devel/files/patch-smtpd_table__postgres.c
Modified:
  head/mail/opensmtpd-devel/Makefile
  head/mail/opensmtpd-devel/distinfo
  head/mail/opensmtpd-devel/pkg-plist

Modified: head/mail/opensmtpd-devel/Makefile
==============================================================================
--- head/mail/opensmtpd-devel/Makefile	Fri Aug  2 13:23:34 2013	(r324164)
+++ head/mail/opensmtpd-devel/Makefile	Fri Aug  2 15:58:31 2013	(r324165)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opensmtpd
-PORTVERSION=	201307221453
+PORTVERSION=	201307311702
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.opensmtpd.org/archives/ \
@@ -25,14 +25,15 @@ OPTIONS_DEFINE=	PAM SQLITE MYSQL PGSQL L
 OPTIONS_DEFAULT=	PAM
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-libevent-dir=${LOCALBASE} --sysconfdir=${PREFIX}/etc/mail/
+CONFIGURE_ARGS=	--with-libevent-dir=${LOCALBASE} --sysconfdir=${PREFIX}/etc/mail/ \
+		--with-mailwrapper
 
 USE_RC_SUBR=	smtpd
 SUB_FILES=	pkg-install pkg-deinstall
 
 CONFLICTS_INSTALL=	postfix-[0-9]* sendmail-[0-9]* opensmtpd-[0-9]*
 
-MAN8=		makemap.8 newaliases.8 smtpctl.8 smtpd.8
+MAN8=		makemap.8 newaliases.8 sendmail.8 smtpctl.8 smtpd.8
 MAN5=		smtpd.conf.5 aliases.5 forward.5
 
 USERS=		_smtpd _smtpq

Modified: head/mail/opensmtpd-devel/distinfo
==============================================================================
--- head/mail/opensmtpd-devel/distinfo	Fri Aug  2 13:23:34 2013	(r324164)
+++ head/mail/opensmtpd-devel/distinfo	Fri Aug  2 15:58:31 2013	(r324165)
@@ -1,2 +1,2 @@
-SHA256 (opensmtpd-201307221453p1.tar.gz) = 430fcafa880c34a26a1a17da15490fb8fbae8501f5e2dc127a71db46b4fec8e3
-SIZE (opensmtpd-201307221453p1.tar.gz) = 776221
+SHA256 (opensmtpd-201307311702p1.tar.gz) = 0dd589bf1011bc7baf121ddb6246f5431f94f08db7e5daff241aee67972571e4
+SIZE (opensmtpd-201307311702p1.tar.gz) = 771023

Modified: head/mail/opensmtpd-devel/pkg-plist
==============================================================================
--- head/mail/opensmtpd-devel/pkg-plist	Fri Aug  2 13:23:34 2013	(r324164)
+++ head/mail/opensmtpd-devel/pkg-plist	Fri Aug  2 15:58:31 2013	(r324165)
@@ -1,5 +1,3 @@
-bin/mailq
-bin/newaliases
 etc/mail/smtpd.conf.sample
 libexec/mail.local
 libexec/opensmtpd/makemap
@@ -18,7 +16,6 @@ libexec/opensmtpd/filter-dnsbl
 libexec/opensmtpd/filter-monkey
 libexec/opensmtpd/filter-stub
 libexec/opensmtpd/filter-trace
-sbin/makemap
 sbin/smtpctl
 sbin/smtpd
 @dirrm libexec/opensmtpd



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