Hi ports@,

Here is a diff to update hexedit to 1.4.2.

While there, reformat things slightly and take MAINTAINER.

Comments? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/hexedit/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile    21 Aug 2017 20:17:59 -0000      1.26
+++ Makefile    30 Dec 2017 21:59:50 -0000
@@ -1,26 +1,25 @@
 # $OpenBSD: Makefile,v 1.26 2017/08/21 20:17:59 fcambus Exp $
 
-COMMENT=       view and edit files in hexadecimal or ASCII
+COMMENT =      view and edit files in hexadecimal or ASCII
 
-GH_ACCOUNT=    pixel
-GH_PROJECT=    hexedit
-GH_TAGNAME=    1.3
+GH_ACCOUNT =   pixel
+GH_PROJECT =   hexedit
+GH_TAGNAME =   1.4.2
 
-CATEGORIES=    editors
+CATEGORIES =   editors
 
-HOMEPAGE=      http://rigaux.org/hexedit.html
+HOMEPAGE =     http://rigaux.org/hexedit.html
 
-# GPLv2+
-PERMIT_PACKAGE_CDROM=  Yes
+MAINTAINER =   Frederic Cambus <fcam...@openbsd.org>
 
-WANTLIB=       c ncurses
+# GPLv2+
+PERMIT_PACKAGE_CDROM = Yes
 
-CONFIGURE_STYLE= autoconf
-AUTOCONF_VERSION= 2.69
+WANTLIB =      c curses
 
-NO_TEST=       Yes
+CONFIGURE_STYLE = autoconf
+AUTOCONF_VERSION = 2.69
 
-post-build:
-       m4 -DVERSION=${GH_TAGNAME} ${WRKSRC}/hexedit.1.in > ${WRKSRC}/hexedit.1
+NO_TEST =      Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/hexedit/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    21 Aug 2017 20:17:59 -0000      1.6
+++ distinfo    30 Dec 2017 21:59:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (hexedit-1.3.tar.gz) = iNSJ37iV4ouyRyYTc2/GoUcDT01LA487nReOaWm//XA=
-SIZE (hexedit-1.3.tar.gz) = 29620
+SHA256 (hexedit-1.4.2.tar.gz) = yB/7Nq+SQ678CIfjPdjkHEsi0JHx8n1BPL2kQ7BEDWY=
+SIZE (hexedit-1.4.2.tar.gz) = 30179
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/editors/hexedit/pkg/DESCR,v
retrieving revision 1.4
diff -u -p -r1.4 DESCR
--- pkg/DESCR   15 Dec 2003 21:42:24 -0000      1.4
+++ pkg/DESCR   30 Dec 2017 21:59:50 -0000
@@ -1,5 +1,5 @@
-Hexedit view and edit files in hexadecimal or in ASCII.  hexedit
-shows a file both in ASCII and in hexadecimal.  The file can be a
-device as the file is not whole read.  You can modify the file and
-search through it.  You have also copy&paste, and save to file
-functions.  Modifications are shown in bold.
+Hexedit view and edit files in hexadecimal or in ASCII. hexedit
+shows a file both in ASCII and in hexadecimal. The file can be a
+device as the file is not whole read. You can modify the file and
+search through it. You have also copy&paste, and save to file
+functions. Modifications are shown in bold.

Reply via email to