Index: head/misc/histring/Makefile =================================================================== --- head/misc/histring/Makefile (revision 454611) +++ head/misc/histring/Makefile (revision 454612) @@ -1,16 +1,19 @@ # Created by: roam@FreeBSD.org # $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 .include Index: head/misc/histring/distinfo =================================================================== --- head/misc/histring/distinfo (revision 454611) +++ head/misc/histring/distinfo (revision 454612) @@ -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 Index: head/misc/histring/files/patch-histring.c =================================================================== --- head/misc/histring/files/patch-histring.c (revision 454611) +++ head/misc/histring/files/patch-histring.c (revision 454612) @@ -1,11 +1,11 @@ ---- 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 #endif +#include + #ifdef HAVE_GETOPT_H # include #endif Index: head/misc/histring/pkg-descr =================================================================== --- head/misc/histring/pkg-descr (revision 454611) +++ head/misc/histring/pkg-descr (revision 454612) @@ -1,11 +1,11 @@ From the histring README: This program simply highlights strings using ANSI terminal escape codes. It started out as sample code for using regular expressions but it turned out that I used it so much that I thought it warrented a release. 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