diff options
author | roam <roam@FreeBSD.org> | 2005-12-13 02:07:31 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-12-13 02:07:31 +0800 |
commit | a591006f48a6903f017b6925915a7f98e807fddc (patch) | |
tree | fdcc611d925852f3b3d661d9a74b3e7bc59da98a /misc/histring | |
parent | 4439d50062cce1e9164789ebe570ae61059125ac (diff) | |
download | freebsd-ports-gnome-a591006f48a6903f017b6925915a7f98e807fddc.tar.gz freebsd-ports-gnome-a591006f48a6903f017b6925915a7f98e807fddc.tar.zst freebsd-ports-gnome-a591006f48a6903f017b6925915a7f98e807fddc.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
Diffstat (limited to 'misc/histring')
-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/ |