pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/ordCalc Upgrade to new upstream version. While he...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9a8b2566e9c
branches:  trunk
changeset: 569954:d9a8b2566e9c
user:      is <is%pkgsrc.org@localhost>
date:      Thu Jan 21 13:50:55 2010 +0000

description:
Upgrade to new upstream version. While here, add a test target.

diffstat:

 math/ordCalc/Makefile         |   5 +++--
 math/ordCalc/distinfo         |  10 +++++-----
 math/ordCalc/patches/patch-aa |  15 ++++++++++++---
 3 files changed, 20 insertions(+), 10 deletions(-)

diffs (65 lines):

diff -r 543a800e4510 -r d9a8b2566e9c math/ordCalc/Makefile
--- a/math/ordCalc/Makefile     Thu Jan 21 12:56:27 2010 +0000
+++ b/math/ordCalc/Makefile     Thu Jan 21 13:50:55 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/09/18 14:09:26 is Exp $
+# $NetBSD: Makefile,v 1.2 2010/01/21 13:50:55 is Exp $
 #
 
-ORDCALCVER=    0.1
+ORDCALCVER=    0.2
 PKGNAME=       ordCalc-${ORDCALCVER}
 DISTNAME=      ordCalc_${ORDCALCVER}
 CATEGORIES=    math
@@ -20,6 +20,7 @@
 PKG_DESTDIR_SUPPORT= user-destdir
 
 BUILD_TARGET=  EXE
+TEST_TARGET=   TEST
 
 DOCS=           ${DESTDIR}${PREFIX}/share/doc/ordCalc
 
diff -r 543a800e4510 -r d9a8b2566e9c math/ordCalc/distinfo
--- a/math/ordCalc/distinfo     Thu Jan 21 12:56:27 2010 +0000
+++ b/math/ordCalc/distinfo     Thu Jan 21 13:50:55 2010 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/09/18 14:09:26 is Exp $
+$NetBSD: distinfo,v 1.2 2010/01/21 13:50:55 is Exp $
 
-SHA1 (ordCalc_0.1.tar.bz2) = a9a2978830b948b7f12ee247593ba94775a87672
-RMD160 (ordCalc_0.1.tar.bz2) = 556b6b94e98705fed9287d2c35a7e640b9c0274b
-Size (ordCalc_0.1.tar.bz2) = 516210 bytes
-SHA1 (patch-aa) = 903e1b6255f2247f407b7b16ff46d96470236dac
+SHA1 (ordCalc_0.2.tar.bz2) = 6b3e1e5b714cc50d1e2c48b8f06b8dd41fbde134
+RMD160 (ordCalc_0.2.tar.bz2) = caf9c89a2a54fe3e5414cb7f1e1a4e1d4aad0397
+Size (ordCalc_0.2.tar.bz2) = 1123521 bytes
+SHA1 (patch-aa) = 8e07a797e1f258727e1320ffe4e6256cd5049a69
 SHA1 (patch-ab) = 0adfeaa3a1018d3197a26480e9a736e7d9da962d
diff -r 543a800e4510 -r d9a8b2566e9c math/ordCalc/patches/patch-aa
--- a/math/ordCalc/patches/patch-aa     Thu Jan 21 12:56:27 2010 +0000
+++ b/math/ordCalc/patches/patch-aa     Thu Jan 21 13:50:55 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/09/18 14:09:26 is Exp $
+$NetBSD: patch-aa,v 1.2 2010/01/21 13:50:55 is Exp $
 
---- src/Makefile.orig  2009-09-16 11:00:03.000000000 -0700
+--- src/Makefile.orig  2010-01-17 05:47:28.000000000 +0100
 +++ src/Makefile
-@@ -21,7 +21,7 @@ SCRIPTS = update.sh srTest.sh cmdIntfcTe
+@@ -27,7 +27,7 @@ SCRIPTS = update.sh srTest.sh cmdIntfcTe
  ALL_FILES = ${SRC} ${HDRS} ${SCRIPTS} Makefile
  
  ord : ${OBJS}
@@ -11,3 +11,12 @@
                -o ord 
  
  DOC : ord
+@@ -37,7 +37,7 @@ ALL : ord
+       bash update.sh
+ 
+ TEST test.log : ord
+-      time bash srTest.sh | tee test.log
++      time bash srTest.sh 2>&1 | tee test.log
+ 
+ ##EXPORT : ${ALL_FILES}
+ ##    cp ${ALL_FILES} export/src



Home | Main Index | Thread Index | Old Index