pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ugrep



Module Name:    pkgsrc
Committed By:   scole
Date:           Sat Aug  1 17:11:11 UTC 2020

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
package Makefile simplifications from <leot>


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ugrep/Makefile \
    pkgsrc/textproc/ugrep/distinfo

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

Modified files:

Index: pkgsrc/textproc/ugrep/Makefile
diff -u pkgsrc/textproc/ugrep/Makefile:1.1 pkgsrc/textproc/ugrep/Makefile:1.2
--- pkgsrc/textproc/ugrep/Makefile:1.1  Sat Aug  1 15:13:59 2020
+++ pkgsrc/textproc/ugrep/Makefile      Sat Aug  1 17:11:11 2020
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2020/08/01 15:13:59 scole Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/01 17:11:11 scole Exp $
 
-GITHUB_PROJECT=        ugrep
-GITHUB_TAG=    v2.5.0
-DISTNAME=      ${GITHUB_TAG}
-PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+DISTNAME=      ugrep-2.5.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Genivia/}
-DIST_SUBDIR=   ${GITHUB_PROJECT}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/Genivia/ugrep
@@ -20,7 +17,6 @@ GNU_CONFIGURE=                yes
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake pkg-config
 
-CONFIGURE_ARGS+=       --prefix=${PREFIX}
 CONFIGURE_ARGS+=       --with-bzlib
 CONFIGURE_ARGS+=       --with-lz4
 CONFIGURE_ARGS+=       --with-lzma     # lzma & xz files
Index: pkgsrc/textproc/ugrep/distinfo
diff -u pkgsrc/textproc/ugrep/distinfo:1.1 pkgsrc/textproc/ugrep/distinfo:1.2
--- pkgsrc/textproc/ugrep/distinfo:1.1  Sat Aug  1 15:13:59 2020
+++ pkgsrc/textproc/ugrep/distinfo      Sat Aug  1 17:11:11 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/01 15:13:59 scole Exp $
+$NetBSD: distinfo,v 1.2 2020/08/01 17:11:11 scole Exp $
 
-SHA1 (ugrep/v2.5.0.tar.gz) = b0b077993c5a7b6f948f889841a314f35ed95912
-RMD160 (ugrep/v2.5.0.tar.gz) = 6087438b5a61389ed5152eb64d3318260d905dc9
-SHA512 (ugrep/v2.5.0.tar.gz) = 4d4ecab89e89cfb4786f016a83b1e657cc18edbd8a757aa604a2a6f23489d3346f462c39ecc74b0b7f869ae67fc00c0d96245059b0f6a69c2c264684827b9dac
-Size (ugrep/v2.5.0.tar.gz) = 4090150 bytes
+SHA1 (ugrep-2.5.0.tar.gz) = b0b077993c5a7b6f948f889841a314f35ed95912
+RMD160 (ugrep-2.5.0.tar.gz) = 6087438b5a61389ed5152eb64d3318260d905dc9
+SHA512 (ugrep-2.5.0.tar.gz) = 4d4ecab89e89cfb4786f016a83b1e657cc18edbd8a757aa604a2a6f23489d3346f462c39ecc74b0b7f869ae67fc00c0d96245059b0f6a69c2c264684827b9dac
+Size (ugrep-2.5.0.tar.gz) = 4090150 bytes



Home | Main Index | Thread Index | Old Index