svn commit: r568301 - in head/editors/hexcurse: . files

Neel Chauhan nc at FreeBSD.org
Sun Mar 14 00:12:12 UTC 2021


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 at 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


More information about the svn-ports-all mailing list