svn commit: r338350 - head/graphics/R-cran-rtiff

TAKATSU Tomonari tota at FreeBSD.org
Wed Jan 1 03:36:50 UTC 2014


Author: tota
Date: Wed Jan  1 03:36:49 2014
New Revision: 338350
URL: http://svnweb.freebsd.org/changeset/ports/338350

Log:
  - Update to 1.4.3
  - Fix LICENSE section
  - Add LDFLAGS for custom LOCALBASE

Modified:
  head/graphics/R-cran-rtiff/Makefile
  head/graphics/R-cran-rtiff/distinfo

Modified: head/graphics/R-cran-rtiff/Makefile
==============================================================================
--- head/graphics/R-cran-rtiff/Makefile	Wed Jan  1 02:11:18 2014	(r338349)
+++ head/graphics/R-cran-rtiff/Makefile	Wed Jan  1 03:36:49 2014	(r338350)
@@ -2,19 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	rtiff
-PORTVERSION=	1.4.2
-PORTREVISION=	4
+PORTVERSION=	1.4.3
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	tota at FreeBSD.org
 COMMENT=	TIFF reader for R
 
+LICENSE=	GPLv3
+
 LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/tiff
 RUN_DEPENDS=	R-cran-pixmap>0:${PORTSDIR}/graphics/R-cran-pixmap
 
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
 USES=	cran:auto-plist
 
+LDFLAGS+=	-L${LOCALBASE}/lib
+
 .include <bsd.port.mk>

Modified: head/graphics/R-cran-rtiff/distinfo
==============================================================================
--- head/graphics/R-cran-rtiff/distinfo	Wed Jan  1 02:11:18 2014	(r338349)
+++ head/graphics/R-cran-rtiff/distinfo	Wed Jan  1 03:36:49 2014	(r338350)
@@ -1,2 +1,2 @@
-SHA256 (rtiff_1.4.2.tar.gz) = b53ce2e8541aab6abef52694bae613a532af0697e20b3d3e9e59a3ae6d0358a0
-SIZE (rtiff_1.4.2.tar.gz) = 109864
+SHA256 (rtiff_1.4.3.tar.gz) = 36c05051b14f75e8cfe965fd2557b267f229c5dc9932260d7e8d5d672027cf23
+SIZE (rtiff_1.4.3.tar.gz) = 109948


More information about the svn-ports-all mailing list