From owner-svn-ports-all@FreeBSD.ORG  Tue Jul 23 07:35:48 2013
Return-Path: <owner-svn-ports-all@FreeBSD.ORG>
Delivered-To: svn-ports-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by hub.freebsd.org (Postfix) with ESMTP id 89D5830D;
 Tue, 23 Jul 2013 07:35:48 +0000 (UTC)
 (envelope-from ashish@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7B8B32C3A;
 Tue, 23 Jul 2013 07:35:48 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6N7Zmiv012910;
 Tue, 23 Jul 2013 07:35:48 GMT (envelope-from ashish@svn.freebsd.org)
Received: (from ashish@localhost)
 by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6N7ZlQ3012903;
 Tue, 23 Jul 2013 07:35:47 GMT (envelope-from ashish@svn.freebsd.org)
Message-Id: <201307230735.r6N7ZlQ3012903@svn.freebsd.org>
From: Ashish SHUKLA <ashish@FreeBSD.org>
Date: Tue, 23 Jul 2013 07:35:47 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r323516 - in head/mail/opensmtpd-devel: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Jul 2013 07:35:48 -0000

Author: ashish
Date: Tue Jul 23 07:35:47 2013
New Revision: 323516
URL: http://svnweb.freebsd.org/changeset/ports/323516

Log:
  - Update to latest snapshot 201307221453
  - Remove diffs for getopt fixes which are now in upstream
  - Keep the fix for fixing build with PostgreSQL
  
  Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/819

Added:
  head/mail/opensmtpd-devel/files/patch-smtpd_table__postgres.c   (contents, props changed)
Deleted:
  head/mail/opensmtpd-devel/files/patch-smtpd_backends_table__mysql.c
  head/mail/opensmtpd-devel/files/patch-smtpd_backends_table__postgres.c
  head/mail/opensmtpd-devel/files/patch-smtpd_backends_table__sqlite.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	Tue Jul 23 06:44:45 2013	(r323515)
+++ head/mail/opensmtpd-devel/Makefile	Tue Jul 23 07:35:47 2013	(r323516)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opensmtpd
-PORTVERSION=	201307121003
+PORTVERSION=	201307221453
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.opensmtpd.org/archives/ \

Modified: head/mail/opensmtpd-devel/distinfo
==============================================================================
--- head/mail/opensmtpd-devel/distinfo	Tue Jul 23 06:44:45 2013	(r323515)
+++ head/mail/opensmtpd-devel/distinfo	Tue Jul 23 07:35:47 2013	(r323516)
@@ -1,2 +1,2 @@
-SHA256 (opensmtpd-201307121003p1.tar.gz) = 8f9ee9fb3949af2639cda3b77cc884acd8154c501035b40fe93b7cc1f49d0dcb
-SIZE (opensmtpd-201307121003p1.tar.gz) = 763766
+SHA256 (opensmtpd-201307221453p1.tar.gz) = 430fcafa880c34a26a1a17da15490fb8fbae8501f5e2dc127a71db46b4fec8e3
+SIZE (opensmtpd-201307221453p1.tar.gz) = 776221

Added: head/mail/opensmtpd-devel/files/patch-smtpd_table__postgres.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/opensmtpd-devel/files/patch-smtpd_table__postgres.c	Tue Jul 23 07:35:47 2013	(r323516)
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- smtpd/table_postgres.c.orig
++++ smtpd/table_postgres.c
+@@ -28,7 +28,7 @@
+ #include <time.h>
+ #include <unistd.h>
+ 
+-#include <postgresql/libpq-fe.h>
++#include <libpq-fe.h>
+ 
+ #include "smtpd-defines.h"
+ #include "smtpd-api.h"

Modified: head/mail/opensmtpd-devel/pkg-plist
==============================================================================
--- head/mail/opensmtpd-devel/pkg-plist	Tue Jul 23 06:44:45 2013	(r323515)
+++ head/mail/opensmtpd-devel/pkg-plist	Tue Jul 23 07:35:47 2013	(r323516)
@@ -6,11 +6,12 @@ libexec/opensmtpd/makemap
 libexec/opensmtpd/backend-queue-null
 libexec/opensmtpd/backend-queue-ram
 libexec/opensmtpd/backend-queue-stub
-libexec/opensmtpd/backend-table-stub
-%%MYSQL%%libexec/opensmtpd/backend-table-mysql
-%%SQLITE%%libexec/opensmtpd/backend-table-sqlite
-%%LDAP%%libexec/opensmtpd/backend-table-ldap
-%%PGSQL%%libexec/opensmtpd/backend-table-postgres
+libexec/opensmtpd/table-stub
+libexec/opensmtpd/table-passwd
+%%MYSQL%%libexec/opensmtpd/table-mysql
+%%SQLITE%%libexec/opensmtpd/table-sqlite
+%%LDAP%%libexec/opensmtpd/table-ldap
+%%PGSQL%%libexec/opensmtpd/table-postgres
 libexec/opensmtpd/backend-scheduler-ram
 libexec/opensmtpd/backend-scheduler-stub
 libexec/opensmtpd/filter-dnsbl