svn commit: r423276 - in head/mail: archiveopteryx archiveopteryx-devel

Mark Felder feld at FreeBSD.org
Tue Oct 4 15:55:46 UTC 2016


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
 


More information about the svn-ports-head mailing list