diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 08:47:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 08:47:51 +0800 |
commit | fcad7d6603fff8cde093f411f3c1b860d1721a6a (patch) | |
tree | 480360672129bf0c49f6b94e20c9f729f2a8a6e7 /shells/jailkit | |
parent | afca7c67d76daed658334425b473995491edcbb5 (diff) | |
download | freebsd-ports-gnome-fcad7d6603fff8cde093f411f3c1b860d1721a6a.tar.gz freebsd-ports-gnome-fcad7d6603fff8cde093f411f3c1b860d1721a6a.tar.zst freebsd-ports-gnome-fcad7d6603fff8cde093f411f3c1b860d1721a6a.zip |
- Move to py25 or above
- While here kick md5 support
Diffstat (limited to 'shells/jailkit')
-rw-r--r-- | shells/jailkit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/jailkit/Makefile b/shells/jailkit/Makefile index e981e84e169b..1c5143e50050 100644 --- a/shells/jailkit/Makefile +++ b/shells/jailkit/Makefile @@ -7,6 +7,7 @@ PORTNAME= jailkit PORTVERSION= 2.13 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://olivier.sessink.nl/jailkit/ \ http://www.sfr-fresh.com/unix/privat/ @@ -15,7 +16,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Jailkit is a set of utilities to limit user account GNU_CONFIGURE= yes -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ SHELLS= /etc/shells |