aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/R-cran-XML
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2013-03-22 04:43:14 +0800
committertota <tota@FreeBSD.org>2013-03-22 04:43:14 +0800
commit3a7e7e5a5291b742642ccfd7394bb23b68a70540 (patch)
tree77835dcc2adb6e57837a57725f121d98feb5dfff /textproc/R-cran-XML
parenta7adb3190053475a2325f4e4902e463a44345686 (diff)
downloadfreebsd-ports-gnome-3a7e7e5a5291b742642ccfd7394bb23b68a70540.tar.gz
freebsd-ports-gnome-3a7e7e5a5291b742642ccfd7394bb23b68a70540.tar.zst
freebsd-ports-gnome-3a7e7e5a5291b742642ccfd7394bb23b68a70540.zip
- Update to 3.96-0.1
Diffstat (limited to 'textproc/R-cran-XML')
-rw-r--r--textproc/R-cran-XML/Makefile2
-rw-r--r--textproc/R-cran-XML/distinfo4
-rw-r--r--textproc/R-cran-XML/files/patch-configure14
3 files changed, 3 insertions, 17 deletions
diff --git a/textproc/R-cran-XML/Makefile b/textproc/R-cran-XML/Makefile
index 5525cc0df323..a3707695756d 100644
--- a/textproc/R-cran-XML/Makefile
+++ b/textproc/R-cran-XML/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= XML
-DISTVERSION= 3.95-0.2
+DISTVERSION= 3.96-0.1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/textproc/R-cran-XML/distinfo b/textproc/R-cran-XML/distinfo
index 41632b2a16c8..96db4ee291a3 100644
--- a/textproc/R-cran-XML/distinfo
+++ b/textproc/R-cran-XML/distinfo
@@ -1,2 +1,2 @@
-SHA256 (XML_3.95-0.2.tar.gz) = b0892aa73d74ee14ea692f54e31925336ac956ffeadd4824bd65b8ad8d930c3b
-SIZE (XML_3.95-0.2.tar.gz) = 1688802
+SHA256 (XML_3.96-0.1.tar.gz) = 9a102ba8d6634f24165159829e0bf87c7380d592d4751de03d9a9ddce35e24af
+SIZE (XML_3.96-0.1.tar.gz) = 1697346
diff --git a/textproc/R-cran-XML/files/patch-configure b/textproc/R-cran-XML/files/patch-configure
deleted file mode 100644
index 0f4611150a1e..000000000000
--- a/textproc/R-cran-XML/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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