aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2014-05-14 23:15:20 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2014-05-14 23:15:20 +0000
commit9e90ab39ee9357618206fa378094212e030b320b (patch)
tree4b32175df00f39ea3f8954565b4b2a75ae6f1e23
parentd9123ee3d20d745e7092c138661675ef808deb88 (diff)
downloadports-9e90ab39ee9357618206fa378094212e030b320b.tar.gz
ports-9e90ab39ee9357618206fa378094212e030b320b.zip
Correct error in plist -- reset to group wheel specifically rather
than the default, as otherwise this can sometimes result in files being installed with the group ownership of the user running the installation. Submitted by: bapt
Notes
Notes: svn path=/head/; revision=354092
-rw-r--r--www/rt42/Makefile1
-rw-r--r--www/rt42/pkg-plist4
2 files changed, 3 insertions, 2 deletions
diff --git a/www/rt42/Makefile b/www/rt42/Makefile
index 7c09ee791b54..55b7d009c72f 100644
--- a/www/rt42/Makefile
+++ b/www/rt42/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rt
DISTVERSION= 4.2.4
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
PKGNAMESUFFIX= 42
diff --git a/www/rt42/pkg-plist b/www/rt42/pkg-plist
index ca53a09b2431..7bf82dfdf14b 100644
--- a/www/rt42/pkg-plist
+++ b/www/rt42/pkg-plist
@@ -18,7 +18,7 @@ bin/rt-mailgate
%%RT_ETC_DIR%%/schema.mysql
@exec chmod 0750 %D/%%RT_ETC_DIR%%
@exec chgrp rt %D/%%RT_ETC_DIR%%
-@group
+@group wheel
%%SITE_PERL%%/RT.pm
%%SITE_PERL%%/RT/ACE.pm
%%SITE_PERL%%/RT/ACL.pm
@@ -267,7 +267,7 @@ sbin/rt-test-dependencies
sbin/rt-validate-aliases
sbin/rt-validator
sbin/standalone_httpd
-@group
+@group wheel
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/UPGRADING-2.0
%%PORTDOCS%%%%DOCSDIR%%/UPGRADING-3.0