Date: Sat, 28 Jan 2017 20:52:03 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432654 - head/editors/hexedit Message-ID: <201701282052.v0SKq3Ox077863@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 28 20:52:03 2017 New Revision: 432654 URL: https://svnweb.freebsd.org/changeset/ports/432654 Log: Update to 1.3 - Add LICENSE_FILE - Update WWW Changes: https://github.com/pixel/hexedit/blob/master/Changes Modified: head/editors/hexedit/Makefile head/editors/hexedit/distinfo head/editors/hexedit/pkg-descr Modified: head/editors/hexedit/Makefile ============================================================================== --- head/editors/hexedit/Makefile Sat Jan 28 20:51:59 2017 (r432653) +++ head/editors/hexedit/Makefile Sat Jan 28 20:52:03 2017 (r432654) @@ -2,25 +2,24 @@ # $FreeBSD$ PORTNAME= hexedit -PORTVERSION= 1.2.13 -DISTVERSIONSUFFIX= .src +PORTVERSION= 1.3 CATEGORIES= editors -MASTER_SITES= http://rigaux.org/ \ - LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= View and edit files in hexadecimal or ASCII LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= ncurses tar:tgz -WRKSRC= ${WRKDIR}/${PORTNAME} +USES= autoreconf ncurses PLIST_FILES= bin/hexedit man/man1/hexedit.1.gz -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${STAGEDIR}${PREFIX}/man/man1/ +GH_ACCOUNT= pixel +USE_GITHUB= yes + +post-build: + m4 -DVERSION=${PORTVERSION} ${WRKSRC}/hexedit.1.in > ${WRKSRC}/hexedit.1 .include <bsd.port.mk> Modified: head/editors/hexedit/distinfo ============================================================================== --- head/editors/hexedit/distinfo Sat Jan 28 20:51:59 2017 (r432653) +++ head/editors/hexedit/distinfo Sat Jan 28 20:52:03 2017 (r432654) @@ -1,2 +1,3 @@ -SHA256 (hexedit-1.2.13.src.tgz) = 6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7 -SIZE (hexedit-1.2.13.src.tgz) = 68778 +TIMESTAMP = 1485555554 +SHA256 (pixel-hexedit-1.3_GH0.tar.gz) = 88d489dfb895e28bb2472613736fc6a147034f4d4b038f3b9d178e6969bffd70 +SIZE (pixel-hexedit-1.3_GH0.tar.gz) = 29620 Modified: head/editors/hexedit/pkg-descr ============================================================================== --- head/editors/hexedit/pkg-descr Sat Jan 28 20:51:59 2017 (r432653) +++ head/editors/hexedit/pkg-descr Sat Jan 28 20:52:03 2017 (r432654) @@ -3,4 +3,4 @@ both in ASCII and in hexadecimal. The fi 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. -WWW: http://rigaux.org/hexedit.html +WWW: https://github.com/pixel/hexedit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701282052.v0SKq3Ox077863>