pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/289a3a02b7f6
branches:  trunk
changeset: 652335:289a3a02b7f6
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat May 30 12:31:01 2015 +0000

description:
Bump PKGREVISION.

* Fix build under NetBSD 6.1.5.
  Newer texinfo is required. From wen@.

diffstat:

 math/R/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r a7c13a1008e2 -r 289a3a02b7f6 math/R/Makefile
--- a/math/R/Makefile   Sat May 30 11:09:12 2015 +0000
+++ b/math/R/Makefile   Sat May 30 12:31:01 2015 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.155 2015/05/13 12:48:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.156 2015/05/30 12:31:01 ryoon Exp $
 
 DISTNAME=              R-3.2.0
+PKGREVISION=           1
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_R_CRAN:=base/R-3/}
 
@@ -22,7 +23,7 @@
 USE_TOOLS+=            pkg-config
 USE_LANGUAGES=         c c++ fortran
 USE_LIBTOOL=           yes
-TEXINFO_REQD=          4.7
+TEXINFO_REQD=          5.1
 INFO_FILES=            yes
 
 PTHREAD_AUTO_VARS=     yes



Home | Main Index | Thread Index | Old Index