Date: Fri, 15 Apr 2016 12:58:06 +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: r413339 - head/devel/gitlab-shell Message-ID: <201604151258.u3FCw6oc029354@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 15 12:58:05 2016 New Revision: 413339 URL: https://svnweb.freebsd.org/changeset/ports/413339 Log: - Update to 2.7.2 - Switch to fetching from master site PR: 208697 Submitted by: ports@toco-domains.de (maintainer) Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Fri Apr 15 12:35:32 2016 (r413338) +++ head/devel/gitlab-shell/Makefile Fri Apr 15 12:58:05 2016 (r413339) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 CATEGORIES= devel -MASTER_SITES= http://ports.toco-domains.de/ +MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= ports@toco-domains.de @@ -18,6 +18,9 @@ GROUPS= git NO_BUILD= yes NO_ARCH= yes +post-extract: + @${MV} ${WRKDIR}/${DISTNAME}-* ${WRKDIR}/${DISTNAME} + post-patch: ${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Fri Apr 15 12:35:32 2016 (r413338) +++ head/devel/gitlab-shell/distinfo Fri Apr 15 12:58:05 2016 (r413339) @@ -1,2 +1,2 @@ -SHA256 (gitlab-shell-v2.7.1.tar.gz) = 2d983179228ec09d445f377780fa04fc5a23d3fed991aab6c7d5d33ac016079a -SIZE (gitlab-shell-v2.7.1.tar.gz) = 37815 +SHA256 (gitlab-shell-v2.7.2.tar.gz) = 3d9adf6d47e5ff27eb50a2c40264f4715e58d6f6355f8325d8af4fe4dc805fd8 +SIZE (gitlab-shell-v2.7.2.tar.gz) = 37901
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604151258.u3FCw6oc029354>