From owner-svn-ports-head@freebsd.org Sun Mar 14 00:12:12 2021 Return-Path: Delivered-To: svn-ports-head@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 3308B568912; Sun, 14 Mar 2021 00:12:12 +0000 (UTC) (envelope-from nc@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dyg3J10MCz3sYc; Sun, 14 Mar 2021 00:12:12 +0000 (UTC) (envelope-from nc@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 15AEC13FCA; Sun, 14 Mar 2021 00:12:12 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12E0CBne010150; Sun, 14 Mar 2021 00:12:11 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12E0CBq8010149; Sun, 14 Mar 2021 00:12:11 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103140012.12E0CBq8010149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sun, 14 Mar 2021 00:12:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568301 - in head/editors/hexcurse: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/editors/hexcurse: . files X-SVN-Commit-Revision: 568301 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2021 00:12:12 -0000 Author: nc Date: Sun Mar 14 00:12:11 2021 New Revision: 568301 URL: https://svnweb.freebsd.org/changeset/ports/568301 Log: editors/hexcurse: Update to 1.60.0 Changes: https://github.com/LonnyGomes/hexcurse/releases Deleted: head/editors/hexcurse/files/ Modified: head/editors/hexcurse/Makefile head/editors/hexcurse/distinfo Modified: head/editors/hexcurse/Makefile ============================================================================== --- head/editors/hexcurse/Makefile Sun Mar 14 00:01:39 2021 (r568300) +++ head/editors/hexcurse/Makefile Sun Mar 14 00:12:11 2021 (r568301) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= hexcurse -PORTVERSION= 1.55 -PORTREVISION= 1 +PORTVERSION= 1.60.0 +DISTVERSIONPREFIX= v CATEGORIES= editors -MASTER_SITES= https://BSDforge.com/projects/source/editors/hexcurse/ MAINTAINER= ports@FreeBSD.org COMMENT= Versatile ncurses-based hex editor @@ -14,6 +13,9 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses + +USE_GITHUB= yes +GH_ACCOUNT= LonnyGomes GNU_CONFIGURE= yes Modified: head/editors/hexcurse/distinfo ============================================================================== --- head/editors/hexcurse/distinfo Sun Mar 14 00:01:39 2021 (r568300) +++ head/editors/hexcurse/distinfo Sun Mar 14 00:12:11 2021 (r568301) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591634318 -SHA256 (hexcurse-1.55.tar.gz) = b8d589f80acfa590fddd60d9482cf6ba38b295bf785ae4e0aff37b5ab436cb16 -SIZE (hexcurse-1.55.tar.gz) = 113512 +TIMESTAMP = 1615680672 +SHA256 (LonnyGomes-hexcurse-v1.60.0_GH0.tar.gz) = f6919e4a824ee354f003f0c42e4c4cef98a93aa7e3aa449caedd13f9a2db5530 +SIZE (LonnyGomes-hexcurse-v1.60.0_GH0.tar.gz) = 171904