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

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Oct 19 14:09:22 UTC 2016


Author: tz
Date: Wed Oct 19 14:09:20 2016
New Revision: 424246
URL: https://svnweb.freebsd.org/changeset/ports/424246

Log:
  www/gitlab-workhorse: Update from 0.7.5 to 0.7.8
  
  
  v0.7.8
  - Send artifact zip file entries via the 'senddata' mechanism.
  
  v0.7.7
  - Add the protocol used (HTTP) to each gitCommand call in order to
    check for restricted protocol access on GitLab's side.
  
  v0.7.6
  - Add the capability to inject `git format-patch` output.
  
  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 Oct 19 14:08:50 2016	(r424245)
+++ head/www/gitlab-workhorse/Makefile	Wed Oct 19 14:09:20 2016	(r424246)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-workhorse
-PORTVERSION=	0.7.5
+PORTVERSION=	0.7.8
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/

Modified: head/www/gitlab-workhorse/distinfo
==============================================================================
--- head/www/gitlab-workhorse/distinfo	Wed Oct 19 14:08:50 2016	(r424245)
+++ head/www/gitlab-workhorse/distinfo	Wed Oct 19 14:09:20 2016	(r424246)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466755461
-SHA256 (gitlab-workhorse-v0.7.5.tar.gz) = cc36a5c80e069d60a41d45dfe07c656fa46098ce2fb9918dcbe676a7b3bea15b
-SIZE (gitlab-workhorse-v0.7.5.tar.gz) = 32936
+TIMESTAMP = 1470988224
+SHA256 (gitlab-workhorse-v0.7.8.tar.gz) = 4540143e1086d5dd231b19c441d9316270d6497d510d117810426ecc1068a3b8
+SIZE (gitlab-workhorse-v0.7.8.tar.gz) = 33419


More information about the svn-ports-head mailing list