[133147] trunk/dports/net/fauxident/Portfile

ionic at macports.org ionic at macports.org
Sat Feb 21 20:21:33 PST 2015


Revision: 133147
          https://trac.macports.org/changeset/133147
Author:   ionic at macports.org
Date:     2015-02-21 20:21:33 -0800 (Sat, 21 Feb 2015)
Log Message:
-----------
fauxident: use modern checksums, switch to python 2.7.

Modified Paths:
--------------
    trunk/dports/net/fauxident/Portfile

Modified: trunk/dports/net/fauxident/Portfile
===================================================================
--- trunk/dports/net/fauxident/Portfile	2015-02-22 00:06:15 UTC (rev 133146)
+++ trunk/dports/net/fauxident/Portfile	2015-02-22 04:21:33 UTC (rev 133147)
@@ -4,7 +4,7 @@
 
 name                fauxident
 version             1.2.1
-revision            1
+revision            2
 categories          net
 license             GPL-2
 maintainers         nomaintainer
@@ -20,16 +20,17 @@
 homepage            http://www.alcyone.com/software/fauxident/
 master_sites        ${homepage}
 
-checksums           md5 fc968c08f18ed23df5b3a20399c29be2
+checksums           rmd160  43e4e87e51f297b23afb0e4e184dc6b9988ef42d \
+                    sha256  73dd881432d5c816f34ed3ba1bf78b477beb8a7a53ae0f542390dab33b6a697f
 
-depends_lib         port:python26
+depends_lib         port:python27
 
 post-extract {
    file attributes ${worksrcpath}/fauxident.py -permissions 0755
 }
 
 configure {
-   reinplace "s|/usr/local/bin/python|${prefix}/bin/python2.6|g" \
+   reinplace "s|/usr/local/bin/python|${prefix}/bin/python2.7|g" \
       ${worksrcpath}/fauxident.py
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150221/9abec2cd/attachment.html>


More information about the macports-changes mailing list