svn commit: r402161 - in head: . math math/rkward-kde4

Thierry Thomas thierry at FreeBSD.org
Sat Nov 21 14:09:14 UTC 2015


Author: thierry
Date: Sat Nov 21 14:09:12 2015
New Revision: 402161
URL: https://svnweb.freebsd.org/changeset/ports/402161

Log:
  Resurrect math/rkward-kde4, which had been removed because math/R-cran-car
  might gbe removed, but this dependency is recommended, not mandatory.

Added:
  head/math/rkward-kde4/
     - copied from r400621, head/math/rkward-kde4/
Modified:
  head/MOVED
  head/math/Makefile
  head/math/rkward-kde4/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Nov 21 14:00:50 2015	(r402160)
+++ head/MOVED	Sat Nov 21 14:09:12 2015	(r402161)
@@ -7904,7 +7904,6 @@ graphics/gdal-grass||2015-10-31|Has expi
 graphics/picviz||2015-10-31|Has expired: Broken for more than 6 months
 irc/weechat-devel|irc/weechat|2015-10-31|Has expired: far behind stable irc/weechat (use it instead)
 mail/cucipop||2015-10-31|Has expired: Broken for more than 6 months
-math/rkward-kde4||2015-10-31|Has expired: Depends on deprecated math/R-cran-car
 multimedia/streamanalyze||2015-10-31|Has expired: Broken for more than 6 months
 net-mgmt/collectd|net-mgmt/collectd5|2015-10-31|Has expired: Please move to collectd5 - collect4 is not developed/patched
 sysutils/sdd||2015-10-31|Has expired: Broken for more than 6 months

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Nov 21 14:00:50 2015	(r402160)
+++ head/math/Makefile	Sat Nov 21 14:09:12 2015	(r402161)
@@ -622,6 +622,7 @@
     SUBDIR += rapid
     SUBDIR += reduce
     SUBDIR += reed-solomon
+    SUBDIR += rkward-kde4
     SUBDIR += rngstreams
     SUBDIR += rocs
     SUBDIR += rpcalc

Modified: head/math/rkward-kde4/Makefile
==============================================================================
--- head/math/rkward-kde4/Makefile	Sun Nov  1 15:18:55 2015	(r400621)
+++ head/math/rkward-kde4/Makefile	Sat Nov 21 14:09:12 2015	(r402161)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rkward
 PORTVERSION=	0.6.2
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	SF/${PORTNAME}/Current_Stable_Releases
 PKGNAMESUFFIX=	-kde4
@@ -12,9 +13,6 @@ COMMENT=	IDE/GUI for the R-project
 
 LICENSE=	GPLv2
 
-DEPRECATED=	Depends on deprecated math/R-cran-car
-EXPIRATION_DATE=	2015-10-31
-
 BUILD_DEPENDS=	${LOCALBASE}/bin/R:${PORTSDIR}/math/R
 RUN_DEPENDS=	${LOCALBASE}/bin/R:${PORTSDIR}/math/R \
 		${KDE4_PREFIX}/lib/kde4/katepart.so:${PORTSDIR}/editors/kate
@@ -52,8 +50,8 @@ RUN_DEPENDS+=	${LR_MOD_DIR}/R2HTML/INDEX
 		${LR_MOD_DIR}/XML/INDEX:${PORTSDIR}/textproc/R-cran-XML		\
 		${LR_MOD_DIR}/mvtnorm/INDEX:${PORTSDIR}/math/R-cran-mvtnorm	\
 		${LR_MOD_DIR}/outliers/INDEX:${PORTSDIR}/math/R-cran-outliers	\
-		${LR_MOD_DIR}/tseries/INDEX:${PORTSDIR}/finance/R-cran-tseries	\
-		${LR_MOD_DIR}/car/INDEX:${PORTSDIR}/math/R-cran-car
+		${LR_MOD_DIR}/tseries/INDEX:${PORTSDIR}/finance/R-cran-tseries
+		# ${LR_MOD_DIR}/car/INDEX:${PORTSDIR}/math/R-cran-car
 .endif
 
 pre-configure:


More information about the svn-ports-all mailing list