Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 18:30:42 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369926 - head/www/rt42
Message-ID:  <201410031830.s93IUgMP015177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+@mode
 %%SITE_PERL%%/RT.pm
 %%SITE_PERL%%/RT/ACE.pm
 %%SITE_PERL%%/RT/ACL.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410031830.s93IUgMP015177>