[74705] trunk/dports/security/denyhosts/Portfile

snc at macports.org snc at macports.org
Wed Dec 29 14:58:25 PST 2010


Revision: 74705
          http://trac.macports.org/changeset/74705
Author:   snc at macports.org
Date:     2010-12-29 14:58:19 -0800 (Wed, 29 Dec 2010)
Log Message:
-----------
denyhosts: switch to python27

Modified Paths:
--------------
    trunk/dports/security/denyhosts/Portfile

Modified: trunk/dports/security/denyhosts/Portfile
===================================================================
--- trunk/dports/security/denyhosts/Portfile	2010-12-29 22:54:47 UTC (rev 74704)
+++ trunk/dports/security/denyhosts/Portfile	2010-12-29 22:58:19 UTC (rev 74705)
@@ -2,12 +2,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
 name                denyhosts
 categories          security sysutils
 version             2.6
-revision            3
+revision            4
 license             GPL
 maintainers         snc openmaintainer
 description         DenyHosts is a utility to help sys admins thwart ssh hackers
@@ -21,8 +21,7 @@
 homepage            http://denyhosts.sourceforge.net/
 master_sites        sourceforge:denyhosts
 checksums           md5 fc2365305a9402886a2b0173d1beb7df \
-                    sha1 02143843cb7c37c986c222b7acc11f7b75eb7373 \
-                    rmd160 cab4206af992f5405ed1c9b302341c7b5649c71a
+                    sha1 02143843cb7c37c986c222b7acc11f7b75eb7373
 
 patchfiles          patch-denyhosts.cfg-dist.diff \
                     patch-daemon-control-dist.diff
@@ -33,7 +32,7 @@
     reinplace s|/usr/share|${prefix}/share| ${worksrcpath}/setup.py
     reinplace s|/usr/share|${prefix}/share| ${worksrcpath}/README.txt
     reinplace s|@PYTHON@|${python.bin}| ${worksrcpath}/daemon-control-dist
-    set bin_path [string map {python2.6 denyhosts.py} ${python.bin}]
+    set bin_path [string map {python2.7 denyhosts.py} ${python.bin}]
     reinplace s|@BIN_PATH@|${bin_path}| ${worksrcpath}/daemon-control-dist
     reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/daemon-control-dist
     reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/denyhosts.cfg-dist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101229/3240c920/attachment.html>


More information about the macports-changes mailing list