diff options
-rw-r--r-- | security/sudosh/Makefile | 9 | ||||
-rw-r--r-- | security/sudosh/distinfo | 4 | ||||
-rw-r--r-- | security/sudosh2/Makefile | 9 | ||||
-rw-r--r-- | security/sudosh2/distinfo | 4 | ||||
-rw-r--r-- | security/sudosh3/Makefile | 9 | ||||
-rw-r--r-- | security/sudosh3/distinfo | 4 |
6 files changed, 21 insertions, 18 deletions
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile index cfb025e251c6..5da81d8fed6d 100644 --- a/security/sudosh/Makefile +++ b/security/sudosh/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/sudosh/distinfo b/security/sudosh/distinfo index 8f64dee43174..b64e616ae094 100644 --- a/security/sudosh/distinfo +++ b/security/sudosh/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 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 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 |