[122097] trunk/dports/science/cdsclient

devans at macports.org devans at macports.org
Mon Jul 14 09:46:54 PDT 2014


Revision: 122097
          https://trac.macports.org/changeset/122097
Author:   devans at macports.org
Date:     2014-07-14 09:46:54 -0700 (Mon, 14 Jul 2014)
Log Message:
-----------
cdsclient: update to version 3.75, add runtime dependency on wget (#38139).

Modified Paths:
--------------
    trunk/dports/science/cdsclient/Portfile
    trunk/dports/science/cdsclient/files/patch-Makefile.in
    trunk/dports/science/cdsclient/files/patch-configure

Modified: trunk/dports/science/cdsclient/Portfile
===================================================================
--- trunk/dports/science/cdsclient/Portfile	2014-07-14 16:28:03 UTC (rev 122096)
+++ trunk/dports/science/cdsclient/Portfile	2014-07-14 16:46:54 UTC (rev 122097)
@@ -4,7 +4,7 @@
 PortSystem         1.0
 
 name               cdsclient
-version            3.4
+version            3.75
 categories         science databases net
 platforms          darwin
 maintainers        nomaintainer
@@ -22,10 +22,11 @@
 master_sites       http://cdsarc.u-strasbg.fr/ftp/pub/sw/ \
                    ftp://cdsarc.u-strasbg.fr/pub/sw/
 
-checksums          md5 7199554ac92bb0f7b8ceba63a31aec61 \
-                   sha1 2ef2569463c906ca1a96bc0fc74348d3feb435ac \
-                   rmd160 f33aec1908ae13574dfec8d051ddaeb7fba43f5b
+checksums           rmd160  9010659d34e48414142915791034573c2c0fadc9 \
+                    sha256  6363529d547acc00c6ebc48efd48bde4c992ceeef6505b91b0e247f373b11134
 
+depends_run         port:wget
+
 patchfiles         patch-Makefile.in \
                    patch-configure
 

Modified: trunk/dports/science/cdsclient/files/patch-Makefile.in
===================================================================
--- trunk/dports/science/cdsclient/files/patch-Makefile.in	2014-07-14 16:28:03 UTC (rev 122096)
+++ trunk/dports/science/cdsclient/files/patch-Makefile.in	2014-07-14 16:46:54 UTC (rev 122097)
@@ -1,6 +1,6 @@
---- Makefile.in.orig	2009-12-10 17:05:30.000000000 +0200
-+++ Makefile.in	2009-12-10 17:24:40.000000000 +0200
-@@ -38,7 +38,7 @@
+--- Makefile.in.orig	2014-02-16 05:22:58.000000000 -0800
++++ Makefile.in	2014-07-14 09:39:36.000000000 -0700
+@@ -39,7 +39,7 @@
  LIBDIR  = $(PREFIX)/lib
  BINDIR  = $(PREFIX)/bin
  SHSDIR  = $(PREFIX)/bin
@@ -9,12 +9,12 @@
  ###########
  # NOTE: The definition below is required only on SOLARIS
  #       Comment the following line if required
-@@ -122,33 +122,33 @@
+@@ -127,36 +127,36 @@
  doc: sk.tex man.tex aclient.tex
  	latex man.tex
  
 -install: $(EXPORT_INSTALL) install_shs install_info
-+install: $(EXPORT_INSTALL) install_shs 
++install: $(EXPORT_INSTALL) install_shs
  	rm -rf *.cache
  
  export_install: install_bin install_man 
@@ -49,9 +49,13 @@
  install_shs: Makefile
 -	test -d $(SHSDIR) || mkdir $(SHSDIR)
 +	test -d $(DESTDIR)$(SHSDIR) || mkdir $(DESTDIR)$(SHSDIR)
+ 	ractools=""; test -r $(RACatCDS) && ractools=$(RACatCDS)/*; \
+         test -z "$$ractools" || ls -l $$ractools; \
  	cdsutil="$(SHSatCDS)"; test -z "$(atCDS)" && cdsutil=""; \
--	cp -p $(SHS) $(SHSDIR)
-+	cp -p $(SHS) $(DESTDIR)$(SHSDIR)
+-	cp -p $(SHS) $$cdsutil $$ractools $(SHSDIR); \
+-	for f in $$ractools; do chmod 755 $(SHSDIR)/`basename $$f`; done
++	cp -p $(SHS) $$cdsutil $$ractools $(DESTDIR)$(SHSDIR); \
++	for f in $$ractools; do chmod 755 $(DESTDIR)$(SHSDIR)/`basename $$f`; done
  
  install_info:
  	touch $(VERFILE)

Modified: trunk/dports/science/cdsclient/files/patch-configure
===================================================================
--- trunk/dports/science/cdsclient/files/patch-configure	2014-07-14 16:28:03 UTC (rev 122096)
+++ trunk/dports/science/cdsclient/files/patch-configure	2014-07-14 16:46:54 UTC (rev 122097)
@@ -1,6 +1,6 @@
---- configure.orig	2009-12-10 17:22:18.000000000 +0200
-+++ configure	2009-12-10 17:22:29.000000000 +0200
-@@ -4541,7 +4541,7 @@
+--- configure.orig	2014-05-12 05:51:04.000000000 -0700
++++ configure	2014-07-14 09:42:27.000000000 -0700
+@@ -3943,7 +3943,7 @@
  
  
  EXPORT_SOURCE_FILE="aclient.c wwwget.c skio.c skclient.c sk.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140714/7660f2b5/attachment.html>


More information about the macports-changes mailing list