Date: Tue, 31 Mar 2015 13:36:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382817 - head/databases/postgis20 Message-ID: <201503311336.t2VDacAY095633@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503311336.t2VDacAY095633>