Date: Thu, 9 Mar 2017 09:45:40 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435751 - head/devel/gitlab-shell Message-ID: <201703090945.v299jeon071951@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Mar 9 09:45:39 2017 New Revision: 435751 URL: https://svnweb.freebsd.org/changeset/ports/435751 Log: devel/gitlab-shell: Update from 3.6.1 to 3.6.7 Changelog: https://gitlab.com/gitlab-org/gitlab-shell/blob/v3.6.7/CHANGELOG Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo head/devel/gitlab-shell/pkg-plist Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Thu Mar 9 09:19:21 2017 (r435750) +++ head/devel/gitlab-shell/Makefile Thu Mar 9 09:45:39 2017 (r435751) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.7 CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Thu Mar 9 09:19:21 2017 (r435750) +++ head/devel/gitlab-shell/distinfo Thu Mar 9 09:45:39 2017 (r435751) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486029021 -SHA256 (gitlab-shell-v3.6.1.tar.gz) = 180dcce14e9caa9c7f09eefdb2e10189318a0f994c4931fae2acebd92e9e4fa3 -SIZE (gitlab-shell-v3.6.1.tar.gz) = 74806 +TIMESTAMP = 1488791344 +SHA256 (gitlab-shell-v3.6.7.tar.gz) = 8932542e19260cbb0f7494183d586b8759b992598cb6066278bcab2dc38ea72e +SIZE (gitlab-shell-v3.6.7.tar.gz) = 77330 Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Thu Mar 9 09:19:21 2017 (r435750) +++ head/devel/gitlab-shell/pkg-plist Thu Mar 9 09:45:39 2017 (r435751) @@ -30,6 +30,7 @@ %%DATADIR%%/lib/gitlab_keys.rb %%DATADIR%%/lib/gitlab_lfs_authentication.rb %%DATADIR%%/lib/gitlab_logger.rb +%%DATADIR%%/lib/gitlab_metrics.rb %%DATADIR%%/lib/gitlab_net.rb %%DATADIR%%/lib/gitlab_post_receive.rb %%DATADIR%%/lib/gitlab_projects.rb @@ -55,9 +56,11 @@ %%DATADIR%%/spec/fixtures/gitlab_config_redis.yml %%DATADIR%%/spec/gitlab_access_spec.rb %%DATADIR%%/spec/gitlab_config_spec.rb +%%DATADIR%%/spec/gitlab_custom_hook_spec.rb %%DATADIR%%/spec/gitlab_keys_spec.rb %%DATADIR%%/spec/gitlab_lfs_authentication_spec.rb %%DATADIR%%/spec/gitlab_logger_spec.rb +%%DATADIR%%/spec/gitlab_metrics_spec.rb %%DATADIR%%/spec/gitlab_net_spec.rb %%DATADIR%%/spec/gitlab_post_receive_spec.rb %%DATADIR%%/spec/gitlab_projects_spec.rb @@ -66,6 +69,7 @@ %%DATADIR%%/spec/httpunix_spec.rb %%DATADIR%%/spec/names_helper_spec.rb %%DATADIR%%/spec/spec_helper.rb +%%DATADIR%%/spec/support/gl_id_test_hook %%DATADIR%%/spec/vcr_cassettes/allowed-pull.yml %%DATADIR%%/spec/vcr_cassettes/allowed-push.yml %%DATADIR%%/spec/vcr_cassettes/broadcast_message-none.yml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703090945.v299jeon071951>