diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-08-24 17:56:38 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-08-24 17:56:38 +0000 |
commit | 7659a915b87d1ca6d4f3f0cd73c7580a6b4959d0 (patch) | |
tree | 53074b3d4f474d585de1c96ccf83a66dd94af2fa /www/oops/Makefile | |
parent | 4891f4be1d8ff9923bfd7d96f5c5ceb82409b93c (diff) |
- Create a user with nobody group instead of wheel.
Theoretically it could be a reason for security weakness
on some configurations with sudo.
- Bump a PORTVERSION.
PR: ports/85247
Submitted by: maintainer
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=140966
Diffstat (limited to 'www/oops/Makefile')
-rw-r--r-- | www/oops/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile index b14b6d9b58b2..f7ca5bd31c9f 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -7,7 +7,7 @@ PORTNAME= oops PORTVERSION= ${OOPSVERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://oops-cache.org/ DISTNAME= ${PORTNAME}-${OOPSVERSION} |