diff options
author | johans <johans@FreeBSD.org> | 2009-01-30 18:53:33 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2009-01-30 18:53:33 +0800 |
commit | 9ae59ea8c344b18f24151f4967913628181f9147 (patch) | |
tree | dc9ecc1e918282b655bb5aed088ad1ffa9717e98 /misc/patchutils | |
parent | ad9ae7c1c78619576d8330dde328374e6e32376d (diff) | |
download | freebsd-ports-gnome-9ae59ea8c344b18f24151f4967913628181f9147.tar.gz freebsd-ports-gnome-9ae59ea8c344b18f24151f4967913628181f9147.tar.zst freebsd-ports-gnome-9ae59ea8c344b18f24151f4967913628181f9147.zip |
- Update to 0.3.1
- Grab maintainership
Diffstat (limited to 'misc/patchutils')
-rw-r--r-- | misc/patchutils/Makefile | 4 | ||||
-rw-r--r-- | misc/patchutils/distinfo | 6 | ||||
-rw-r--r-- | misc/patchutils/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile index 00265bbde96b..df00a862f58a 100644 --- a/misc/patchutils/Makefile +++ b/misc/patchutils/Makefile @@ -7,11 +7,11 @@ # PORTNAME= patchutils -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= misc MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@stack.nl COMMENT= A small collection of programs that operate on patch files USE_BZIP2= yes diff --git a/misc/patchutils/distinfo b/misc/patchutils/distinfo index 8c6b92747181..ad8000d89d1c 100644 --- a/misc/patchutils/distinfo +++ b/misc/patchutils/distinfo @@ -1,3 +1,3 @@ -MD5 (patchutils-0.3.0.tar.bz2) = 91cce007527cd0df93aeb81459575485 -SHA256 (patchutils-0.3.0.tar.bz2) = 27fa6420bbd1adda4dc296b3913ddf34a6d656438c4fda41dffcb10bf3dd5f22 -SIZE (patchutils-0.3.0.tar.bz2) = 149003 +MD5 (patchutils-0.3.1.tar.bz2) = 3fd9bca58a429fbbb1c2126f1b72aa23 +SHA256 (patchutils-0.3.1.tar.bz2) = 48d28d4a6fd9922e15ecfd8a152ba5aef6673842c8303337fcaa6b3bb2d129a2 +SIZE (patchutils-0.3.1.tar.bz2) = 159216 diff --git a/misc/patchutils/pkg-descr b/misc/patchutils/pkg-descr index 4ad834d39aa5..e633ab584b45 100644 --- a/misc/patchutils/pkg-descr +++ b/misc/patchutils/pkg-descr @@ -18,4 +18,4 @@ Patchutils is a small collection of programs that operate on patch files. - Recountdiff fixes up counts and offsets in a unified diff. - Unwrapdiff fixes word-wrapped unified diffs. -WWW: http://cyberelk.net/tim/patchutils/ +WWW: http://cyberelk.net/tim/software/patchutils/ |