mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 20080826
Changes - Fix -v flag [1] - Proper EOF checking [2] - Better and probable fully GNU-compatible binary checking - Readd fixed string optimizations from OpenBSD in a cleaner way; now it works with all the features, like --color and -o Reported by: Chuck Swiger <cswiger@mac.com> [1], Stuart Barkley <stuartb@4gh.net> [2]
This commit is contained in:
parent
6a74b6a844
commit
f4d3f755ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219219
2 changed files with 4 additions and 8 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= grep
|
||||
PORTVERSION= 20080725
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20080826
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= gabor
|
||||
|
@ -41,9 +40,6 @@ PLIST_SUB+= NLS="@comment "
|
|||
PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC}; ${MAKE} clean
|
||||
|
||||
post-install:
|
||||
${LN} -s ${PREFIX}/bin/grep ${PREFIX}/bin/bsdgrep
|
||||
${LN} -s /usr/bin/grep ${PREFIX}/bin/gnugrep
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (grep-20080725.tar.gz) = 501de6c23357fce8d79474f070b654c6
|
||||
SHA256 (grep-20080725.tar.gz) = 3f817591eed4e24f9856b353a3d8fce1140e5a588072ceb129e9b658a1992972
|
||||
SIZE (grep-20080725.tar.gz) = 47216
|
||||
MD5 (grep-20080826.tar.gz) = 4f5a9c28787e60699be0740d4f753a2e
|
||||
SHA256 (grep-20080826.tar.gz) = 4089cc30c01e832fa240fdb49d43d94d0c91a4766f1f8515b7278422089d1bd6
|
||||
SIZE (grep-20080826.tar.gz) = 20378
|
||||
|
|
Loading…
Add table
Reference in a new issue