diff options
author | eadler <eadler@FreeBSD.org> | 2013-04-25 00:53:54 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-04-25 00:53:54 +0800 |
commit | 43216f34a67c2d137f86efbfbf23b0bb5c9b9294 (patch) | |
tree | 9a4ce198322379b210c8fef7053b3cd030016cc1 | |
parent | 606623f91ceeb023b06a232bab4fa8f7aeac32a4 (diff) | |
download | freebsd-ports-graphics-43216f34a67c2d137f86efbfbf23b0bb5c9b9294.tar.gz freebsd-ports-graphics-43216f34a67c2d137f86efbfbf23b0bb5c9b9294.tar.zst freebsd-ports-graphics-43216f34a67c2d137f86efbfbf23b0bb5c9b9294.zip |
Take maintainership, fix pkg-descr
-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 c5fc4ebb6bc..d42f91265d5 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 70ebbed4d56..590ac39fc53 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/ |