svn commit: r307707 - in head/textproc/R-cran-XML: . files
TAKATSU Tomonari
tota at FreeBSD.org
Sat Nov 24 05:48:44 UTC 2012
Author: tota
Date: Sat Nov 24 05:48:43 2012
New Revision: 307707
URL: http://svnweb.freebsd.org/changeset/ports/307707
Log:
- Update to 3.95-0
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
Feature safe: yes
Added:
head/textproc/R-cran-XML/files/
head/textproc/R-cran-XML/files/patch-configure (contents, props changed)
Modified:
head/textproc/R-cran-XML/Makefile
head/textproc/R-cran-XML/distinfo
head/textproc/R-cran-XML/pkg-descr
Modified: head/textproc/R-cran-XML/Makefile
==============================================================================
--- head/textproc/R-cran-XML/Makefile Sat Nov 24 05:24:03 2012 (r307706)
+++ head/textproc/R-cran-XML/Makefile Sat Nov 24 05:48:43 2012 (r307707)
@@ -1,13 +1,8 @@
-# New ports collection makefile for: R-cran-XML
-# Date created: 2011-08-06
-# Whom: TAKATSU Tomonari <tota at FreeBSD.org>
-#
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= XML
-DISTVERSION= 3.9-4
-PORTREVISION= 3
+DISTVERSION= 3.95-0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
Modified: head/textproc/R-cran-XML/distinfo
==============================================================================
--- head/textproc/R-cran-XML/distinfo Sat Nov 24 05:24:03 2012 (r307706)
+++ head/textproc/R-cran-XML/distinfo Sat Nov 24 05:48:43 2012 (r307707)
@@ -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
Added: head/textproc/R-cran-XML/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/R-cran-XML/files/patch-configure Sat Nov 24 05:48:43 2012 (r307707)
@@ -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
Modified: head/textproc/R-cran-XML/pkg-descr
==============================================================================
--- head/textproc/R-cran-XML/pkg-descr Sat Nov 24 05:24:03 2012 (r307706)
+++ head/textproc/R-cran-XML/pkg-descr Sat Nov 24 05:48:43 2012 (r307707)
@@ -2,4 +2,4 @@ This package provides many approaches fo
(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/
More information about the svn-ports-all
mailing list