Index: head/security/sudosh2/Makefile =================================================================== --- head/security/sudosh2/Makefile (revision 344010) +++ head/security/sudosh2/Makefile (revision 344011) @@ -1,39 +1,38 @@ # Created by: cy@FreeBSD.org # $FreeBSD$ PORTNAME= sudosh2 -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= security MASTER_SITES= SF/${PORTNAME} -EXTRACT_SUFX= .tbz2 +EXTRACT_SUFX= .tgz MAINTAINER= cy@FreeBSD.org COMMENT= Second version of the sudo shell CONFLICTS= sudosh-* -USE_BZIP2= yes RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/bin" CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc" CONFIGURE_ARGS+= --program-transform-name='' .if defined(SUDOSH_LOGDIR) CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}" .else CONFIGURE_ARGS+= --with-logdir=/var/log/sudosh .endif LDFLAGS+= -lutil MAN1= sudosh.1 MAN5= sudosh.conf.5 MAN8= sudosh-replay.8 NO_STAGE= yes .include post-install: @${TEST} -f ${PREFIX}/etc/sudosh.conf || ${CP} -p ${PREFIX}/etc/sudosh.conf.sample ${PREFIX}/etc/sudosh.conf .include Index: head/security/sudosh2/distinfo =================================================================== --- head/security/sudosh2/distinfo (revision 344010) +++ head/security/sudosh2/distinfo (revision 344011) @@ -1,2 +1,2 @@ -SHA256 (sudosh2-1.0.4.tbz2) = f00771a31b4f83036927b854cb125d76c242afcb5a53e564955c67909ef84ff1 -SIZE (sudosh2-1.0.4.tbz2) = 145262 +SHA256 (sudosh2-1.0.5.tgz) = c6ab7d4b736e19b409e66216d7760f3f64ecac849e034f03db567097cb8eb8ef +SIZE (sudosh2-1.0.5.tgz) = 258181