summaryrefslogtreecommitdiff
path: root/math/units
diff options
context:
space:
mode:
authorwen <wen>2012-10-27 11:50:42 +0000
committerwen <wen>2012-10-27 11:50:42 +0000
commitd7e899bb3a6bf71f6182c6f852d0fc027cef0b0d (patch)
tree210c8c3c39a9b20ec91ebfe046c3da3ded606e75 /math/units
parent4bced967480bb1906ca6493473b62915cd861718 (diff)
downloadpkgsrc-d7e899bb3a6bf71f6182c6f852d0fc027cef0b0d.tar.gz
Update to 2.01
Upstream changes: Version 2.01 - 24 October 2012 (bug fix release) * Fixed error in electronmass * New definition for au * Fixed DESTDIR support for installation * Changed configure script for success with Solaris * Small changes to manual
Diffstat (limited to 'math/units')
-rw-r--r--math/units/Makefile4
-rw-r--r--math/units/distinfo10
-rw-r--r--math/units/patches/patch-Makefile.in21
3 files changed, 14 insertions, 21 deletions
diff --git a/math/units/Makefile b/math/units/Makefile
index d9dfb7b4a9e..99f506f26c3 100644
--- a/math/units/Makefile
+++ b/math/units/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2012/09/13 23:27:05 asau Exp $
+# $NetBSD: Makefile,v 1.7 2012/10/27 11:50:42 wen Exp $
-DISTNAME= units-2.00
+DISTNAME= units-2.01
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=units/}
diff --git a/math/units/distinfo b/math/units/distinfo
index 6764127f029..501db74de8c 100644
--- a/math/units/distinfo
+++ b/math/units/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2012/09/13 23:27:05 asau Exp $
+$NetBSD: distinfo,v 1.3 2012/10/27 11:50:42 wen Exp $
-SHA1 (units-2.00.tar.gz) = 6da9ea78ff0dc21bc43cf1809c530e61d9394ce0
-RMD160 (units-2.00.tar.gz) = 1a272a6dc6c38d0a3571205180146e25e3e0845c
-Size (units-2.00.tar.gz) = 653473 bytes
-SHA1 (patch-Makefile.in) = 1d2b0b7023e4be683a8fcfd3917cb5d1cd4617ec
+SHA1 (units-2.01.tar.gz) = 80e7f1a2e70769bfac93702924871843b85f12d4
+RMD160 (units-2.01.tar.gz) = 2d3670658414ae77ae885c133880c515991d28ad
+Size (units-2.01.tar.gz) = 709368 bytes
+SHA1 (patch-Makefile.in) = a7517c0f4ea9b0d5f9452ec111db86e36d960d79
diff --git a/math/units/patches/patch-Makefile.in b/math/units/patches/patch-Makefile.in
index 416cffa036e..5593e44649b 100644
--- a/math/units/patches/patch-Makefile.in
+++ b/math/units/patches/patch-Makefile.in
@@ -1,6 +1,7 @@
-$NetBSD: patch-Makefile.in,v 1.1 2012/09/13 23:27:05 asau Exp $
+$NetBSD: patch-Makefile.in,v 1.2 2012/10/27 11:50:42 wen Exp $
---- Makefile.in.orig 2012-05-02 20:37:55.000000000 +0000
+Comment: replace INSTALL_PROGRAM with INSTALL_SCRIPT
+--- Makefile.in.orig 2012-10-27 08:12:36.000000000 +0000
+++ Makefile.in
@@ -31,6 +31,7 @@ CC = @CC@
INSTALL = @INSTALL@
@@ -10,19 +11,11 @@ $NetBSD: patch-Makefile.in,v 1.1 2012/09/13 23:27:05 asau Exp $
MAKEINFO = makeinfo
TEXI2DVI = texi2dvi
TEXI2PDF = texi2pdf
-@@ -84,11 +85,11 @@ units_cur_inst: units_cur
- sed -e "s:outfile = 'currency.units':outfile='@UDAT@currency.units':" units_cur > units_cur_inst
-
- install-support: definitions.units currency.units units_cur_inst
-- $(srcdir)/mkinstalldirs @UDAT@ $(DESTDIR)$(bindir)
-- $(INSTALL_DATA) $(srcdir)/definitions.units @UDAT@definitions.units
-- $(INSTALL_DATA) $(srcdir)/currency.units @UDAT@currency.units
-- $(INSTALL_DATA) $(srcdir)/locale.map @UDAT@locale.map
+@@ -88,7 +89,7 @@ install-support: definitions.units curre
+ $(INSTALL_DATA) $(srcdir)/definitions.units $(DESTDIR)@UDAT@definitions.units
+ $(INSTALL_DATA) $(srcdir)/currency.units $(DESTDIR)@UDAT@currency.units
+ $(INSTALL_DATA) $(srcdir)/locale.map $(DESTDIR)@UDAT@locale.map
- $(INSTALL_PROGRAM) units_cur_inst $(DESTDIR)$(bindir)/`echo units_cur|sed '$(transform)'`
-+ $(srcdir)/mkinstalldirs $(DESTDIR)@UDAT@ $(DESTDIR)$(bindir)
-+ $(INSTALL_DATA) $(srcdir)/definitions.units $(DESTDIR)@UDAT@definitions.units
-+ $(INSTALL_DATA) $(srcdir)/currency.units $(DESTDIR)@UDAT@currency.units
-+ $(INSTALL_DATA) $(srcdir)/locale.map $(DESTDIR)@UDAT@locale.map
+ $(INSTALL_SCRIPT) units_cur_inst $(DESTDIR)$(bindir)/`echo units_cur|sed '$(transform)'`
install: units@EXEEXT@ install-doc install-support