diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-11 19:16:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-11 19:16:06 +0800 |
commit | c1ede61b32f00d20d8b7aa113bc4d667d6d928d6 (patch) | |
tree | 911f6262582c3313ad33bce1227b7d5e6f253a4c /databases | |
parent | f2ecdc9d2d4fb46fdd0c6c88557985358adac4e6 (diff) | |
download | freebsd-ports-gnome-c1ede61b32f00d20d8b7aa113bc4d667d6d928d6.tar.gz freebsd-ports-gnome-c1ede61b32f00d20d8b7aa113bc4d667d6d928d6.tar.zst freebsd-ports-gnome-c1ede61b32f00d20d8b7aa113bc4d667d6d928d6.zip |
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]
Approved by: portmgr (implicit) [1]
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis20/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis21/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 807510387463..473a28473aae 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 6.4.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ diff --git a/databases/postgis20/Makefile b/databases/postgis20/Makefile index 156f65babcb4..217cd902cf1f 100644 --- a/databases/postgis20/Makefile +++ b/databases/postgis20/Makefile @@ -2,7 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 20 diff --git a/databases/postgis21/Makefile b/databases/postgis21/Makefile index 9a3572174f97..4ff3d067aba5 100644 --- a/databases/postgis21/Makefile +++ b/databases/postgis21/Makefile @@ -2,7 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ |