Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2018 17:45:38 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469456 - head/devel/gogs
Message-ID:  <201805091745.w49HjcXv083547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Wed May  9 17:45:37 2018
New Revision: 469456
URL: https://svnweb.freebsd.org/changeset/ports/469456

Log:
  Add shells/bash dependency as it's required by gogs hooks scripts.
  
  PR:		228057
  Submitted by:	maintainer

Modified:
  head/devel/gogs/Makefile

Modified: head/devel/gogs/Makefile
==============================================================================
--- head/devel/gogs/Makefile	Wed May  9 17:20:37 2018	(r469455)
+++ head/devel/gogs/Makefile	Wed May  9 17:45:37 2018	(r469456)
@@ -3,6 +3,7 @@
 PORTNAME=	gogs
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.11.43
+PORTREVISION=	1
 CATEGORIES=	devel www
 
 MAINTAINER=	dg@syrec.org
@@ -12,7 +13,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	go:lang/go
-RUN_DEPENDS=	git:devel/git
+RUN_DEPENDS=	git:devel/git \
+		bash:shells/bash
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	gogits



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805091745.w49HjcXv083547>