diff options
author | mfechner <mfechner@FreeBSD.org> | 2018-11-23 22:59:50 +0800 |
---|---|---|
committer | mfechner <mfechner@FreeBSD.org> | 2018-11-23 22:59:50 +0800 |
commit | e83b60cd7ec13dcde516b910e8e8c0aa19155c39 (patch) | |
tree | 1178184cbcd84447b91362d8ceec4f08296de761 /www/gitlab-workhorse | |
parent | db67f72de6b5823d8edff6d141acafca7c0474fe (diff) | |
download | freebsd-ports-gnome-e83b60cd7ec13dcde516b910e8e8c0aa19155c39.tar.gz freebsd-ports-gnome-e83b60cd7ec13dcde516b910e8e8c0aa19155c39.tar.zst freebsd-ports-gnome-e83b60cd7ec13dcde516b910e8e8c0aa19155c39.zip |
Upgrade to 7.1.0 which is required for gitlab-ce 11.5.
Approved by: mentors (implicit)
Diffstat (limited to 'www/gitlab-workhorse')
-rw-r--r-- | www/gitlab-workhorse/Makefile | 7 | ||||
-rw-r--r-- | www/gitlab-workhorse/distinfo | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index 1e7c0b9df59d..19764668d28d 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 7.0.0 +PORTVERSION= 7.1.0 CATEGORIES= www MAINTAINER= mfechner@FreeBSD.org @@ -19,7 +19,7 @@ USES= gmake USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags -GL_COMMIT= 279962ec11bd26d0a1855537efb38f569ce85e72 +GL_COMMIT= a4ba24d9f92ebcbfc6fa4aa2d9f92e13d61ba764 PLIST_FILES= bin/gitlab-workhorse \ bin/gitlab-zip-cat \ @@ -28,8 +28,5 @@ PLIST_DIRS= ${WWWDIR} post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-workhorse - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-zip-cat - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-zip-metadata .include <bsd.port.mk> diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo index 2bc660849832..a4fb335ece32 100644 --- a/www/gitlab-workhorse/distinfo +++ b/www/gitlab-workhorse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1540327734 -SHA256 (gitlab-org-gitlab-workhorse-279962ec11bd26d0a1855537efb38f569ce85e72_GL0.tar.gz) = a833c9bb6f89df606d3b633b2c1d892ca9dbac75671fea9e57b509b764afa9d4 -SIZE (gitlab-org-gitlab-workhorse-279962ec11bd26d0a1855537efb38f569ce85e72_GL0.tar.gz) = 1870561 +TIMESTAMP = 1542973427 +SHA256 (gitlab-org-gitlab-workhorse-a4ba24d9f92ebcbfc6fa4aa2d9f92e13d61ba764_GL0.tar.gz) = a46b276d62fbdbb15acd157e3e326548347cd8d5548a824de24febace36a1e49 +SIZE (gitlab-org-gitlab-workhorse-a4ba24d9f92ebcbfc6fa4aa2d9f92e13d61ba764_GL0.tar.gz) = 2520642 |