diff options
author | Cy Schubert <cy@FreeBSD.org> | 2005-04-21 23:17:21 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2005-04-21 23:17:21 +0000 |
commit | 33e862946e2608203eef7cf74f50b0844fa73e4a (patch) | |
tree | ceb71a0cab44f586b1cb19f589ecf428c074c45a /security/sudosh2 | |
parent | b2780fdc1f751d04f920858e979c7e76883d2d6d (diff) | |
download | ports-33e862946e2608203eef7cf74f50b0844fa73e4a.tar.gz ports-33e862946e2608203eef7cf74f50b0844fa73e4a.zip |
Notes
Diffstat (limited to 'security/sudosh2')
-rw-r--r-- | security/sudosh2/Makefile | 9 | ||||
-rw-r--r-- | security/sudosh2/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile index cfb025e251c6..5da81d8fed6d 100644 --- a/security/sudosh2/Makefile +++ b/security/sudosh2/Makefile @@ -6,21 +6,22 @@ # PORTNAME= sudosh -PORTVERSION= 1.4.8 -PORTREVISION= 1 +PORTVERSION= 1.4.9.1 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.[0-9]*$/p&/:C/p\./p/} MAINTAINER= cy@FreeBSD.org COMMENT= A sudo shell RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo -USE_BZIP2= yes +USE_GZIP= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/bin" +CONFIGURE_ARGS+= --program-transform-name='' .if defined(SUDOSH_LOGDIR) CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}" .else diff --git a/security/sudosh2/distinfo b/security/sudosh2/distinfo index 8f64dee43174..b64e616ae094 100644 --- a/security/sudosh2/distinfo +++ b/security/sudosh2/distinfo @@ -1,2 +1,2 @@ -MD5 (sudosh-1.4.8.tar.bz2) = ab86b3c4908942c4ddac3dde3fd2c25e -SIZE (sudosh-1.4.8.tar.bz2) = 94126 +MD5 (sudosh-1.4.9p1.tar.gz) = 7153c33f928f724a8530f6ba5f84eee9 +SIZE (sudosh-1.4.9p1.tar.gz) = 114980 |