aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2012-09-29 11:34:21 +0800
committertota <tota@FreeBSD.org>2012-09-29 11:34:21 +0800
commit4f59cde91b9ba231e33510260b1271fbbcfeee34 (patch)
treecf99a85f87790a138a47876efcba4e48324f06fb /graphics
parent4b9d7719e5c3d600bc57bcc927630aa87567e3e4 (diff)
downloadfreebsd-ports-gnome-4f59cde91b9ba231e33510260b1271fbbcfeee34.tar.gz
freebsd-ports-gnome-4f59cde91b9ba231e33510260b1271fbbcfeee34.tar.zst
freebsd-ports-gnome-4f59cde91b9ba231e33510260b1271fbbcfeee34.zip
- Update to 0.7-19
- Fix value of --configure-args for custom LOCALBASE - Trim WWW: line in pkg-descr
Diffstat (limited to 'graphics')
-rw-r--r--graphics/R-cran-rgdal/Makefile4
-rw-r--r--graphics/R-cran-rgdal/distinfo4
-rw-r--r--graphics/R-cran-rgdal/pkg-descr2
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile
index 75c54a177949..62ba1f4e9108 100644
--- a/graphics/R-cran-rgdal/Makefile
+++ b/graphics/R-cran-rgdal/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rgdal
-DISTVERSION= 0.7-18
+DISTVERSION= 0.7-19
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -18,6 +18,6 @@ RUN_DEPENDS= R-cran-sp>=0.9.99:${PORTSDIR}/math/R-cran-sp
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
-R_POSTCMD_INSTALL_OPTIONS+= --configure-args="--with-proj-lib=${LOCALBASE}"
+R_POSTCMD_INSTALL_OPTIONS+= --configure-args="--with-proj-lib=${LOCALBASE}/lib"
.include <bsd.port.mk>
diff --git a/graphics/R-cran-rgdal/distinfo b/graphics/R-cran-rgdal/distinfo
index 96742bab855e..ed8e64febd8e 100644
--- a/graphics/R-cran-rgdal/distinfo
+++ b/graphics/R-cran-rgdal/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rgdal_0.7-18.tar.gz) = e232d0f543eaf0d8197226b75f81e51b7df39af33642404013beaec93b9261bc
-SIZE (rgdal_0.7-18.tar.gz) = 1433864
+SHA256 (rgdal_0.7-19.tar.gz) = ad3157546dbe261e9b2529b86dd40d965ef5263e3cb277017515d3069997bd6b
+SIZE (rgdal_0.7-19.tar.gz) = 1448152
diff --git a/graphics/R-cran-rgdal/pkg-descr b/graphics/R-cran-rgdal/pkg-descr
index 5bb8bb498b2f..91fc8ad4a613 100644
--- a/graphics/R-cran-rgdal/pkg-descr
+++ b/graphics/R-cran-rgdal/pkg-descr
@@ -7,4 +7,4 @@ vector map data can be imported into R, and GDAL raster data and
OGR vector data exported. Use is made of classes defined in the sp
package.
-WWW: http://cran.r-project.org/web/packages/rgdal/
+WWW: http://cran.r-project.org/web/packages/rgdal/