pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/sloccount



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 04:01:36 UTC 2020

Modified Files:
        pkgsrc/devel/sloccount: Makefile distinfo
        pkgsrc/devel/sloccount/patches: patch-sloccount

Log Message:
devel/sloccount: fix hard-coded /usr/pkg


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/sloccount/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/sloccount/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/sloccount/patches/patch-sloccount

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/sloccount/Makefile
diff -u pkgsrc/devel/sloccount/Makefile:1.6 pkgsrc/devel/sloccount/Makefile:1.7
--- pkgsrc/devel/sloccount/Makefile:1.6 Sun Aug 11 13:20:51 2019
+++ pkgsrc/devel/sloccount/Makefile     Wed May 13 04:01:36 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2019/08/11 13:20:51 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/13 04:01:36 rillig Exp $
 
 
 DISTNAME=      sloccount-2.26
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  https://www.dwheeler.com/sloccount/
 

Index: pkgsrc/devel/sloccount/distinfo
diff -u pkgsrc/devel/sloccount/distinfo:1.1 pkgsrc/devel/sloccount/distinfo:1.2
--- pkgsrc/devel/sloccount/distinfo:1.1 Mon Sep  4 11:00:36 2017
+++ pkgsrc/devel/sloccount/distinfo     Wed May 13 04:01:36 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2017/09/04 11:00:36 khorben Exp $
+$NetBSD: distinfo,v 1.2 2020/05/13 04:01:36 rillig Exp $
 
 SHA1 (sloccount-2.26.tar.gz) = 505031c6adfb93e454aaf8b0ee7de04122079d13
 RMD160 (sloccount-2.26.tar.gz) = a5bd1dbe8bd5e5c52ed790990c0d5d8fc49b26ff
@@ -9,4 +9,4 @@ SHA1 (patch-compute__sloc__lang) = 8692b
 SHA1 (patch-lex__count) = b9014c54a9a4a3a39bb84c5b008be486931ea57f
 SHA1 (patch-makefile) = 0f696e08486299dadd919d3aee1d31d01d1c6ad1
 SHA1 (patch-rpm__unpacker) = 1bd30245b1ad1c6de72c0ec63acbd76b95d79efb
-SHA1 (patch-sloccount) = 610b0033e7b0e10939f1d4b5ec3f7e1fcaa83827
+SHA1 (patch-sloccount) = ea141c1313ed9a87b569f4c67659d7334306deff

Index: pkgsrc/devel/sloccount/patches/patch-sloccount
diff -u pkgsrc/devel/sloccount/patches/patch-sloccount:1.1 pkgsrc/devel/sloccount/patches/patch-sloccount:1.2
--- pkgsrc/devel/sloccount/patches/patch-sloccount:1.1  Mon Sep  4 11:00:36 2017
+++ pkgsrc/devel/sloccount/patches/patch-sloccount      Wed May 13 04:01:36 2020
@@ -1,4 +1,4 @@
-$NetBSD: patch-sloccount,v 1.1 2017/09/04 11:00:36 khorben Exp $
+$NetBSD: patch-sloccount,v 1.2 2020/05/13 04:01:36 rillig Exp $
 
 Correct path to the helper binaries
 
@@ -8,7 +8,7 @@ Correct path to the helper binaries
  
  startingdir=`pwd`
  
-+prefix="/usr/pkg"
++prefix="@PREFIX@"
 +libexecdir="$prefix/libexec/sloccount"
  
  # "datadir" is some suitable safe place for the data; here's the default:



Home | Main Index | Thread Index | Old Index