aboutsummaryrefslogtreecommitdiff
path: root/devel/fhist
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2005-10-05 03:01:22 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2005-10-05 03:01:22 +0000
commit4aa22b3aa29d44228aaf4dfeaf1126ee109c5d38 (patch)
tree2ab3dff7d69ff4be8515bf916c3b02afb79f2378 /devel/fhist
parent499f7ce1f550f1bcdad1ddafa1c01402bdcf15cb (diff)
downloadports-4aa22b3aa29d44228aaf4dfeaf1126ee109c5d38.tar.gz
ports-4aa22b3aa29d44228aaf4dfeaf1126ee109c5d38.zip
- Upgrade to v1.14 [1]
- Prune MASTER_SITES. - Add a WWW: link in pkg-descr. [1] Prodded by: edwin's ports version check script.
Notes
Notes: svn path=/head/; revision=144251
Diffstat (limited to 'devel/fhist')
-rw-r--r--devel/fhist/Makefile7
-rw-r--r--devel/fhist/distinfo4
-rw-r--r--devel/fhist/pkg-descr2
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile
index 2703b2abce13..70a0db439489 100644
--- a/devel/fhist/Makefile
+++ b/devel/fhist/Makefile
@@ -6,12 +6,9 @@
#
PORTNAME= fhist
-PORTVERSION= 1.10
+PORTVERSION= 1.14
CATEGORIES= devel
-MASTER_SITES= http://www.canb.auug.org.au/~millerp/ \
- ftp://ftp.agso.gov.au/pub/Aegis/ \
- ftp://ftp.u-aizu.ac.jp/pub/misc/tools/Aegis/ \
- http://gd.tuwien.ac.at/softeng/Aegis/
+MASTER_SITES= http://fhist.sourceforge.net/
MAINTAINER= jkoshy@freebsd.org
COMMENT= Utilities to maintain file history, do file comparisions and merges
diff --git a/devel/fhist/distinfo b/devel/fhist/distinfo
index 6d18c07dccc0..ae349bd853a2 100644
--- a/devel/fhist/distinfo
+++ b/devel/fhist/distinfo
@@ -1,2 +1,2 @@
-MD5 (fhist-1.10.tar.gz) = 56ef902903a21d8a1b3f88db13bc0571
-SIZE (fhist-1.10.tar.gz) = 246369
+MD5 (fhist-1.14.tar.gz) = b3049e0688d53606fd728048e0e70256
+SIZE (fhist-1.14.tar.gz) = 268321
diff --git a/devel/fhist/pkg-descr b/devel/fhist/pkg-descr
index 819d710a27e4..f70c1f27ecfe 100644
--- a/devel/fhist/pkg-descr
+++ b/devel/fhist/pkg-descr
@@ -14,4 +14,6 @@ See also: ``A File Comparison Program, Webb Miller and Eugene W.
Myers'', Software Practice and Experience, Volume 15, No. 11,
November 1985.
+WWW: http://fhist.sourceforge.net/
+
- Joseph Koshy <jkoshy@freebsd.org>