pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/nanogrep textproc/nanogrep: avoid conflict wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5e08ee8dc35
branches:  trunk
changeset: 449461:a5e08ee8dc35
user:      pin <pin%pkgsrc.org@localhost>
date:      Tue Mar 30 20:29:04 2021 +0000

description:
textproc/nanogrep: avoid conflict with editors/ng

-Rename binary to avoid conflict with editors/ng
-Update comment as requested in,
https://github.com/NetBSD/pkgsrc/pull/83
-While here drop maintainership

diffstat:

 textproc/nanogrep/Makefile |  10 +++++-----
 textproc/nanogrep/PLIST    |   4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 9108c4c556e3 -r a5e08ee8dc35 textproc/nanogrep/Makefile
--- a/textproc/nanogrep/Makefile        Tue Mar 30 18:13:44 2021 +0000
+++ b/textproc/nanogrep/Makefile        Tue Mar 30 20:29:04 2021 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2021/01/29 22:06:45 pin Exp $
+# $NetBSD: Makefile,v 1.5 2021/03/30 20:29:04 pin Exp $
 
 DISTNAME=      nanogrep-2.2.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Uniminin/}
 
-MAINTAINER=    pin%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/Uniminin/nanogrep/
-COMMENT=       Custom Implementation of minigrep with additional functionality
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://crates.io/crates/nanogrep/
+COMMENT=       Custom simplified implementation of minigrep with additional features
 LICENSE=       mit
 
 .include "cargo-depends.mk"
@@ -16,7 +16,7 @@
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin/nanogrep
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9108c4c556e3 -r a5e08ee8dc35 textproc/nanogrep/PLIST
--- a/textproc/nanogrep/PLIST   Tue Mar 30 18:13:44 2021 +0000
+++ b/textproc/nanogrep/PLIST   Tue Mar 30 20:29:04 2021 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2021/01/01 13:49:56 pin Exp $
-bin/ng
+@comment $NetBSD: PLIST,v 1.2 2021/03/30 20:29:04 pin Exp $
+bin/nanogrep



Home | Main Index | Thread Index | Old Index