Date: Tue, 11 Aug 2020 10:02:22 +0000 (UTC) From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544678 - head/textproc/ugrep Message-ID: <202008111002.07BA2MMX066810@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ashish Date: Tue Aug 11 10:02:22 2020 New Revision: 544678 URL: https://svnweb.freebsd.org/changeset/ports/544678 Log: - Update to 2.5.1 - Convert pkg-message to UCL format Reported by: portscout Modified: head/textproc/ugrep/Makefile head/textproc/ugrep/distinfo head/textproc/ugrep/pkg-message Modified: head/textproc/ugrep/Makefile ============================================================================== --- head/textproc/ugrep/Makefile Tue Aug 11 09:36:29 2020 (r544677) +++ head/textproc/ugrep/Makefile Tue Aug 11 10:02:22 2020 (r544678) @@ -2,7 +2,7 @@ PORTNAME= ugrep DISTVERSIONPREFIX= v -DISTVERSION= 2.5.0 +DISTVERSION= 2.5.1 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org Modified: head/textproc/ugrep/distinfo ============================================================================== --- head/textproc/ugrep/distinfo Tue Aug 11 09:36:29 2020 (r544677) +++ head/textproc/ugrep/distinfo Tue Aug 11 10:02:22 2020 (r544678) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597041027 -SHA256 (Genivia-ugrep-v2.5.0_GH0.tar.gz) = 98cc23f27ec4ebba14d36f21b5625e0def4aab3e65afecc609e676938002b110 -SIZE (Genivia-ugrep-v2.5.0_GH0.tar.gz) = 4090150 +TIMESTAMP = 1597134084 +SHA256 (Genivia-ugrep-v2.5.1_GH0.tar.gz) = 220b33b4d7f9814f8de4e61cd8abc3c26270dc42b923b697af1fe186e5173dd8 +SIZE (Genivia-ugrep-v2.5.1_GH0.tar.gz) = 4093905 Modified: head/textproc/ugrep/pkg-message ============================================================================== --- head/textproc/ugrep/pkg-message Tue Aug 11 09:36:29 2020 (r544677) +++ head/textproc/ugrep/pkg-message Tue Aug 11 10:02:22 2020 (r544678) @@ -1,25 +1,32 @@ - You have successfully built and installed ugrep. - - You can use the ugrep & ug commands to search files. - - The ugrep command is for batch use, whereas the ug - command is intended for interactive searches using - a .ugrep configuration file with your preferences, - located in the working directory or home directory. - Run 'ug --save-config' to create a .ugrep file. - - Aliases to consider: - alias uq = 'ug -Q' - alias ux = 'ug -UX' - alias uz = 'ug -z' - alias grep = 'ugrep -G' - alias egrep = 'ugrep -E' - alias fgrep = 'ugrep -F' - alias pgrep = 'ugrep -P' - alias xgrep = 'ugrep -UX' - alias zgrep = 'ugrep -zG' - alias zegrep = 'ugrep -zE' - alias zfgrep = 'ugrep -zF' - alias zpgrep = 'ugrep -zP' - alias zxgrep = 'ugrep -zUX' - alias xdump = 'ugrep -X ""' +[ +{ + type: install + message: <<EOM + You have successfully built and installed ugrep. + + You can use the ugrep & ug commands to search files. + + The ugrep command is for batch use, whereas the ug + command is intended for interactive searches using + a .ugrep configuration file with your preferences, + located in the working directory or home directory. + Run 'ug --save-config' to create a .ugrep file. + + Aliases to consider: + alias uq = 'ug -Q' + alias ux = 'ug -UX' + alias uz = 'ug -z' + alias grep = 'ugrep -G' + alias egrep = 'ugrep -E' + alias fgrep = 'ugrep -F' + alias pgrep = 'ugrep -P' + alias xgrep = 'ugrep -UX' + alias zgrep = 'ugrep -zG' + alias zegrep = 'ugrep -zE' + alias zfgrep = 'ugrep -zF' + alias zpgrep = 'ugrep -zP' + alias zxgrep = 'ugrep -zUX' + alias xdump = 'ugrep -X ""' +EOM +} +]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008111002.07BA2MMX066810>