aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dbmail-devel
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2003-10-24 14:51:27 +0800
committersergei <sergei@FreeBSD.org>2003-10-24 14:51:27 +0800
commit2264ff0ec2a31431dda4514c55ea17a0cec7c087 (patch)
treeaacbc20a15158462ae0deb74c2d0e7bc1c6b75ca /mail/dbmail-devel
parent0e3ef575308998f2236b736495d86e0d60fa6dee (diff)
downloadfreebsd-ports-gnome-2264ff0ec2a31431dda4514c55ea17a0cec7c087.tar.gz
freebsd-ports-gnome-2264ff0ec2a31431dda4514c55ea17a0cec7c087.tar.zst
freebsd-ports-gnome-2264ff0ec2a31431dda4514c55ea17a0cec7c087.zip
- Update to 1.2.1:
This update fixes a security bug in the SMTP handling code and adds some indexes to the PostgreSQL table layout for speed improvements PR: 58470 Submitted by: maintainer Approved by: krion (implicit)
Diffstat (limited to 'mail/dbmail-devel')
-rw-r--r--mail/dbmail-devel/Makefile7
-rw-r--r--mail/dbmail-devel/distinfo2
-rw-r--r--mail/dbmail-devel/pkg-plist4
3 files changed, 6 insertions, 7 deletions
diff --git a/mail/dbmail-devel/Makefile b/mail/dbmail-devel/Makefile
index 301089ea7420..7c8cef3cc616 100644
--- a/mail/dbmail-devel/Makefile
+++ b/mail/dbmail-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= dbmail
-PORTVERSION= 1.2
-PORTREVISION= 1
+PORTVERSION= 1.2.1
CATEGORIES= mail
MASTER_SITES= http://www.dbmail.org/tgz/
PKGNAMESUFFIX= -${DATABASE}
@@ -63,9 +62,7 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/sql/${DATABASE}/* ${DATADIR}/sql
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for docs in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
-.endfor
+ @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/mail/dbmail-devel/distinfo b/mail/dbmail-devel/distinfo
index 51b9101a6107..5e8cf72b3498 100644
--- a/mail/dbmail-devel/distinfo
+++ b/mail/dbmail-devel/distinfo
@@ -1 +1 @@
-MD5 (dbmail-1.2.tgz) = cf841ed657fc87a9a186c9b0ac9189ed
+MD5 (dbmail-1.2.1.tgz) = 5721d9d15fa1a3d1aaee8e1290cc3954
diff --git a/mail/dbmail-devel/pkg-plist b/mail/dbmail-devel/pkg-plist
index 88c7b286d496..2b086d113b91 100644
--- a/mail/dbmail-devel/pkg-plist
+++ b/mail/dbmail-devel/pkg-plist
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
bin/dbmail-smtp
bin/dbmail-pop3d
bin/dbmail-imapd
@@ -23,6 +24,7 @@ etc/dbmail.conf-dist
%%MYSQL%%%%DATADIR%%/sql/update_mysql_tmptables.mysql
%%MYSQL%%%%DATADIR%%/sql/update_ownerid_aliases.mysql
%%PGSQL%%%%DATADIR%%/sql/add-constraints.pgsql
+%%PGSQL%%%%DATADIR%%/sql/add-indexes-fkeys-to-1.2.pgsql
%%PGSQL%%%%DATADIR%%/sql/add-lastlogin.postgresql
%%PGSQL%%%%DATADIR%%/sql/add_auto_notification.pgsql
%%PGSQL%%%%DATADIR%%/sql/add_auto_reply.pgsql
@@ -35,6 +37,6 @@ etc/dbmail.conf-dist
%%PGSQL%%%%DATADIR%%/sql/pop_before_smtp.pgsql
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/sql
@dirrm %%DATADIR%%
-@dirrm %%DOCSDIR%%