pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/units Update to 2.01



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a725f6e8e11
branches:  trunk
changeset: 610501:9a725f6e8e11
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Oct 27 11:50:42 2012 +0000

description:
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:

 math/units/Makefile                  |   4 ++--
 math/units/distinfo                  |  10 +++++-----
 math/units/patches/patch-Makefile.in |  21 +++++++--------------
 3 files changed, 14 insertions(+), 21 deletions(-)

diffs (64 lines):

diff -r 5724914eaaed -r 9a725f6e8e11 math/units/Makefile
--- a/math/units/Makefile       Sat Oct 27 08:55:27 2012 +0000
+++ b/math/units/Makefile       Sat Oct 27 11:50:42 2012 +0000
@@ -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 -r 5724914eaaed -r 9a725f6e8e11 math/units/distinfo
--- a/math/units/distinfo       Sat Oct 27 08:55:27 2012 +0000
+++ b/math/units/distinfo       Sat Oct 27 11:50:42 2012 +0000
@@ -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 -r 5724914eaaed -r 9a725f6e8e11 math/units/patches/patch-Makefile.in
--- a/math/units/patches/patch-Makefile.in      Sat Oct 27 08:55:27 2012 +0000
+++ b/math/units/patches/patch-Makefile.in      Sat Oct 27 11:50:42 2012 +0000
@@ -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 @@
  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@localhost
+@@ -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@localhost
 -      $(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@localhost
 +      $(INSTALL_SCRIPT) units_cur_inst $(DESTDIR)$(bindir)/`echo units_cur|sed '$(transform)'`
  
  install: units@EXEEXT@ install-doc install-support



Home | Main Index | Thread Index | Old Index