Date: Tue, 4 Oct 2016 15:56:14 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423277 - in branches/2016Q4/mail: archiveopteryx archiveopteryx-devel Message-ID: <201610041556.u94FuE4H035984@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue Oct 4 15:56:14 2016 New Revision: 423277 URL: https://svnweb.freebsd.org/changeset/ports/423277 Log: MFH: r423276 mail/archiveopteryx{-devel}: Remove Postgres client requirement Aox does not actually use libpq, so it doesn't need this as a build or runtime dependency. 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:55:45 2016 (r423276) +++ branches/2016Q4/mail/archiveopteryx-devel/Makefile Tue Oct 4 15:56:14 2016 (r423277) @@ -3,7 +3,7 @@ PORTNAME= archiveopteryx PORTVERSION= 3.2.99.20160129 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -21,7 +21,7 @@ GH_ACCOUNT= aox GH_PROJECT= aox GH_TAGNAME= e10c73a -USES= perl5 pgsql:9.1+ ssl tar:bzip2 +USES= perl5 ssl tar:bzip2 USE_PERL5= build WITH_PGSQL= client Modified: branches/2016Q4/mail/archiveopteryx/Makefile ============================================================================== --- branches/2016Q4/mail/archiveopteryx/Makefile Tue Oct 4 15:55:45 2016 (r423276) +++ branches/2016Q4/mail/archiveopteryx/Makefile Tue Oct 4 15:56:14 2016 (r423277) @@ -3,7 +3,7 @@ PORTNAME= archiveopteryx PORTVERSION= 3.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= http://archiveopteryx.org/download/ @@ -16,7 +16,7 @@ BROKEN_powerpc64= Does not build BUILD_DEPENDS= jam:devel/jam -USES= perl5 pgsql:9.1+ ssl tar:bzip2 +USES= perl5 ssl tar:bzip2 USE_PERL5= build WITH_PGSQL= client
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610041556.u94FuE4H035984>