Diff below brings git-lfs to 2.4.1, which is a bugfix release. Overview
on changes can be found at https://github.com/git-lfs/git-lfs/releases

Build phase complained about not finding groff, which is used for
creating manpages. As such, add textproc/groff as BDEP.

Tested lightly on amd64.

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git-lfs/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    14 Apr 2018 22:53:54 -0000      1.9
+++ Makefile    24 May 2018 04:52:44 -0000
@@ -4,8 +4,7 @@ COMMENT =               Git extension for versioning 
 
 GH_PROJECT =           git-lfs
 GH_ACCOUNT =           git-lfs
-GH_TAGNAME =           v2.4.0
-REVISION =             0
+GH_TAGNAME =           v2.4.1
 
 CATEGORIES =           devel
 
@@ -21,7 +20,8 @@ MODULES =             lang/go \
 MODRUBY_BUILDDEP =     No
 MODRUBY_RUNDEP =       No
 
-BUILD_DEPENDS =                textproc/ruby-ronn
+BUILD_DEPENDS =                textproc/groff \
+                       textproc/ruby-ronn
 RUN_DEPENDS =          devel/git
 
 # Convert the manpages with ronn instead of mangen.go
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/git-lfs/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    2 Apr 2018 08:44:14 -0000       1.8
+++ distinfo    24 May 2018 04:52:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (git-lfs-2.4.0.tar.gz) = PybNAgqWX2HI6PEkoCeU2G9G8vxGJyiK/nDtQ/OYsSE=
-SIZE (git-lfs-2.4.0.tar.gz) = 787610
+SHA256 (git-lfs-2.4.1.tar.gz) = P1eqe8grIfWsnI3zP+2FO7j7784KXuz/gKUE5WQmpI4=
+SIZE (git-lfs-2.4.1.tar.gz) = 790742

Reply via email to