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

This commit is contained in:
is 2010-01-21 13:50:55 +00:00
parent 2a7083f0dd
commit 46d57989a5
3 changed files with 20 additions and 10 deletions

View file

@ -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 @@ USE_LIBTOOL= yes
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_TARGET= EXE
TEST_TARGET= TEST
DOCS= ${DESTDIR}${PREFIX}/share/doc/ordCalc

View file

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

View file

@ -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 @@ $NetBSD: patch-aa,v 1.1.1.1 2009/09/18 14:09:26 is Exp $
-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