svn commit: r382817 - head/databases/postgis20

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 31 13:36:38 UTC 2015


Author: sunpoet
Date: Tue Mar 31 13:36:37 2015
New Revision: 382817
URL: https://svnweb.freebsd.org/changeset/ports/382817
QAT: https://qat.redports.org/buildarchive/r382817/

Log:
  - Use USES=iconv:wchar_t
  - Bump PORTREVISION for dependency change (on FreeBSD 10+)
  
  PR:		186563
  Submitted by:	romain

Modified:
  head/databases/postgis20/Makefile

Modified: head/databases/postgis20/Makefile
==============================================================================
--- head/databases/postgis20/Makefile	Tue Mar 31 13:33:44 2015	(r382816)
+++ head/databases/postgis20/Makefile	Tue Mar 31 13:36:37 2015	(r382817)
@@ -2,7 +2,7 @@
 
 PORTNAME=	postgis
 PORTVERSION=	2.0.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	20
@@ -32,7 +32,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 USE_PERL5=	build
-USES=		gmake iconv libtool perl5 pgsql shebangfix
+USES=		gmake iconv:wchar_t libtool perl5 pgsql shebangfix
 WANT_PGSQL=	server
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}


More information about the svn-ports-head mailing list