svn commit: r448136 - branches/2017Q3/www/gitlab

Mark Felder feld at FreeBSD.org
Thu Aug 17 16:07:14 UTC 2017


Author: feld
Date: Thu Aug 17 16:07:12 2017
New Revision: 448136
URL: https://svnweb.freebsd.org/changeset/ports/448136

Log:
  MFH: r447947
  
  www/gitlab: fix pkg-plist
  
  A %%RUBY_SUFFIX%% got into the plist and makes it invalid
  
  PR:           221523
  Submitted by: max at mober.at
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2017Q3/www/gitlab/Makefile
  branches/2017Q3/www/gitlab/pkg-plist
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/www/gitlab/Makefile
==============================================================================
--- branches/2017Q3/www/gitlab/Makefile	Thu Aug 17 16:01:06 2017	(r448135)
+++ branches/2017Q3/www/gitlab/Makefile	Thu Aug 17 16:07:12 2017	(r448136)
@@ -4,6 +4,7 @@
 PORTNAME=	gitlab
 PORTVERSION=	9.2.10
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www devel
 
 MAINTAINER=	tz at FreeBSD.org

Modified: branches/2017Q3/www/gitlab/pkg-plist
==============================================================================
--- branches/2017Q3/www/gitlab/pkg-plist	Thu Aug 17 16:01:06 2017	(r448135)
+++ branches/2017Q3/www/gitlab/pkg-plist	Thu Aug 17 16:07:12 2017	(r448136)
@@ -5172,7 +5172,7 @@
 %%WWWDIR%%/db/post_migrate/20170425121605_migrate_trigger_schedules_to_pipeline_schedules.rb
 %%WWWDIR%%/db/post_migrate/20170425130047_drop_ci_trigger_schedules_table.rb
 %%WWWDIR%%/db/post_migrate/20170503004427_update_retried_for_ci_build.rb
-%%WWWDIR%%/db/post_migrate/20170516165%%RUBY_SUFFIX%%8_cleanup_trigger_for_issues.rb
+%%WWWDIR%%/db/post_migrate/20170516165238_cleanup_trigger_for_issues.rb
 %%WWWDIR%%/db/post_migrate/20170516181025_add_constraints_to_issue_assignees_table.rb
 %%WWWDIR%%/db/post_migrate/20170518200835_rename_users_with_renamed_namespace.rb
 %%WWWDIR%%/db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb


More information about the svn-ports-branches mailing list