From owner-svn-ports-branches@freebsd.org Thu Aug 17 16:07:14 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3190EDC7393; Thu, 17 Aug 2017 16:07:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFFF97D046; Thu, 17 Aug 2017 16:07:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7HG7D71008192; Thu, 17 Aug 2017 16:07:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7HG7C1m008190; Thu, 17 Aug 2017 16:07:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201708171607.v7HG7C1m008190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 17 Aug 2017 16:07:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r448136 - branches/2017Q3/www/gitlab X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2017Q3/www/gitlab X-SVN-Commit-Revision: 448136 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2017 16:07:14 -0000 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