Saturday, April 29, 2017

[update] textproc/cloc

Hi,

please find below an update for textproc/cloc to version 1.72.
Among others, new release added support for 11 additional languages.

Patch was merged upstream, thus can be removed.

OK?

Regards,
Joerg


Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/cloc/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile 6 Feb 2017 22:29:57 -0000 1.9
+++ Makefile 29 Apr 2017 19:53:36 -0000
@@ -2,9 +2,8 @@

COMMENT= count lines of code

-V= 1.70
+V= 1.72
DISTNAME= cloc-${V}
-REVISION= 0

CATEGORIES= textproc devel

Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/cloc/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo 18 Nov 2016 23:43:50 -0000 1.6
+++ distinfo 29 Apr 2017 19:53:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (cloc-1.70.tar.gz) = W1dLrIWw/0xI18P+MleHA7X7eWaJ3mkrkD7kM0lnFhU=
-SIZE (cloc-1.70.tar.gz) = 318879
+SHA256 (cloc-1.72.tar.gz) = 39I4EVlI72ycP5yJCU/5+3p3/x0j0P+BrtfERVZfh74=
+SIZE (cloc-1.72.tar.gz) = 347245
Index: patches/patch-Unix_Makefile
===================================================================
RCS file: patches/patch-Unix_Makefile
diff -N patches/patch-Unix_Makefile
--- patches/patch-Unix_Makefile 18 Nov 2016 23:43:50 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,26 +0,0 @@
-$OpenBSD: patch-Unix_Makefile,v 1.1 2016/11/18 23:43:50 awolk Exp $
-
-To be removed on a future release containing the
-upstreamed diff from:
- https://github.com/AlDanial/cloc/pull/136
-
---- Unix/Makefile.orig Fri Jul 1 19:53:21 2016
-+++ Unix/Makefile Fri Nov 18 23:05:40 2016
-@@ -78,7 +78,7 @@ realclean: clean
-
- # Rule: man - Generate or update manual page
- man:
-- make -f pod2man.mk PACKAGE=$(PACKAGE) makeman
-+ $(MAKE) -f pod2man.mk PACKAGE=$(PACKAGE) makeman
-
- # Rule: doc - Generate or update all documentation
- doc: man
-@@ -120,7 +120,7 @@ install: install-bin install-man
- # Rule: install-test - for Maintainer only
- install-test:
- rm -rf tmp
-- make DESTDIR=$$(pwd)/tmp prefix=/usr install
-+ $(MAKE) DESTDIR=$$(pwd)/tmp prefix=/usr install
- find tmp | sort
-
- # Rule: dist - for Maintainer only, make distribution

No comments:

Post a Comment