svn commit: r455055 - head/devel/gitlab-shell
Torsten Zuehlsdorff
tz at FreeBSD.org
Tue Nov 28 16:11:45 UTC 2017
Author: tz
Date: Tue Nov 28 16:11:43 2017
New Revision: 455055
URL: https://svnweb.freebsd.org/changeset/ports/455055
Log:
devel/gitlab-shell: Update from 5.3.1 to 5.9.3
Changelog: https://gitlab.com/gitlab-org/gitlab-shell/blob/v5.9.3/CHANGELOG
Submitted by: Matthias Fechner <idefix at fechner.net>
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 Tue Nov 28 16:10:16 2017 (r455054)
+++ head/devel/gitlab-shell/Makefile Tue Nov 28 16:11:43 2017 (r455055)
@@ -2,11 +2,13 @@
# $FreeBSD$
PORTNAME= gitlab-shell
-PORTVERSION= 5.3.1
+PORTVERSION= 5.9.3
CATEGORIES= devel
MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
+LICENSE= MIT
+
MAINTAINER= tz at FreeBSD.org
COMMENT= GitLab Shell handles git commands for GitLab
@@ -15,9 +17,6 @@ BUILD_DEPENDS= gem:devel/ruby-gems \
USERS= git
GROUPS= git
-
-NO_BUILD= yes
-NO_ARCH= yes
post-extract:
@${MV} ${WRKDIR}/${DISTNAME}-* ${WRKDIR}/${DISTNAME}
Modified: head/devel/gitlab-shell/distinfo
==============================================================================
--- head/devel/gitlab-shell/distinfo Tue Nov 28 16:10:16 2017 (r455054)
+++ head/devel/gitlab-shell/distinfo Tue Nov 28 16:11:43 2017 (r455055)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505982496
-SHA256 (gitlab-shell-v5.3.1.tar.gz) = 989e7976c56d09d455e5e67e587426be2aca71ef2e27541c8654e74aac82f68c
-SIZE (gitlab-shell-v5.3.1.tar.gz) = 708811
+TIMESTAMP = 1509566723
+SHA256 (gitlab-shell-v5.9.3.tar.gz) = 43692b5ba3c9757ad201611b66f199a636e6d4b47c144ebfd5e8d9b9c996e127
+SIZE (gitlab-shell-v5.9.3.tar.gz) = 711416
Modified: head/devel/gitlab-shell/pkg-plist
==============================================================================
--- head/devel/gitlab-shell/pkg-plist Tue Nov 28 16:10:16 2017 (r455054)
+++ head/devel/gitlab-shell/pkg-plist Tue Nov 28 16:11:43 2017 (r455055)
@@ -86,6 +86,10 @@
%%DATADIR%%/spec/vcr_cassettes/http-push-disabled.yml
%%DATADIR%%/spec/vcr_cassettes/lfs-authenticate-ok.yml
%%DATADIR%%/spec/vcr_cassettes/notify-post-receive.yml
+%%DATADIR%%/spec/vcr_cassettes/post-receive-not-found.yml
+%%DATADIR%%/spec/vcr_cassettes/post-receive.yml
+%%DATADIR%%/spec/vcr_cassettes/pre-receive-not-found.yml
+%%DATADIR%%/spec/vcr_cassettes/pre-receive.yml
%%DATADIR%%/spec/vcr_cassettes/ssh-key-not-found.yml
%%DATADIR%%/spec/vcr_cassettes/ssh-key-not-implemented.yml
%%DATADIR%%/spec/vcr_cassettes/ssh-key-ok.yml
More information about the svn-ports-all
mailing list