Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/sloccount devel/sloccount: fix hard-coded /usr/pkg



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7b3f8a6b6eb
branches:  trunk
changeset: 431417:c7b3f8a6b6eb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 13 04:01:36 2020 +0000

description:
devel/sloccount: fix hard-coded /usr/pkg

diffstat:

 devel/sloccount/Makefile                |  4 ++--
 devel/sloccount/distinfo                |  4 ++--
 devel/sloccount/patches/patch-sloccount |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r b75756f32e18 -r c7b3f8a6b6eb devel/sloccount/Makefile
--- a/devel/sloccount/Makefile  Wed May 13 03:40:29 2020 +0000
+++ b/devel/sloccount/Makefile  Wed May 13 04:01:36 2020 +0000
@@ -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/
 
diff -r b75756f32e18 -r c7b3f8a6b6eb devel/sloccount/distinfo
--- a/devel/sloccount/distinfo  Wed May 13 03:40:29 2020 +0000
+++ b/devel/sloccount/distinfo  Wed May 13 04:01:36 2020 +0000
@@ -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-lex__count) = b9014c54a9a4a3a39bb84c5b008be486931ea57f
 SHA1 (patch-makefile) = 0f696e08486299dadd919d3aee1d31d01d1c6ad1
 SHA1 (patch-rpm__unpacker) = 1bd30245b1ad1c6de72c0ec63acbd76b95d79efb
-SHA1 (patch-sloccount) = 610b0033e7b0e10939f1d4b5ec3f7e1fcaa83827
+SHA1 (patch-sloccount) = ea141c1313ed9a87b569f4c67659d7334306deff
diff -r b75756f32e18 -r c7b3f8a6b6eb devel/sloccount/patches/patch-sloccount
--- a/devel/sloccount/patches/patch-sloccount   Wed May 13 03:40:29 2020 +0000
+++ b/devel/sloccount/patches/patch-sloccount   Wed May 13 04:01:36 2020 +0000
@@ -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 @@
  
  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