Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2017 16:07:12 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r448136 - branches/2017Q3/www/gitlab
Message-ID:  <201708171607.v7HG7C1m008190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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