Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 21:59:29 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331903 - head/www/redmine
Message-ID:  <201310282159.r9SLxTDS053943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Oct 28 21:59:29 2013
New Revision: 331903
URL: http://svnweb.freebsd.org/changeset/ports/331903

Log:
  - Add missing plist entries

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

Modified: head/www/redmine/Makefile
==============================================================================
--- head/www/redmine/Makefile	Mon Oct 28 21:56:39 2013	(r331902)
+++ head/www/redmine/Makefile	Mon Oct 28 21:59:29 2013	(r331903)
@@ -3,7 +3,7 @@
 
 PORTNAME=	redmine
 PORTVERSION=	2.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}

Modified: head/www/redmine/pkg-plist
==============================================================================
--- head/www/redmine/pkg-plist	Mon Oct 28 21:56:39 2013	(r331902)
+++ head/www/redmine/pkg-plist	Mon Oct 28 21:59:29 2013	(r331903)
@@ -1,4 +1,5 @@
 %%WWWDIR%%/Gemfile
+%%WWWDIR%%/Gemfile.lock
 %%WWWDIR%%/README.rdoc
 %%WWWDIR%%/Rakefile
 %%WWWDIR%%/app/helpers/issue_statuses_helper.rb
@@ -1781,6 +1782,7 @@
 @dirrmtry %%WWWDIR%%/tmp/sockets
 @dirrmtry %%WWWDIR%%/tmp/sessions
 @dirrmtry %%WWWDIR%%/tmp/pdf
+@dirrmtry %%WWWDIR%%/tmp/pids
 @dirrmtry %%WWWDIR%%/tmp/cache
 @dirrmtry %%WWWDIR%%/tmp
 @dirrmtry %%WWWDIR%%/test/unit/lib/redmine/wiki_formatting



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