Date: Mon, 11 Apr 2016 20:18:17 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413085 - head/www/gitlab-workhorse Message-ID: <201604112018.u3BKIHfZ085508@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Apr 11 20:18:17 2016 New Revision: 413085 URL: https://svnweb.freebsd.org/changeset/ports/413085 Log: - Switch to fetching source from upstream gitlab site The only difference between distfiles is root directory name change (gitlab-workhorse-v0.7.1 -> gitlab-workhorse-v0.7.1-bb9806f226a519d493d3b0df1446488cce6d162c) PR: 208502 Submitted by: amdmi3 Approved by: ports@toco-domains.de (maintainer) Modified: head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo Modified: head/www/gitlab-workhorse/Makefile ============================================================================== --- head/www/gitlab-workhorse/Makefile Mon Apr 11 19:57:03 2016 (r413084) +++ head/www/gitlab-workhorse/Makefile Mon Apr 11 20:18:17 2016 (r413085) @@ -5,7 +5,7 @@ PORTNAME= gitlab-workhorse PORTVERSION= 0.7.1 DISTVERSIONPREFIX= v CATEGORIES= www -MASTER_SITES= http://ports.toco-domains.de/ +MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ MAINTAINER= ports@toco-domains.de COMMENT= Smart reverse proxy for GitLab @@ -20,6 +20,9 @@ PLIST_FILES= bin/gitlab-workhorse \ bin/gitlab-zip-metadata PLIST_DIRS= %%WWWDIR%% +post-extract: + @${MV} ${WRKDIR}/${DISTNAME}-* ${WRKDIR}/${DISTNAME} + post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-workhorse Modified: head/www/gitlab-workhorse/distinfo ============================================================================== --- head/www/gitlab-workhorse/distinfo Mon Apr 11 19:57:03 2016 (r413084) +++ head/www/gitlab-workhorse/distinfo Mon Apr 11 20:18:17 2016 (r413085) @@ -1,2 +1,2 @@ -SHA256 (gitlab-workhorse-v0.7.1.tar.gz) = 0704481ecac0d7f0876008bce7c1135cdcaa270dfcb817d09e58005078fc1a99 -SIZE (gitlab-workhorse-v0.7.1.tar.gz) = 31689 +SHA256 (gitlab-workhorse-v0.7.1.tar.gz) = 08b0fa6adde1e60eb0b091b98548b77186e75fd19f7f37efd2e477d548636f08 +SIZE (gitlab-workhorse-v0.7.1.tar.gz) = 31713
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604112018.u3BKIHfZ085508>