Created attachment 185407 [details] Patch to fix pkg-plist Poudriere fails to package ~~~ =========================================================================== =======================<phase: package >============================ ===> Building package for gitlab-9.2.10 pkg-static: Unable to access file /wrkdirs/usr/ports/www/gitlab/work/stage/usr/local/www/gitlab/db/post_migrate/20170516165248_cleanup_trigger_for_issues.rb:No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/www/gitlab ~~~ Should be due to a typo in pkg-plist: ~~~ --- pkg-plist 2017-08-14 17:25:00.255612000 +0200 +++ pkg-plist.fixed 2017-08-14 17:25:45.339763000 +0200 @@ -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 ~~~
A commit references this bug: Author: tz Date: Mon Aug 14 15:53:23 UTC 2017 New revision: 447947 URL: https://svnweb.freebsd.org/changeset/ports/447947 Log: www/gitlab: fix pkg-plist A %%RUBY_SUFFIX%% got into the plist and makes it invalid PR: 221523 Submitted by: max@mober.at MFH: 2017Q3 Changes: head/www/gitlab/Makefile head/www/gitlab/pkg-plist
Thanks for the catch, i committed the patch (and added a PORTREVISION). Will MFH this fix!
A commit references this bug: Author: feld Date: Thu Aug 17 16:07:13 UTC 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) Changes: _U branches/2017Q3/ branches/2017Q3/www/gitlab/Makefile branches/2017Q3/www/gitlab/pkg-plist