diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-07-27 01:00:55 +0000 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-07-27 01:00:55 +0000 |
commit | 0808e1b6f919cd42f265870f08217902588978d4 (patch) | |
tree | bf873c2c882d1ee382834b36734edd32e3da978f /security/sudo | |
parent | 85c85085a6e711f9f415d79538d63adaad278000 (diff) | |
download | FreeBSD-ports-0808e1b6f919cd42f265870f08217902588978d4.zip FreeBSD-ports-0808e1b6f919cd42f265870f08217902588978d4.tar.gz |
Fix PORTVERSION
Noticed by: ume
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index aa07386..1a0c7ca 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.9.p1 +PORTVERSION= 1.6.9.1 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://probsd.org/sudoftp/ \ |