aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-03-14 00:12:11 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-03-14 00:12:11 +0000
commite0ebd4847a64c3a9c73a4cffe3727bbdf6e6c3ea (patch)
tree11e487b69283fa9cf3c3456bd673a34f8cb5b722 /editors
parent6816a672d9fcfb341de2999e959f80e78ad62654 (diff)
downloadports-e0ebd4847a64c3a9c73a4cffe3727bbdf6e6c3ea.tar.gz
ports-e0ebd4847a64c3a9c73a4cffe3727bbdf6e6c3ea.zip
editors/hexcurse: Update to 1.60.0
Notes
Notes: svn path=/head/; revision=568301
Diffstat (limited to 'editors')
-rw-r--r--editors/hexcurse/Makefile8
-rw-r--r--editors/hexcurse/distinfo6
-rw-r--r--editors/hexcurse/files/patch-include_hex.h11
-rw-r--r--editors/hexcurse/files/patch-src_file.c13
-rw-r--r--editors/hexcurse/files/patch-src_getopt.c11
5 files changed, 8 insertions, 41 deletions
diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile
index 2cc976616140..35e8b3769800 100644
--- a/editors/hexcurse/Makefile
+++ b/editors/hexcurse/Makefile
@@ -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
@@ -15,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
+USE_GITHUB= yes
+GH_ACCOUNT= LonnyGomes
+
GNU_CONFIGURE= yes
PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz
diff --git a/editors/hexcurse/distinfo b/editors/hexcurse/distinfo
index 1509d940c2f9..d06e433d6350 100644
--- a/editors/hexcurse/distinfo
+++ b/editors/hexcurse/distinfo
@@ -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
diff --git a/editors/hexcurse/files/patch-include_hex.h b/editors/hexcurse/files/patch-include_hex.h
deleted file mode 100644
index 6f150b71928e..000000000000
--- a/editors/hexcurse/files/patch-include_hex.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/hex.h.orig 2003-12-23 03:08:25 UTC
-+++ include/hex.h
-@@ -111,7 +111,7 @@ extern char EBCDIC[256];
- #define max(a,b) ((a) >(b) ? (a) : (b))
- #endif
-
--FILE *fpIN, *fpOUT; /* global file ptrs */
-+extern FILE *fpIN, *fpOUT; /* global file ptrs */
-
- /* function prototypes */
-
diff --git a/editors/hexcurse/files/patch-src_file.c b/editors/hexcurse/files/patch-src_file.c
deleted file mode 100644
index b124799c813a..000000000000
--- a/editors/hexcurse/files/patch-src_file.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/file.c.orig 2003-12-15 13:43:47 UTC
-+++ src/file.c
-@@ -18,7 +18,9 @@
- \******************************************************************************/
- #include "hex.h"
-
--/*******************************************************\
-+FILE *fpIN, *fpOUT; /* global file ptrs */
-+
-+/******************************************************* \
- * Description: prints out a line of text to the screen*
- * the current address line and both the *
- * hex and decimal values for the current *
diff --git a/editors/hexcurse/files/patch-src_getopt.c b/editors/hexcurse/files/patch-src_getopt.c
deleted file mode 100644
index 627eefbb997f..000000000000
--- a/editors/hexcurse/files/patch-src_getopt.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/getopt.c.orig Sun Jun 13 00:06:12 2004
-+++ src/getopt.c Sun Jun 13 00:07:48 2004
-@@ -36,8 +36,6 @@
- * enables hexcurse to be compiled with SGI's proprietary compiler */
- #ifdef _SGIAPI
- #include <alloca.h>
--#else
--char *alloca ();
- #endif
- #define __alloca alloca
- /* end of modification */