diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-21 10:30:13 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-21 10:30:13 +0000 |
commit | 1ffb31e1c692646cb6800147df5fea0f926859a4 (patch) | |
tree | a76d121e2c3c39bf2349d556e998bd394aa785ba /sysutils/chgrep | |
parent | a5ed385937f540f5984cb025f96d0938060f56fb (diff) | |
download | FreeBSD-ports-1ffb31e1c692646cb6800147df5fea0f926859a4.zip FreeBSD-ports-1ffb31e1c692646cb6800147df5fea0f926859a4.tar.gz |
- Update master site
- Update WWW
- Pass maintainership to submitter
PR: 87753
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'sysutils/chgrep')
-rw-r--r-- | sysutils/chgrep/Makefile | 4 | ||||
-rw-r--r-- | sysutils/chgrep/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile index 8c79890..7583ed2 100644 --- a/sysutils/chgrep/Makefile +++ b/sysutils/chgrep/Makefile @@ -8,10 +8,10 @@ PORTNAME= chgrep PORTVERSION= 1.2.4 CATEGORIES= sysutils -MASTER_SITES= http://www.bmk.bicom.pl/chgrep/ +MASTER_SITES= http://www.bmk-it.com/__data/page/63/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= Fast string substitution across multiple files GNU_CONFIGURE= yes diff --git a/sysutils/chgrep/pkg-descr b/sysutils/chgrep/pkg-descr index 2aa7ed9..f218f28 100644 --- a/sysutils/chgrep/pkg-descr +++ b/sysutils/chgrep/pkg-descr @@ -3,4 +3,4 @@ for oldstring and changes them to new string. If some file and file.lock exist then chgrep leaves both files unchanged. This program can be very use- full for mail servers. Chgrep is fast, much faster than grep or sed. -WWW: http://www.bmk.bicom.pl/chgrep +WWW: http://www.bmk-it.com/chgrep/ |