Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2020 16:40:16 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538235 - head/editors/hexcurse
Message-ID:  <202006081640.058GeGOH001219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Jun  8 16:40:15 2020
New Revision: 538235
URL: https://svnweb.freebsd.org/changeset/ports/538235

Log:
  editors/hexcurse: unexpire by moving to new MASTER_SITES
  
  While here grammar check pkg-descr
  
  PR:		244423
  Submitted by:	Chris Hutchinson
  Approved by:	maintainer timeout (jadawin, 13 weeks)
  MFH:		2020Q2

Modified:
  head/editors/hexcurse/Makefile
  head/editors/hexcurse/distinfo
  head/editors/hexcurse/pkg-descr

Modified: head/editors/hexcurse/Makefile
==============================================================================
--- head/editors/hexcurse/Makefile	Mon Jun  8 16:39:48 2020	(r538234)
+++ head/editors/hexcurse/Makefile	Mon Jun  8 16:40:15 2020	(r538235)
@@ -4,15 +4,10 @@
 PORTNAME=	hexcurse
 PORTVERSION=	1.55
 CATEGORIES=	editors
-MASTER_SITES=	DEBIAN
-DISTFILES=	${PORTNAME}_${PORTVERSION}.orig
+MASTER_SITES=	https://BSDforge.com/projects/source/editors/hexcurse/
 
 MAINTAINER=	jadawin@FreeBSD.org
 COMMENT=	Versatile ncurses-based hex editor
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 USES=		ncurses
 

Modified: head/editors/hexcurse/distinfo
==============================================================================
--- head/editors/hexcurse/distinfo	Mon Jun  8 16:39:48 2020	(r538234)
+++ head/editors/hexcurse/distinfo	Mon Jun  8 16:40:15 2020	(r538235)
@@ -1,2 +1,3 @@
-SHA256 (hexcurse_1.55.orig) = b8d589f80acfa590fddd60d9482cf6ba38b295bf785ae4e0aff37b5ab436cb16
-SIZE (hexcurse_1.55.orig) = 113512
+TIMESTAMP = 1591634318
+SHA256 (hexcurse-1.55.tar.gz) = b8d589f80acfa590fddd60d9482cf6ba38b295bf785ae4e0aff37b5ab436cb16
+SIZE (hexcurse-1.55.tar.gz) = 113512

Modified: head/editors/hexcurse/pkg-descr
==============================================================================
--- head/editors/hexcurse/pkg-descr	Mon Jun  8 16:39:48 2020	(r538234)
+++ head/editors/hexcurse/pkg-descr	Mon Jun  8 16:40:15 2020	(r538235)
@@ -1,6 +1,6 @@
-HexCurse is a versatile ncurses-based hex editor written in C that provides
-the user with many features. It currently supports searching, hex, and decimal
-address output, jumping to specified locations in a file, and quick keyboard
-shortcuts to commands.
+HEXcurse is a versatile ncurses-based hex editor written in C which provides
+the user with many features. It currently supports searching, hex and decimal
+address output, jumping to specified locations in a file, as well as quick
+keyboard shortcuts to commands.
 
-WWW: http://jewfish.net/description.php?title=HexCurse
+WWW: https://BSDforge.com/projects/editors/hexcurse/



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