diff options
author | wxs <wxs@FreeBSD.org> | 2011-10-30 22:24:02 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-10-30 22:24:02 +0800 |
commit | b2f1134dc13fdcaaa4b0afafa367353b405c4ac8 (patch) | |
tree | 0661ff5ebebaa898504a3aab140c41f50b2e0622 /security | |
parent | 7dd0393edbc65e912e65a585d8c0fd05e3d00253 (diff) | |
download | freebsd-ports-gnome-b2f1134dc13fdcaaa4b0afafa367353b405c4ac8.tar.gz freebsd-ports-gnome-b2f1134dc13fdcaaa4b0afafa367353b405c4ac8.tar.zst freebsd-ports-gnome-b2f1134dc13fdcaaa4b0afafa367353b405c4ac8.zip |
Fix version number going backwards.
Noticed by: erwin@
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8952fbf2d686..c84eb30b2eee 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,8 @@ # PORTNAME= sudo -DISTVERSION= 1.8.3p1 +PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://ftp.arcane-networks.fr/pub/mirrors/sudo/ \ @@ -36,6 +37,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://sunsite.icm.edu.pl/packages/sudo/ \ ftp://mirror.cdmon.com/pub/sudo/ \ ftp://ftp.twaren.net/Unix/Security/Sudo/ +DISTFILES= sudo-${PORTVERSION}p1${EXTRACT_SUFX} MAINTAINER= wxs@FreeBSD.org COMMENT= Allow others to run commands as root @@ -43,6 +45,7 @@ COMMENT= Allow others to run commands as root MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes WITH_FBSD10_FIX=yes +WRKSRC= ${WRKDIR}/${DISTFILES:S/${EXTRACT_SUFX}//} CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-ignore-dot \ |