From owner-svn-ports-all@freebsd.org Tue Oct 4 15:56:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 668B1AF59A2; Tue, 4 Oct 2016 15:56:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36E1AD17; Tue, 4 Oct 2016 15:56:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u94FuEsF035986; Tue, 4 Oct 2016 15:56:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u94FuE4H035984; Tue, 4 Oct 2016 15:56:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610041556.u94FuE4H035984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 4 Oct 2016 15:56:14 +0000 (UTC) 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 X-SVN-Group: ports-branches 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.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 15:56:15 -0000 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