svn commit: r354092 - head/www/rt42

Matthew Seaman matthew at FreeBSD.org
Wed May 14 23:15:21 UTC 2014


Author: matthew
Date: Wed May 14 23:15:20 2014
New Revision: 354092
URL: http://svnweb.freebsd.org/changeset/ports/354092
QAT: https://qat.redports.org/buildarchive/r354092/

Log:
  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

Modified:
  head/www/rt42/Makefile
  head/www/rt42/pkg-plist

Modified: head/www/rt42/Makefile
==============================================================================
--- head/www/rt42/Makefile	Wed May 14 21:54:33 2014	(r354091)
+++ head/www/rt42/Makefile	Wed May 14 23:15:20 2014	(r354092)
@@ -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

Modified: head/www/rt42/pkg-plist
==============================================================================
--- head/www/rt42/pkg-plist	Wed May 14 21:54:33 2014	(r354091)
+++ head/www/rt42/pkg-plist	Wed May 14 23:15:20 2014	(r354092)
@@ -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%%
- at group
+ at 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
- at group
+ at group wheel
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-2.0
 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-3.0


More information about the svn-ports-all mailing list