aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/R-cran-XML
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2012-11-24 13:48:43 +0800
committertota <tota@FreeBSD.org>2012-11-24 13:48:43 +0800
commit721c15691eb3674532c56f483e3bbffb0409d5bf (patch)
tree749df752cab47ca996ba365593586535d7835b00 /textproc/R-cran-XML
parent2016461898b5261017ded509854ca537c6817096 (diff)
downloadfreebsd-ports-gnome-721c15691eb3674532c56f483e3bbffb0409d5bf.tar.gz
freebsd-ports-gnome-721c15691eb3674532c56f483e3bbffb0409d5bf.tar.zst
freebsd-ports-gnome-721c15691eb3674532c56f483e3bbffb0409d5bf.zip
- Update to 3.95-0
- Convert to new Makefile header - Trim WWW: line in pkg-descr Feature safe: yes
Diffstat (limited to 'textproc/R-cran-XML')
-rw-r--r--textproc/R-cran-XML/Makefile9
-rw-r--r--textproc/R-cran-XML/distinfo4
-rw-r--r--textproc/R-cran-XML/files/patch-configure14
-rw-r--r--textproc/R-cran-XML/pkg-descr2
4 files changed, 19 insertions, 10 deletions
diff --git a/textproc/R-cran-XML/Makefile b/textproc/R-cran-XML/Makefile
index 2fe17dbabd63..458fe47e913e 100644
--- a/textproc/R-cran-XML/Makefile
+++ b/textproc/R-cran-XML/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for: R-cran-XML
-# Date created: 2011-08-06
-# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
-#
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= XML
-DISTVERSION= 3.9-4
-PORTREVISION= 3
+DISTVERSION= 3.95-0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/textproc/R-cran-XML/distinfo b/textproc/R-cran-XML/distinfo
index e4ac74601f87..e6a3c8af1d23 100644
--- a/textproc/R-cran-XML/distinfo
+++ b/textproc/R-cran-XML/distinfo
@@ -1,2 +1,2 @@
-SHA256 (XML_3.9-4.tar.gz) = 09ade5faa4879a368ce51ebaee26a7df90e003c71b72108e90921777f0f1e43a
-SIZE (XML_3.9-4.tar.gz) = 923501
+SHA256 (XML_3.95-0.tar.gz) = 0fa9c6b07dba8e5d7b23484cb179541b1bdebe92a6447f5210b94827cc763ab0
+SIZE (XML_3.95-0.tar.gz) = 1721598
diff --git a/textproc/R-cran-XML/files/patch-configure b/textproc/R-cran-XML/files/patch-configure
new file mode 100644
index 000000000000..0f4611150a1e
--- /dev/null
+++ b/textproc/R-cran-XML/files/patch-configure
@@ -0,0 +1,14 @@
+--- configure.orig 2012-09-26 06:07:51.000000000 +0900
++++ configure 2012-11-24 13:38:55.000000000 +0900
+@@ -2979,9 +2979,9 @@
+
+
+
+-"$R_HOME/bin/R" CMD SHLIB testRemoveFinalizers.c &> 5
++"$R_HOME/bin/R" CMD SHLIB testRemoveFinalizers.c 2>1 >& 5
+ if test "$?" = 0 ; then
+- $R_HOME/bin/R --slave --vanilla < testRemoveFinalizers.R &> 5
++ $R_HOME/bin/R --slave --vanilla < testRemoveFinalizers.R 2>1 >& 5
+ fi
+
+ if ! test "$?" = 0 ; then
diff --git a/textproc/R-cran-XML/pkg-descr b/textproc/R-cran-XML/pkg-descr
index f45b8c3217fb..6170ab9748e9 100644
--- a/textproc/R-cran-XML/pkg-descr
+++ b/textproc/R-cran-XML/pkg-descr
@@ -2,4 +2,4 @@ This package provides many approaches for both reading and creating XML
(and HTML) documents (including DTDs), both local and accessible via HTTP or
FTP. It also offers access to an XPath "interpreter".
-WWW: http://cran.r-project.org/web/packages/XML/
+WWW: http://cran.r-project.org/web/packages/XML/