From owner-svn-ports-all@freebsd.org Fri Apr 15 12:58:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C684ADAF86; Fri, 15 Apr 2016 12:58:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0C111161; Fri, 15 Apr 2016 12:58:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3FCw6St029356; Fri, 15 Apr 2016 12:58:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3FCw6oc029354; Fri, 15 Apr 2016 12:58:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604151258.u3FCw6oc029354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 15 Apr 2016 12:58:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413339 - head/devel/gitlab-shell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 12:58:07 -0000 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