[60730] trunk/dports/science/glue

ram at macports.org ram at macports.org
Fri Nov 20 22:51:34 PST 2009


Revision: 60730
          http://trac.macports.org/changeset/60730
Author:   ram at macports.org
Date:     2009-11-20 22:51:31 -0800 (Fri, 20 Nov 2009)
Log Message:
-----------
science/glue: update to 1.29

Modified Paths:
--------------
    trunk/dports/science/glue/Portfile

Added Paths:
-----------
    trunk/dports/science/glue/files/
    trunk/dports/science/glue/files/patch-80c921ffdd494d0a623b1fb829528ae18635645b.diff

Modified: trunk/dports/science/glue/Portfile
===================================================================
--- trunk/dports/science/glue/Portfile	2009-11-21 06:05:09 UTC (rev 60729)
+++ trunk/dports/science/glue/Portfile	2009-11-21 06:51:31 UTC (rev 60730)
@@ -4,11 +4,11 @@
 PortGroup     python26 1.0
 
 name          glue
-version       1.28.1
-revision      2
+version       1.29
 categories    science
 platforms     darwin
 maintainers   ram
+license       GPL
 
 description   Grid LSC User Environment
 long_description \
@@ -18,10 +18,13 @@
 homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/glue.html
 master_sites  http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/
 
-checksums     md5 be24fdd1880e13c193ce22cf699b0035 \
-              sha1 6bc1030e17efff7785b4385a9fdd3a6f39ae9499 \
-              rmd160 fec8428e34213f85e85a8cca1bddd5f824c86b28
+checksums     md5 5e8f5ba582c0213c3fbe011ab5e29fa2 \
+              sha1 24127739cfcc84cd51329a83a9b5f580fc7c5e02 \
+              rmd160 58a8c3c2050e561e2c90c7b4167977e9e10e08de
 
+patchfiles    patch-80c921ffdd494d0a623b1fb829528ae18635645b.diff
+patch.pre_args -p2
+
 depends_lib-append port:py26-numpy \
                    port:py26-pyrxp \
                    port:py26-m2crypto \

Added: trunk/dports/science/glue/files/patch-80c921ffdd494d0a623b1fb829528ae18635645b.diff
===================================================================
--- trunk/dports/science/glue/files/patch-80c921ffdd494d0a623b1fb829528ae18635645b.diff	                        (rev 0)
+++ trunk/dports/science/glue/files/patch-80c921ffdd494d0a623b1fb829528ae18635645b.diff	2009-11-21 06:51:31 UTC (rev 60730)
@@ -0,0 +1,26 @@
+From 80c921ffdd494d0a623b1fb829528ae18635645b Mon Sep 17 00:00:00 2001
+From: Scott Koranda <scott.koranda at ligo.org>
+Date: Fri, 13 Nov 2009 05:47:52 -0600
+Subject: [PATCH] Removed import of popen2 module, deprecated
+
+The use of the popen2 module is deprecated and is
+no longer used in the ligo_data_find client tool.
+---
+ glue/bin/ligo_data_find |    1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/glue/bin/ligo_data_find b/glue/bin/ligo_data_find
+index 496d6ff..56401e1 100644
+--- a/glue/bin/ligo_data_find
++++ b/glue/bin/ligo_data_find
+@@ -28,7 +28,6 @@ import sys
+ import os
+ import getopt
+ import re
+-import popen2
+ import exceptions
+ import httplib
+ import urlparse
+-- 
+1.6.5.2
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091120/77030781/attachment.html>


More information about the macports-changes mailing list