diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-23 12:08:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-23 12:08:46 +0000 |
commit | 1eae28eaa5328f7f2b35586c7355cd7023eaedd6 (patch) | |
tree | d269b77775ad418532e9904ca5ee83418ba202fa /www | |
parent | 3ae5a8464844143c4b051de411cfa6d89e2070c7 (diff) |
Security issues should:
* Be tagged with Security: in the commit log
* Get a portrevision bump
(Semi forced commit)
PR: ports/85872
Security: Fixes insecure directy permissions
Submitted by: chinsan <chinsan.tw@gmail.com>
Notes
Notes:
svn path=/head/; revision=149174
Diffstat (limited to 'www')
-rw-r--r-- | www/eaccelerator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/eaccelerator/Makefile b/www/eaccelerator/Makefile index 18388740a6b7..af53083ecc4c 100644 --- a/www/eaccelerator/Makefile +++ b/www/eaccelerator/Makefile @@ -7,6 +7,7 @@ PORTNAME= eaccelerator DISTVERSION= 0.9.4-rc1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} |