svn commit: r369926 - head/www/rt42

Matthew Seaman matthew at FreeBSD.org
Fri Oct 3 18:30:42 UTC 2014


Author: matthew
Date: Fri Oct  3 18:30:41 2014
New Revision: 369926
URL: https://svnweb.freebsd.org/changeset/ports/369926
QAT: https://qat.redports.org/buildarchive/r369926/

Log:
  Fix permissions problem due to omitted @mode in pkg-plist.
  
  PR:		194118
  Submitted by:	Larry Rosenman

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

Modified: head/www/rt42/Makefile
==============================================================================
--- head/www/rt42/Makefile	Fri Oct  3 18:22:46 2014	(r369925)
+++ head/www/rt42/Makefile	Fri Oct  3 18:30:41 2014	(r369926)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rt
 DISTVERSION=	4.2.8
+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	Fri Oct  3 18:22:46 2014	(r369925)
+++ head/www/rt42/pkg-plist	Fri Oct  3 18:30:41 2014	(r369926)
@@ -17,6 +17,7 @@ bin/rt-mailgate
 %%RT_ETC_DIR%%/schema.SQLite
 %%RT_ETC_DIR%%/schema.mysql
 @group wheel
+ at mode
 %%SITE_PERL%%/RT.pm
 %%SITE_PERL%%/RT/ACE.pm
 %%SITE_PERL%%/RT/ACL.pm


More information about the svn-ports-head mailing list