svn commit: r423274 - in branches/2016Q4/mail: archiveopteryx archiveopteryx-devel
Mark Felder
feld at FreeBSD.org
Tue Oct 4 15:46:52 UTC 2016
Author: feld
Date: Tue Oct 4 15:46:51 2016
New Revision: 423274
URL: https://svnweb.freebsd.org/changeset/ports/423274
Log:
MFH: r423273
mail/archiveopteryx{-devel}: Only depend on Postgres client
Approved by: ports-secteam (with hat)
Modified:
branches/2016Q4/mail/archiveopteryx-devel/Makefile
branches/2016Q4/mail/archiveopteryx/Makefile
Directory Properties:
branches/2016Q4/ (props changed)
Modified: branches/2016Q4/mail/archiveopteryx-devel/Makefile
==============================================================================
--- branches/2016Q4/mail/archiveopteryx-devel/Makefile Tue Oct 4 15:46:00 2016 (r423273)
+++ branches/2016Q4/mail/archiveopteryx-devel/Makefile Tue Oct 4 15:46:51 2016 (r423274)
@@ -3,7 +3,7 @@
PORTNAME= archiveopteryx
PORTVERSION= 3.2.99.20160129
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= mail
PKGNAMESUFFIX= -devel
@@ -23,6 +23,7 @@ GH_TAGNAME= e10c73a
USES= perl5 pgsql:9.1+ ssl tar:bzip2
USE_PERL5= build
+WITH_PGSQL= client
PORTDOCS= COPYING README license.txt
Modified: branches/2016Q4/mail/archiveopteryx/Makefile
==============================================================================
--- branches/2016Q4/mail/archiveopteryx/Makefile Tue Oct 4 15:46:00 2016 (r423273)
+++ branches/2016Q4/mail/archiveopteryx/Makefile Tue Oct 4 15:46:51 2016 (r423274)
@@ -3,7 +3,7 @@
PORTNAME= archiveopteryx
PORTVERSION= 3.2.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= http://archiveopteryx.org/download/
@@ -18,6 +18,7 @@ BUILD_DEPENDS= jam:devel/jam
USES= perl5 pgsql:9.1+ ssl tar:bzip2
USE_PERL5= build
+WITH_PGSQL= client
PORTDOCS= COPYING README bsd.txt
More information about the svn-ports-branches
mailing list