From owner-svn-ports-head@freebsd.org Sat Jan 28 20:52:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33FE2CC5D64; Sat, 28 Jan 2017 20:52:05 +0000 (UTC) (envelope-from sunpoet@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 mx1.freebsd.org (Postfix) with ESMTPS id DDC911E51; Sat, 28 Jan 2017 20:52:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0SKq4LB077866; Sat, 28 Jan 2017 20:52:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0SKq3Ox077863; Sat, 28 Jan 2017 20:52:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701282052.v0SKq3Ox077863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 Jan 2017 20:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432654 - head/editors/hexedit X-SVN-Group: ports-head 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.23 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: Sat, 28 Jan 2017 20:52:05 -0000 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 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