Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2015 16:28:41 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397002 - head/databases/postgis21
Message-ID:  <201509151628.t8FGSf1H075415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep 15 16:28:40 2015
New Revision: 397002
URL: https://svnweb.freebsd.org/changeset/ports/397002

Log:
  - Add LICENSE_FILE
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/databases/postgis21/Makefile

Modified: head/databases/postgis21/Makefile
==============================================================================
--- head/databases/postgis21/Makefile	Tue Sep 15 16:28:27 2015	(r397001)
+++ head/databases/postgis21/Makefile	Tue Sep 15 16:28:40 2015	(r397002)
@@ -2,7 +2,7 @@
 
 PORTNAME=	postgis
 PORTVERSION=	2.1.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://download.osgeo.org/postgis/source/
 
@@ -10,6 +10,7 @@ MAINTAINER=	harrison.grundy@astrodoggrou
 COMMENT=	Geographic objects support for PostgreSQL databases
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libproj.so:${PORTSDIR}/graphics/proj \
 		libgeos.so:${PORTSDIR}/graphics/geos \
@@ -20,7 +21,8 @@ CONFLICTS=	postgis-1.* postgis-2.0.*
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE}
-USES=		gmake iconv:wchar_t perl5 pgsql pkgconfig libtool:keepla
+USES=		gmake iconv:wchar_t libtool:keepla perl5 pgsql pkgconfig shebangfix
+SHEBANG_FILES=	utils/postgis_restore.pl.in
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 USE_PERL5=	build



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509151628.t8FGSf1H075415>