diff options
author | wg <wg@FreeBSD.org> | 2013-12-01 21:58:50 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-01 21:58:50 +0800 |
commit | 22f7ede31df0489b8d2eba19232c2c3dc893ced0 (patch) | |
tree | 16497cf6a9dfd6fcb4061cfeaea26ce34d6cf65a | |
parent | eff253d886191717ca04e8720cfd970bafe9fda7 (diff) | |
download | freebsd-ports-gnome-22f7ede31df0489b8d2eba19232c2c3dc893ced0.tar.gz freebsd-ports-gnome-22f7ede31df0489b8d2eba19232c2c3dc893ced0.tar.zst freebsd-ports-gnome-22f7ede31df0489b8d2eba19232c2c3dc893ced0.zip |
databases/spatialite_gui: update to 1.7.1
PR: ports/184102
Submitted by: maintainer
-rw-r--r-- | databases/spatialite_gui/Makefile | 20 | ||||
-rw-r--r-- | databases/spatialite_gui/distinfo | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/databases/spatialite_gui/Makefile b/databases/spatialite_gui/Makefile index b04770a801d9..9a057290d17d 100644 --- a/databases/spatialite_gui/Makefile +++ b/databases/spatialite_gui/Makefile @@ -2,27 +2,27 @@ # $FreeBSD$ PORTNAME= spatialite_gui -PORTVERSION= 1.5.0 -PORTREVISION= 2 -CATEGORIES= databases +PORTVERSION= 1.7.1 +CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-stable MAINTAINER= coder@tuxfamily.org COMMENT= Graphical User Interface (GUI) tool supporting SpatiaLite -LIB_DEPENDS= gaiagraphics:${PORTSDIR}/graphics/libgaiagraphics \ - freexl:${PORTSDIR}/textproc/freexl \ - spatialite:${PORTSDIR}/databases/spatialite +LIB_DEPENDS= libgaiagraphics.so:${PORTSDIR}/graphics/libgaiagraphics \ + libfreexl.so:${PORTSDIR}/textproc/freexl \ + libspatialite.so:${PORTSDIR}/databases/spatialite USE_WX= 2.8 WANT_UNICODE= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pkgconfig iconv +USE_GNOME= libxml2 +USES= gmake pkgconfig iconv + +CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include `${WX_CONFIG} --cppflags` LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} `${WX_CONFIG} --libs` -CONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= CFLAGS="${CFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes PLIST_FILES= bin/spatialite_gui diff --git a/databases/spatialite_gui/distinfo b/databases/spatialite_gui/distinfo index d8f61b89713b..b9a1f0c5fa5f 100644 --- a/databases/spatialite_gui/distinfo +++ b/databases/spatialite_gui/distinfo @@ -1,2 +1,2 @@ -SHA256 (spatialite_gui-1.5.0-stable.tar.gz) = 4d531954b3e2a0fbd147d7df77dbb8aa83634fe0349d454e904031278b836494 -SIZE (spatialite_gui-1.5.0-stable.tar.gz) = 1019221 +SHA256 (spatialite_gui-1.7.1.tar.gz) = cb9cb1ede7f83a5fc5f52c83437e556ab9cb54d6ace3c545d31b317fd36f05e4 +SIZE (spatialite_gui-1.7.1.tar.gz) = 1090178 |