diff options
author | tota <tota@FreeBSD.org> | 2014-02-16 22:09:14 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2014-02-16 22:09:14 +0800 |
commit | 7dc88f02c07dca8d6501d0984f9c9af8854f5e7d (patch) | |
tree | 47cf276113fc24153e9a37ad323207523db19bb4 /graphics | |
parent | 6752beef1ce8caab1f905793f175a9c0810a0f75 (diff) | |
download | freebsd-ports-graphics-7dc88f02c07dca8d6501d0984f9c9af8854f5e7d.tar.gz freebsd-ports-graphics-7dc88f02c07dca8d6501d0984f9c9af8854f5e7d.tar.zst freebsd-ports-graphics-7dc88f02c07dca8d6501d0984f9c9af8854f5e7d.zip |
- Update to 1.4.4
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/R-cran-rtiff/Makefile | 4 | ||||
-rw-r--r-- | graphics/R-cran-rtiff/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/R-cran-rtiff/Makefile b/graphics/R-cran-rtiff/Makefile index 90c3c037235..b4649802906 100644 --- a/graphics/R-cran-rtiff/Makefile +++ b/graphics/R-cran-rtiff/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rtiff -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,7 +11,7 @@ COMMENT= TIFF reader for R LICENSE= GPLv3 -LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff RUN_DEPENDS= R-cran-pixmap>0:${PORTSDIR}/graphics/R-cran-pixmap USES= cran:auto-plist diff --git a/graphics/R-cran-rtiff/distinfo b/graphics/R-cran-rtiff/distinfo index 9b2ce4c1486..3e3ff1c4a1a 100644 --- a/graphics/R-cran-rtiff/distinfo +++ b/graphics/R-cran-rtiff/distinfo @@ -1,2 +1,2 @@ -SHA256 (rtiff_1.4.3.tar.gz) = 36c05051b14f75e8cfe965fd2557b267f229c5dc9932260d7e8d5d672027cf23 -SIZE (rtiff_1.4.3.tar.gz) = 109948 +SHA256 (rtiff_1.4.4.tar.gz) = 6cb0da7ee56bf8ea51bf14a54dc3a8ad91a7abac0c4546c5f4659cef5a199f8d +SIZE (rtiff_1.4.4.tar.gz) = 109954 |