svn commit: r386719 - head/graphics/gdal-grass

Bartek Rutkowski robak at FreeBSD.org
Mon May 18 21:39:05 UTC 2015


Author: robak
Date: Mon May 18 21:39:04 2015
New Revision: 386719
URL: https://svnweb.freebsd.org/changeset/ports/386719

Log:
  graphics/gdal-grass: update 1.4.3 -> 1.11.2
  
  PR:		199234
  Submitted by:	Kato Tsuguru <tkato432 at yahoo.com>

Modified:
  head/graphics/gdal-grass/Makefile
  head/graphics/gdal-grass/distinfo

Modified: head/graphics/gdal-grass/Makefile
==============================================================================
--- head/graphics/gdal-grass/Makefile	Mon May 18 21:26:50 2015	(r386718)
+++ head/graphics/gdal-grass/Makefile	Mon May 18 21:39:04 2015	(r386719)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gdal-grass
-PORTVERSION=	1.4.3
-PORTREVISION=	17
+PORTVERSION=	1.11.2
 CATEGORIES=	graphics
 MASTER_SITES=	http://download.osgeo.org/gdal/
 
@@ -17,18 +16,21 @@ LIB_DEPENDS=	libgdal.so:${PORTSDIR}/grap
 		libgrass_gis.so:${PORTSDIR}/databases/grass
 RUN_DEPENDS=	grass>=6:${PORTSDIR}/databases/grass
 
-ALL_TARGET=	# empty
+USES=		gmake
+USE_GCC=	yes	# from databases/grass
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-autoload=${PREFIX}/lib/gdalplugins \
 		--with-gdal=${LOCALBASE}/bin/gdal-config \
 		--with-grass=${LOCALBASE}/${GRASS_INST_DIR}
-GNU_CONFIGURE=	yes
-USE_GCC=	yes	# from databases/grass
-USES=		gmake
+ALL_TARGET=	default
 
 GRASS_INST_DIR!=${MAKE} -C ${.CURDIR}/../../databases/grass/ -V GRASS_INST_DIR
 
 pre-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/lib/gdalplugins/
-	${MKDIR} ${STAGEDIR}${PREFIX}/share/gdal/
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/gdalplugins
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/gdal
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdalplugins/*_GRASS.so
 
 .include <bsd.port.mk>

Modified: head/graphics/gdal-grass/distinfo
==============================================================================
--- head/graphics/gdal-grass/distinfo	Mon May 18 21:26:50 2015	(r386718)
+++ head/graphics/gdal-grass/distinfo	Mon May 18 21:39:04 2015	(r386719)
@@ -1,2 +1,2 @@
-SHA256 (gdal-grass-1.4.3.tar.gz) = ea18d1e773e8875aaf3261a6ccd2a5fa22d998f064196399dfe73d991688f1dd
-SIZE (gdal-grass-1.4.3.tar.gz) = 47527
+SHA256 (gdal-grass-1.11.2.tar.gz) = 08473ade53d699e1292c54a4271ed0108ec39e0b3a5ebfea04dc88d31e44bd1b
+SIZE (gdal-grass-1.11.2.tar.gz) = 50456


More information about the svn-ports-head mailing list