mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
databases/postgis3*: fix pkg-plist
bin/shp2pgsql and bin/pgsql2shp were incorrectly prefixed with %%LOADERGUI%% PR: 253594 Reported by: Thomas Skowron <th@skowron.eu>
This commit is contained in:
parent
2b5369a28e
commit
0f94ea174e
6 changed files with 9 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= postgis
|
||||
PORTVERSION= 3.0.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= https://download.osgeo.org/postgis/source/
|
||||
PKGNAMESUFFIX= 30
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%%LOADERGUI%%bin/pgsql2shp
|
||||
bin/pgsql2shp
|
||||
%%RASTER%%bin/raster2pgsql
|
||||
%%LOADERGUI%%bin/shp2pgsql
|
||||
bin/shp2pgsql
|
||||
%%LOADERGUI%%bin/shp2pgsql-gui
|
||||
%%ADDRSTD%%lib/postgresql/address_standardizer-3.so
|
||||
lib/postgresql/postgis-3.so
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= postgis
|
||||
PORTVERSION= 3.1.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= https://download.osgeo.org/postgis/source/
|
||||
PKGNAMESUFFIX= 31
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%%LOADERGUI%%bin/pgsql2shp
|
||||
bin/pgsql2shp
|
||||
%%RASTER%%bin/raster2pgsql
|
||||
%%LOADERGUI%%bin/shp2pgsql
|
||||
bin/shp2pgsql
|
||||
%%LOADERGUI%%bin/shp2pgsql-gui
|
||||
%%ADDRSTD%%lib/postgresql/address_standardizer-3.so
|
||||
lib/postgresql/postgis-3.so
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= postgis
|
||||
DISTVERSION= 3.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= https://download.osgeo.org/postgis/source/
|
||||
PKGNAMESUFFIX= 32
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%%LOADERGUI%%bin/pgsql2shp
|
||||
bin/pgsql2shp
|
||||
%%RASTER%%bin/raster2pgsql
|
||||
%%LOADERGUI%%bin/shp2pgsql
|
||||
bin/shp2pgsql
|
||||
%%LOADERGUI%%bin/shp2pgsql-gui
|
||||
%%ADDRSTD%%lib/postgresql/address_standardizer-3.so
|
||||
lib/postgresql/postgis-3.so
|
||||
|
|
Loading…
Add table
Reference in a new issue