From owner-svn-ports-all@freebsd.org Tue Oct 4 15:55:46 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 861AAAF5966; Tue, 4 Oct 2016 15:55:46 +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 58E56BFD; Tue, 4 Oct 2016 15:55:46 +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 u94Ftjg1035795; Tue, 4 Oct 2016 15:55:45 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u94FtjoB035793; Tue, 4 Oct 2016 15:55:45 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610041555.u94FtjoB035793@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:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423276 - in head/mail: archiveopteryx archiveopteryx-devel X-SVN-Group: ports-head 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:55:46 -0000 Author: feld Date: Tue Oct 4 15:55:45 2016 New Revision: 423276 URL: https://svnweb.freebsd.org/changeset/ports/423276 Log: 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. MFH: 2016Q4 Modified: head/mail/archiveopteryx-devel/Makefile head/mail/archiveopteryx/Makefile Modified: head/mail/archiveopteryx-devel/Makefile ============================================================================== --- head/mail/archiveopteryx-devel/Makefile Tue Oct 4 15:51:35 2016 (r423275) +++ head/mail/archiveopteryx-devel/Makefile Tue Oct 4 15:55:45 2016 (r423276) @@ -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: head/mail/archiveopteryx/Makefile ============================================================================== --- head/mail/archiveopteryx/Makefile Tue Oct 4 15:51:35 2016 (r423275) +++ head/mail/archiveopteryx/Makefile Tue Oct 4 15:55:45 2016 (r423276) @@ -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