diff options
author | gabor <gabor@FreeBSD.org> | 2008-04-08 23:15:55 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2008-04-08 23:15:55 +0800 |
commit | a2526abe4727a96da662b44f4ea8b1d10edecacb (patch) | |
tree | 09783d9c202d4ab9b52aa78b8f914f591e8aac1a /textproc/bsddiff | |
parent | bb1dbad713fd7b250bd4a3685d35260546a8bd31 (diff) | |
download | freebsd-ports-gnome-a2526abe4727a96da662b44f4ea8b1d10edecacb.tar.gz freebsd-ports-gnome-a2526abe4727a96da662b44f4ea8b1d10edecacb.tar.zst freebsd-ports-gnome-a2526abe4727a96da662b44f4ea8b1d10edecacb.zip |
- Update to 20080406
Changes:
- Minor fixes and improvements to the code [1]
- Man page completion
Obtained from: OpenBSD [1]
Diffstat (limited to 'textproc/bsddiff')
-rw-r--r-- | textproc/bsddiff/Makefile | 3 | ||||
-rw-r--r-- | textproc/bsddiff/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/bsddiff/Makefile b/textproc/bsddiff/Makefile index 24ee5f42058d..576d83413f28 100644 --- a/textproc/bsddiff/Makefile +++ b/textproc/bsddiff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= diff -PORTVERSION= 20070612 +PORTVERSION= 20080406 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= gabor @@ -15,6 +15,7 @@ PKGNAMEPREFIX= bsd- MAINTAINER= gabor@FreeBSD.org COMMENT= BSD-licensed version of diff from OpenBSD +WRKSRC= ${WRKDIR}/${PORTNAME} MANCOMPRESSED= yes MAN1= diff.1 PLIST_FILES= bin/diff diff --git a/textproc/bsddiff/distinfo b/textproc/bsddiff/distinfo index d7658eaefa72..85c393e7f6d4 100644 --- a/textproc/bsddiff/distinfo +++ b/textproc/bsddiff/distinfo @@ -1,3 +1,3 @@ -MD5 (diff-20070612.tar.gz) = 18a3cb2d9c6554db3aa83c44e347cce1 -SHA256 (diff-20070612.tar.gz) = 88188431ddd7dc50a79366dbead10f8ad70c6e20b04306d5982ce94153feb906 -SIZE (diff-20070612.tar.gz) = 22808 +MD5 (diff-20080406.tar.gz) = 6774e1be905e0e4358cf83942bf06596 +SHA256 (diff-20080406.tar.gz) = 9456729f061f5e5558039081c04ffdebb24737b35c3adf8f313c4408ef5aa554 +SIZE (diff-20080406.tar.gz) = 42784 |