diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2005-12-12 18:07:31 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2005-12-12 18:07:31 +0000 |
commit | 8976fc10255a23a06eecb064c88f577b7fc9d6df (patch) | |
tree | 10d139b53d05ed562fd8cb2480f68dbda0567f4c /misc | |
parent | 74376285884d82f357dd465dcbcffa3df21d7a9d (diff) | |
download | ports-8976fc10255a23a06eecb064c88f577b7fc9d6df.tar.gz ports-8976fc10255a23a06eecb064c88f577b7fc9d6df.zip |
Fix the master sites and the pkg-descr WWW lines.
While I'm here, add SHA256 checksums.
Reminded by: linimon's and fenner's scripts, like, repeatedly
Notes
Notes:
svn path=/head/; revision=151019
Diffstat (limited to 'misc')
-rw-r--r-- | misc/histring/Makefile | 6 | ||||
-rw-r--r-- | misc/histring/distinfo | 1 | ||||
-rw-r--r-- | misc/histring/pkg-descr | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/misc/histring/Makefile b/misc/histring/Makefile index cfc23d3fe5c5..bf518c7ea2e8 100644 --- a/misc/histring/Makefile +++ b/misc/histring/Makefile @@ -8,11 +8,7 @@ PORTNAME= histring PORTVERSION= 1.1.0 CATEGORIES= misc -MASTER_SITES= # disappeared - -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-11 +MASTER_SITES= http://ess4.engr.uvic.ca/proj/histring/ MAINTAINER= roam@FreeBSD.org COMMENT= A tool to highlight strings using the ANSI terminal escape sequences diff --git a/misc/histring/distinfo b/misc/histring/distinfo index 0e762faa2562..0c5dd2ee3a3b 100644 --- a/misc/histring/distinfo +++ b/misc/histring/distinfo @@ -1,2 +1,3 @@ MD5 (histring-1.1.0.tar.gz) = 6b2f21041bdf6eadbd86ddfaf7ef90e8 +SHA256 (histring-1.1.0.tar.gz) = 0a2cb0d7343e4ffb76f2ba004107964bd3193922f075d692a49cc3b4b1937d9f SIZE (histring-1.1.0.tar.gz) = 41274 diff --git a/misc/histring/pkg-descr b/misc/histring/pkg-descr index d2afc68e128d..ad1eca489296 100644 --- a/misc/histring/pkg-descr +++ b/misc/histring/pkg-descr @@ -9,3 +9,4 @@ output of grep and diff. I think that this programs functionality should be folded in to those programs but until then histring does the job nicely. Author: Angus Mackay <amackay@gusnet.cx> +WWW: http://ess4.engr.uvic.ca/proj/histring/ |