[57278] trunk/dports/security/denyhosts/Portfile
snc at macports.org
snc at macports.org
Tue Sep 8 08:23:39 PDT 2009
Revision: 57278
http://trac.macports.org/changeset/57278
Author: snc at macports.org
Date: 2009-09-08 08:23:39 -0700 (Tue, 08 Sep 2009)
Log Message:
-----------
remove variants using PortGroups to fix ticket #20759. bump revision and add license
Modified Paths:
--------------
trunk/dports/security/denyhosts/Portfile
Modified: trunk/dports/security/denyhosts/Portfile
===================================================================
--- trunk/dports/security/denyhosts/Portfile 2009-09-08 15:21:13 UTC (rev 57277)
+++ trunk/dports/security/denyhosts/Portfile 2009-09-08 15:23:39 UTC (rev 57278)
@@ -2,9 +2,13 @@
# $Id$
PortSystem 1.0
+PortGroup python26 1.0
name denyhosts
+categories security sysutils
version 2.6
+revision 1
+license GPL
maintainers snc openmaintainer
description DenyHosts is a utility to help sys admins thwart ssh hackers
long_description DenyHosts is a python program that automatically blocks ssh\
@@ -23,20 +27,6 @@
patchfiles patch-denyhosts.cfg-dist.diff \
patch-daemon-control-dist.diff
-variant python25 conflicts python26 description {Use Python 2.5} {
- PortGroup python25 1.0
- categories security sysutils
-}
-
-variant python26 conflicts python25 description {Use Python 2.6} {
- PortGroup python26 1.0
- categories security sysutils
-}
-
-if {![variant_isset python25] && ![variant_isset python26]} {
- default_variants +python25
-}
-
build {}
pre-build {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090908/1ea0360c/attachment-0001.html>
More information about the macports-changes
mailing list