diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-04-24 16:53:54 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-04-24 16:53:54 +0000 |
commit | 1546d0c97dfef45440acb278c366108a195b5398 (patch) | |
tree | 9a4ce198322379b210c8fef7053b3cd030016cc1 /misc | |
parent | b18ef83571fbd24702bae4da47f8bed36ed32357 (diff) | |
download | ports-1546d0c97dfef45440acb278c366108a195b5398.tar.gz ports-1546d0c97dfef45440acb278c366108a195b5398.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xdelta/Makefile | 2 | ||||
-rw-r--r-- | misc/xdelta/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index c5fc4ebb6bcc..d42f91265d5f 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= misc devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eadler@FreeBSD.org COMMENT= A diff/patch utility for binary files USES= pkgconfig diff --git a/misc/xdelta/pkg-descr b/misc/xdelta/pkg-descr index 70ebbed4d567..590ac39fc53d 100644 --- a/misc/xdelta/pkg-descr +++ b/misc/xdelta/pkg-descr @@ -8,4 +8,4 @@ accepts two file versions and produces a delta, while patch accepts the original file version and delta and produces the second version. -WWW: http://code.google.com/p/xdelta/ +WWW: http://code.google.com/p/xdelta/ |