svn commit: r331903 - head/www/redmine
Steve Wills
swills at FreeBSD.org
Mon Oct 28 21:59:30 UTC 2013
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
+ at dirrmtry %%WWWDIR%%/tmp/pids
@dirrmtry %%WWWDIR%%/tmp/cache
@dirrmtry %%WWWDIR%%/tmp
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine/wiki_formatting
More information about the svn-ports-all
mailing list