Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 14:00:40 +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: r396498 - head/databases/postgis20
Message-ID:  <201509091400.t89E0eLf016011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  9 14:00:39 2015
New Revision: 396498
URL: https://svnweb.freebsd.org/changeset/ports/396498

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/databases/postgis20/Makefile

Modified: head/databases/postgis20/Makefile
==============================================================================
--- head/databases/postgis20/Makefile	Wed Sep  9 14:00:15 2015	(r396497)
+++ head/databases/postgis20/Makefile	Wed Sep  9 14:00:39 2015	(r396498)
@@ -2,7 +2,7 @@
 
 PORTNAME=	postgis
 PORTVERSION=	2.0.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	20
@@ -47,6 +47,7 @@ SHEBANG_FILES=	astyle.sh \
 		extras/tiger_geocoder/tiger_2010/legacy_import/tiger2008/import_tiger_shps.sh \
 		extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh \
 		raster/test/regress/testgdalraster \
+		utils/postgis_restore.pl.in \
 		utils/uninstall_script
 
 LOADERGUI_CONFIGURE_WITH=	gui



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