svn commit: r506638 - head/graphics/R-cran-rtiff
TAKATSU Tomonari
tota at FreeBSD.org
Mon Jul 15 04:42:54 UTC 2019
Author: tota
Date: Mon Jul 15 04:42:53 2019
New Revision: 506638
URL: https://svnweb.freebsd.org/changeset/ports/506638
Log:
- Update to 1.4.6
- Update WWW: line in pkg-descr
Modified:
head/graphics/R-cran-rtiff/Makefile (contents, props changed)
head/graphics/R-cran-rtiff/distinfo (contents, props changed)
head/graphics/R-cran-rtiff/pkg-descr (contents, props changed)
Modified: head/graphics/R-cran-rtiff/Makefile
==============================================================================
--- head/graphics/R-cran-rtiff/Makefile Mon Jul 15 04:41:30 2019 (r506637)
+++ head/graphics/R-cran-rtiff/Makefile Mon Jul 15 04:42:53 2019 (r506638)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= rtiff
-PORTVERSION= 1.4.5
-PORTREVISION= 3
+PORTVERSION= 1.4.6
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -13,10 +12,10 @@ COMMENT= TIFF reader for R
LICENSE= GPLv3
LIB_DEPENDS= libtiff.so:graphics/tiff
-RUN_DEPENDS= R-cran-pixmap>0:graphics/R-cran-pixmap
+CRAN_DEPENDS= R-cran-pixmap>0:graphics/R-cran-pixmap
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
-
-LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
Modified: head/graphics/R-cran-rtiff/distinfo
==============================================================================
--- head/graphics/R-cran-rtiff/distinfo Mon Jul 15 04:41:30 2019 (r506637)
+++ head/graphics/R-cran-rtiff/distinfo Mon Jul 15 04:42:53 2019 (r506638)
@@ -1,2 +1,3 @@
-SHA256 (rtiff_1.4.5.tar.gz) = 7ca2fca682ffd5b5518ca324fbaf3bf5ac6f9201f20b97a3f76147c731baf272
-SIZE (rtiff_1.4.5.tar.gz) = 109303
+TIMESTAMP = 1563057074
+SHA256 (rtiff_1.4.6.tar.gz) = 9ec7c097d44163db5bf6cc9d0749a6d3da4f9f54172d987e3afe9b1fe2cce426
+SIZE (rtiff_1.4.6.tar.gz) = 109691
Modified: head/graphics/R-cran-rtiff/pkg-descr
==============================================================================
--- head/graphics/R-cran-rtiff/pkg-descr Mon Jul 15 04:41:30 2019 (r506637)
+++ head/graphics/R-cran-rtiff/pkg-descr Mon Jul 15 04:42:53 2019 (r506638)
@@ -10,4 +10,4 @@ inherently support a wide range of image formats and c
schemes. This package also provides an implementation of the Ridler
Autothresholding algorithm for easy generation of binary masks.
-WWW: http://cran.r-project.org/web/packages/rtiff/
+WWW: https://cran.r-project.org/web/packages/rtiff/
More information about the svn-ports-all
mailing list