svn commit: r420027 - head/www/gitlab-workhorse

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Aug 10 14:22:47 UTC 2016


Author: tz
Date: Wed Aug 10 14:22:45 2016
New Revision: 420027
URL: https://svnweb.freebsd.org/changeset/ports/420027

Log:
  www/gitlab-workhorse: Update from 0.7.1 to 0.7.5
  
  
  v0.7.5
  - Add the capability to inject `git diff` output as HTTP response bodies
  
  v0.7.4
  - Pass a timestamp when forwarding requests to Rails. Hopefully
    this will give us insight into Unicorn queueing behavior.
  
  v0.7.3
  - Revert 'buffer Git HTTP responses'. Set default listen socket
    permissions to world read/writeable.
  
  v0.7.2 DO NOT USE
  - Integrate with GOPATH during development (remove relative imports
    etc.). Buffer Git HTTP responses so that we may return an error if the
    local command fails early.
    Update: the 'buffer Git HTTP responses' change in 0.7.2 is BAD, it
    breaks shallow Git clone. Don't use 0.7.2!
  
  Approved by: swills (mentor)

Modified:
  head/www/gitlab-workhorse/Makefile
  head/www/gitlab-workhorse/distinfo

Modified: head/www/gitlab-workhorse/Makefile
==============================================================================
--- head/www/gitlab-workhorse/Makefile	Wed Aug 10 14:22:05 2016	(r420026)
+++ head/www/gitlab-workhorse/Makefile	Wed Aug 10 14:22:45 2016	(r420027)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-workhorse
-PORTVERSION=	0.7.1
+PORTVERSION=	0.7.5
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/
@@ -15,6 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	go>=1.5.3:lang/go
 
+MAKE_JOBS_UNSAFE=yes
+USES=	gmake
+
 PLIST_FILES=	bin/gitlab-workhorse \
 		bin/gitlab-zip-cat \
 		bin/gitlab-zip-metadata

Modified: head/www/gitlab-workhorse/distinfo
==============================================================================
--- head/www/gitlab-workhorse/distinfo	Wed Aug 10 14:22:05 2016	(r420026)
+++ head/www/gitlab-workhorse/distinfo	Wed Aug 10 14:22:45 2016	(r420027)
@@ -1,2 +1,3 @@
-SHA256 (gitlab-workhorse-v0.7.1.tar.gz) = 08b0fa6adde1e60eb0b091b98548b77186e75fd19f7f37efd2e477d548636f08
-SIZE (gitlab-workhorse-v0.7.1.tar.gz) = 31713
+TIMESTAMP = 1466755461
+SHA256 (gitlab-workhorse-v0.7.5.tar.gz) = cc36a5c80e069d60a41d45dfe07c656fa46098ce2fb9918dcbe676a7b3bea15b
+SIZE (gitlab-workhorse-v0.7.5.tar.gz) = 32936


More information about the svn-ports-all mailing list