From owner-svn-ports-all@freebsd.org Mon Jun 8 17:31:12 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C24A3369A1; Mon, 8 Jun 2020 17:31:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ggJw1nhfz45sY; Mon, 8 Jun 2020 17:31:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1DDB127FC0; Mon, 8 Jun 2020 17:31:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 058HVBe3033651; Mon, 8 Jun 2020 17:31:11 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 058HVBRL033648; Mon, 8 Jun 2020 17:31:11 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202006081731.058HVBRL033648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 8 Jun 2020 17:31:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r538240 - branches/2020Q2/editors/hexcurse X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: branches/2020Q2/editors/hexcurse X-SVN-Commit-Revision: 538240 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2020 17:31:12 -0000 Author: rene Date: Mon Jun 8 17:31:11 2020 New Revision: 538240 URL: https://svnweb.freebsd.org/changeset/ports/538240 Log: MFH: r538235 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) Approved by: ports-secteam (joneum) Modified: branches/2020Q2/editors/hexcurse/Makefile branches/2020Q2/editors/hexcurse/distinfo branches/2020Q2/editors/hexcurse/pkg-descr Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/editors/hexcurse/Makefile ============================================================================== --- branches/2020Q2/editors/hexcurse/Makefile Mon Jun 8 17:26:08 2020 (r538239) +++ branches/2020Q2/editors/hexcurse/Makefile Mon Jun 8 17:31:11 2020 (r538240) @@ -4,13 +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 USES= ncurses Modified: branches/2020Q2/editors/hexcurse/distinfo ============================================================================== --- branches/2020Q2/editors/hexcurse/distinfo Mon Jun 8 17:26:08 2020 (r538239) +++ branches/2020Q2/editors/hexcurse/distinfo Mon Jun 8 17:31:11 2020 (r538240) @@ -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: branches/2020Q2/editors/hexcurse/pkg-descr ============================================================================== --- branches/2020Q2/editors/hexcurse/pkg-descr Mon Jun 8 17:26:08 2020 (r538239) +++ branches/2020Q2/editors/hexcurse/pkg-descr Mon Jun 8 17:31:11 2020 (r538240) @@ -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/