[91984] trunk/dports/science/yorick-spydr/Portfile

cal at macports.org cal at macports.org
Sat Apr 14 08:31:15 PDT 2012


Revision: 91984
          https://trac.macports.org/changeset/91984
Author:   cal at macports.org
Date:     2012-04-14 08:31:15 -0700 (Sat, 14 Apr 2012)
Log Message:
-----------
yorick-spydr: set license, add openmaintainer, use py27 for pygtk dependency (maintainer, #34028)

Modified Paths:
--------------
    trunk/dports/science/yorick-spydr/Portfile

Modified: trunk/dports/science/yorick-spydr/Portfile
===================================================================
--- trunk/dports/science/yorick-spydr/Portfile	2012-04-14 15:29:10 UTC (rev 91983)
+++ trunk/dports/science/yorick-spydr/Portfile	2012-04-14 15:31:15 UTC (rev 91984)
@@ -6,9 +6,11 @@
 
 set uname           spydr
 github.setup        frigaut yorick-${uname} 0.8.2
+revision            1
+license             GPL-3+
 categories          science
 platforms           darwin
-maintainers         users.sourceforge.net:paumard
+maintainers         users.sourceforge.net:paumard openmaintainer
 supported_archs     noarch
 description         FITS image display and simple analysis
 long_description    Spydr (pronounced like spider) basically is an FITS \
@@ -26,12 +28,17 @@
 checksums           rmd160  63297f26fce89822fe99129a256c2d0bebe0b9be\
                     sha256  d0306c0d62705f54c33f7688f416b7b32e0d7971861d674f0621b1fc59455bbd
 
-depends_lib         port:yorick
+depends_lib         path:bin/yorick:yorick
 
 depends_run         port:yorick-yao \
-                    port:py26-gtk \
+                    port:py27-gtk \
                     port:zenity
 
+post-patch {
+    reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.7|" \
+        ${worksrcpath}/${uname}.py
+}
+
 configure.cmd       ${prefix}/bin/yorick
 configure.pre_args
 configure.args      -batch make.i
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120414/82426987/attachment.html>


More information about the macports-changes mailing list