diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-17 03:51:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-17 03:51:26 +0800 |
commit | 2558f8d8455b6a709567f5245095f051d9eb3f33 (patch) | |
tree | 4879afc96e4986d9ba2b4a606ccea6364ee658db /databases | |
parent | d86141b06dc44694dfb40826bcab81aadfc6a721 (diff) | |
download | freebsd-ports-gnome-2558f8d8455b6a709567f5245095f051d9eb3f33.tar.gz freebsd-ports-gnome-2558f8d8455b6a709567f5245095f051d9eb3f33.tar.zst freebsd-ports-gnome-2558f8d8455b6a709567f5245095f051d9eb3f33.zip |
Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop
Diffstat (limited to 'databases')
-rw-r--r-- | databases/flamerobin/Makefile | 2 | ||||
-rw-r--r-- | databases/grass/Makefile | 2 | ||||
-rw-r--r-- | databases/pgadmin3/Makefile | 1 | ||||
-rw-r--r-- | databases/pgagent/Makefile | 2 | ||||
-rw-r--r-- | databases/spatialite_gui/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/databases/flamerobin/Makefile b/databases/flamerobin/Makefile index 60b9e497d69e..bdd7d9c4cf7f 100644 --- a/databases/flamerobin/Makefile +++ b/databases/flamerobin/Makefile @@ -3,7 +3,7 @@ PORTNAME= flamerobin PORTVERSION= 0.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/databases/grass/Makefile b/databases/grass/Makefile index dff3232bd13e..52cfd74c4c9e 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 6.4.5 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index 5d4f6ab95a6f..eead0812d3cb 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -3,6 +3,7 @@ PORTNAME= pgadmin3 PORTVERSION= 1.20.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= PGSQL/pgadmin3/release/v${PORTVERSION}/src DIST_SUBDIR= postgresql diff --git a/databases/pgagent/Makefile b/databases/pgagent/Makefile index e679e82fb1e9..05f87c943026 100644 --- a/databases/pgagent/Makefile +++ b/databases/pgagent/Makefile @@ -3,7 +3,7 @@ PORTNAME= pgagent PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= PGSQL/pgadmin3/release/pgagent DISTNAME= pgAgent-${PORTVERSION}-Source diff --git a/databases/spatialite_gui/Makefile b/databases/spatialite_gui/Makefile index 988f079afea6..f85b345abb3b 100644 --- a/databases/spatialite_gui/Makefile +++ b/databases/spatialite_gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= spatialite_gui PORTVERSION= 1.7.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ |