diff options
author | cy <cy@FreeBSD.org> | 2005-04-22 07:17:21 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2005-04-22 07:17:21 +0800 |
commit | c8170c78f1c085d82552832447b8e8be19abe964 (patch) | |
tree | c17b1dd5dcb629a26fd5ec4c9876e3ffceaa98a7 /security/sudosh3 | |
parent | 6a2e6f1f23f5ffc791f86f3dd5917e734276aa3a (diff) | |
download | freebsd-ports-gnome-c8170c78f1c085d82552832447b8e8be19abe964.tar.gz freebsd-ports-gnome-c8170c78f1c085d82552832447b8e8be19abe964.tar.zst freebsd-ports-gnome-c8170c78f1c085d82552832447b8e8be19abe964.zip |
Udate 1.4.8 --> 1.4.9p1
Diffstat (limited to 'security/sudosh3')
-rw-r--r-- | security/sudosh3/Makefile | 9 | ||||
-rw-r--r-- | security/sudosh3/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index cfb025e251c6..5da81d8fed6d 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/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/sudosh3/distinfo b/security/sudosh3/distinfo index 8f64dee43174..b64e616ae094 100644 --- a/security/sudosh3/distinfo +++ b/security/sudosh3/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 |