- Update to 3.95-0

- Convert to new Makefile header
- Trim WWW: line in pkg-descr

Feature safe:	yes
This commit is contained in:
TAKATSU Tomonari 2012-11-24 05:48:43 +00:00
parent ff1959ca0c
commit fd38b0e868
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307707
4 changed files with 19 additions and 10 deletions

View file

@ -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}

View file

@ -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

View file

@ -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

View file

@ -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/