diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-01-06 23:36:04 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-01-06 23:36:04 +0000 |
commit | e7b8ca68c107597a0e9bee9265ce3d5605ee7ed9 (patch) | |
tree | 8630f59c691bcbdb80e6e5a99f4ec8be4482477a | |
parent | Remove obsolete comment referring to USE_GCC=4.1+. (diff) |
- Fix typo
- Bump portrevision
Notes
Notes:
svn path=/head/; revision=225363
-rw-r--r-- | www/cherokee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index a3161c92b145..b31aab614f75 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -7,7 +7,7 @@ PORTNAME= cherokee PORTVERSION= 0.11.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.cherokee-project.com/download/0.11/${PORTVERSION}/ \ LOCAL/beech |