Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2017 14:04:23 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454612 - in head/misc/histring: . files
Message-ID:  <201711211404.vALE4Nbe094839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Tue Nov 21 14:04:23 2017
New Revision: 454612
URL: https://svnweb.freebsd.org/changeset/ports/454612

Log:
  Update to 1.1.1-1
  Pass Maintainership to submitter
  Add License
  
  PR:		223393
  Submitted by:	Zsolt Udvari

Modified:
  head/misc/histring/Makefile
  head/misc/histring/distinfo
  head/misc/histring/files/patch-histring.c
  head/misc/histring/pkg-descr

Modified: head/misc/histring/Makefile
==============================================================================
--- head/misc/histring/Makefile	Tue Nov 21 13:46:24 2017	(r454611)
+++ head/misc/histring/Makefile	Tue Nov 21 14:04:23 2017	(r454612)
@@ -2,13 +2,16 @@
 # $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

Modified: head/misc/histring/distinfo
==============================================================================
--- head/misc/histring/distinfo	Tue Nov 21 13:46:24 2017	(r454611)
+++ head/misc/histring/distinfo	Tue Nov 21 14:04:23 2017	(r454612)
@@ -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

Modified: head/misc/histring/files/patch-histring.c
==============================================================================
--- head/misc/histring/files/patch-histring.c	Tue Nov 21 13:46:24 2017	(r454611)
+++ head/misc/histring/files/patch-histring.c	Tue Nov 21 14:04:23 2017	(r454612)
@@ -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

Modified: head/misc/histring/pkg-descr
==============================================================================
--- head/misc/histring/pkg-descr	Tue Nov 21 13:46:24 2017	(r454611)
+++ head/misc/histring/pkg-descr	Tue Nov 21 14:04:23 2017	(r454612)
@@ -8,4 +8,4 @@ One of the most common things I use the program for is
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711211404.vALE4Nbe094839>