svn commit: r323516 - in head/mail/opensmtpd-devel: . files
Ashish SHUKLA
ashish at FreeBSD.org
Tue Jul 23 07:35:48 UTC 2013
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
More information about the svn-ports-head
mailing list