svn commit: r370459 - in head/databases: pgpool-II-23 pgpool-II-30

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 8 17:01:29 UTC 2014


Author: bapt
Date: Wed Oct  8 17:01:28 2014
New Revision: 370459
URL: https://svnweb.freebsd.org/changeset/ports/370459
QAT: https://qat.redports.org/buildarchive/r370459/

Log:
  Convert to USES=pgsql
  Strip binaries

Modified:
  head/databases/pgpool-II-23/Makefile
  head/databases/pgpool-II-30/Makefile

Modified: head/databases/pgpool-II-23/Makefile
==============================================================================
--- head/databases/pgpool-II-23/Makefile	Wed Oct  8 16:59:56 2014	(r370458)
+++ head/databases/pgpool-II-23/Makefile	Wed Oct  8 17:01:28 2014	(r370459)
@@ -11,10 +11,10 @@ PKGNAMESUFFIX=	23
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Connection pool server for PostgreSQL
 
-USES=		gmake libtool
+USES=		gmake pgsql libtool
 GNU_CONFIGURE=	yes
-USE_PGSQL=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CONFLICTS=	pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-30-* 
 USE_RC_SUBR=	pgpool

Modified: head/databases/pgpool-II-30/Makefile
==============================================================================
--- head/databases/pgpool-II-30/Makefile	Wed Oct  8 16:59:56 2014	(r370458)
+++ head/databases/pgpool-II-30/Makefile	Wed Oct  8 17:01:28 2014	(r370459)
@@ -15,8 +15,7 @@ LICENSE=	BSD
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool
-USE_PGSQL=	yes
+USES=		gmake pgsql libtool
 USE_LDCONFIG=	yes
 
 CONFLICTS=	pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-23-* 


More information about the svn-ports-all mailing list