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:   wiz
Date:           Sat Sep 12 15:17:04 UTC 2020

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: update to 2.5.5.

2.5.5

Cumulative build improvements: updated build script; fixed automake
build failure with git clones; workaround missing lz4 macro; updated
Dockerfile; updated tests.

2.5.4

updated Dockerfile


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/textproc/ugrep/Makefile:1.5
--- pkgsrc/textproc/ugrep/Makefile:1.4  Mon Aug 31 18:12:19 2020
+++ pkgsrc/textproc/ugrep/Makefile      Sat Sep 12 15:17:04 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/08/31 18:12:19 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/12 15:17:04 wiz Exp $
 
-DISTNAME=      ugrep-2.5.3
-PKGREVISION=   1
+DISTNAME=      ugrep-2.5.5
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Genivia/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -11,7 +10,6 @@ HOMEPAGE=     https://github.com/Genivia/ugr
 COMMENT=       Fast grep with many enhancements including Unicode support
 LICENSE=       modified-bsd
 
-.include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
 GNU_CONFIGURE=         yes
@@ -23,14 +21,6 @@ CONFIGURE_ARGS+=     --with-lz4
 CONFIGURE_ARGS+=       --with-lzma     # lzma & xz files
 CONFIGURE_ARGS+=       --with-zlib
 
-UGREP_PDIR=            share/ugrep/patterns
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${UGREP_PDIR}
-
-.for i in c++ c cpp cs html java js json markdown perl php python \
-       ruby rust scala swift xml
-INSTALLATION_DIRS+=    ${UGREP_PDIR}/${i}
-.endfor
-
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/lz4/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"

Index: pkgsrc/textproc/ugrep/distinfo
diff -u pkgsrc/textproc/ugrep/distinfo:1.3 pkgsrc/textproc/ugrep/distinfo:1.4
--- pkgsrc/textproc/ugrep/distinfo:1.3  Fri Aug 28 19:05:05 2020
+++ pkgsrc/textproc/ugrep/distinfo      Sat Sep 12 15:17:04 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/08/28 19:05:05 scole Exp $
+$NetBSD: distinfo,v 1.4 2020/09/12 15:17:04 wiz Exp $
 
-SHA1 (ugrep-2.5.3.tar.gz) = d822f1e922e11cc814b5e583f88b2bee9b7585f5
-RMD160 (ugrep-2.5.3.tar.gz) = b1c64dfb1767f62e1c6bd048d4a470de45405b8b
-SHA512 (ugrep-2.5.3.tar.gz) = 1264e02ccb6ee3d5cd012791ed8b1c8c23fc08579b97bc1646092f19c14b9812640265227b69a9ce9aff239f2e342fc9e21725dbe23b31c59458071cede8da0c
-Size (ugrep-2.5.3.tar.gz) = 4094750 bytes
+SHA1 (ugrep-2.5.5.tar.gz) = 081b294274646f734db7921fe5c728b0791f3d91
+RMD160 (ugrep-2.5.5.tar.gz) = b854f6d7a504af9ff5129d60648d168df067f918
+SHA512 (ugrep-2.5.5.tar.gz) = 99ef4ec35b8c8286f8b59dd5cc47dd73a2025eb477006f766a0b35d9d562aa63460766bff4e6fdf6d096d4cf12896d132aa4d17997302ecc3d6f4e2c35ba69a3
+Size (ugrep-2.5.5.tar.gz) = 4095621 bytes



Home | Main Index | Thread Index | Old Index