summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2017-11-21 14:04:23 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2017-11-21 14:04:23 +0000
commit13c088d5f3c7b3835d19419d1e9cbd6bb2b4371f (patch)
treef575b66ee8e8e8679758055114e19da37f2b3336
parentUpdate to 1.4.2 (diff)
Update to 1.1.1-1
Pass Maintainership to submitter Add License PR: 223393 Submitted by: Zsolt Udvari
-rw-r--r--misc/histring/Makefile11
-rw-r--r--misc/histring/distinfo5
-rw-r--r--misc/histring/files/patch-histring.c4
-rw-r--r--misc/histring/pkg-descr2
4 files changed, 13 insertions, 9 deletions
diff --git a/misc/histring/Makefile b/misc/histring/Makefile
index 603ef7d14c3b..b2d01ff89ae9 100644
--- a/misc/histring/Makefile
+++ b/misc/histring/Makefile
@@ -2,14 +2,17 @@
# $FreeBSD$
PORTNAME= histring
-PORTVERSION= 1.1.0
+DISTVERSION= 1.1.1-1
CATEGORIES= misc
-MASTER_SITES= http://ess4.engr.uvic.ca/proj/histring/ \
- LOCAL/roam/misc
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Highlight strings using the ANSI terminal escape sequences
+LICENSE= GPLv2
+
+USE_GITHUB= yes
+GH_ACCOUNT= suntong
+
GNU_CONFIGURE= yes
PLIST_FILES= bin/histring
diff --git a/misc/histring/distinfo b/misc/histring/distinfo
index 47c56516871c..ae4d196c0f7d 100644
--- a/misc/histring/distinfo
+++ b/misc/histring/distinfo
@@ -1,2 +1,3 @@
-SHA256 (histring-1.1.0.tar.gz) = 0a2cb0d7343e4ffb76f2ba004107964bd3193922f075d692a49cc3b4b1937d9f
-SIZE (histring-1.1.0.tar.gz) = 41274
+TIMESTAMP = 1509687253
+SHA256 (suntong-histring-1.1.1-1_GH0.tar.gz) = ab210696745b3d8a02efca36351bc4159c1687c2fb9c45b73df80bbac7fd51a4
+SIZE (suntong-histring-1.1.1-1_GH0.tar.gz) = 44180
diff --git a/misc/histring/files/patch-histring.c b/misc/histring/files/patch-histring.c
index c290fa957caf..75371d1e4c93 100644
--- a/misc/histring/files/patch-histring.c
+++ b/misc/histring/files/patch-histring.c
@@ -1,5 +1,5 @@
---- histring.c 2000/10/18 13:39:37 1.1
-+++ histring.c 2000/10/18 13:44:11 1.2
+--- histring.c.orig 2014-12-20 19:35:27 UTC
++++ histring.c
@@ -15,6 +15,8 @@
# include <config.h>
#endif
diff --git a/misc/histring/pkg-descr b/misc/histring/pkg-descr
index fca2061072f6..6149807439a4 100644
--- a/misc/histring/pkg-descr
+++ b/misc/histring/pkg-descr
@@ -8,4 +8,4 @@ One of the most common things I use the program for is helping me parse the
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.
-WWW: http://ess4.engr.uvic.ca/proj/histring/
+WWW: https://github.com/suntong/histring