Johannes Winkelmann schrieb:
Hi,
Hi Johannes, hi maintainers,
We've decided to change to e-mail addresses in the Pkgfiles from Joe User <user@domain.com> Joe User <user.name@sub.domain.com> to Joe User, user at domain dot com Joe User, user dot name at sub dot domain dot com
The package guidelines have been changed to reflect this: http://clc.morpheus.net:6999/clc/wiki?p=PackageGuidelines
Remember that you can do those changes in a single commit, to keep the timeline nice and clear ;-)
This sed should do that automatically: ls */Pkgfile | \ xargs -n 1 sed -i \ -e 's/# Maintainer: \(.*\) <\(.*\)@\(.*\)>/# Maintainer: \1, \2 at \3/' -e 's/\(# Maintainer: .*\)\.\(.*\)/\1 dot \2/g' :-) Please test it first for your ports without the -i option. A second call with Packager: instead of Maintainer should change that occurences, too.
Kind regards, Johannes
Bye Martin.