From owner-svn-ports-all@freebsd.org Fri Sep 8 21:51:42 2017 Return-Path: Delivered-To: svn-ports-all@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 68099E0CEC2; Fri, 8 Sep 2017 21:51:42 +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 A20166C1C2; Fri, 8 Sep 2017 21:51:41 +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 v88LpeSY051282; Fri, 8 Sep 2017 21:51:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v88Lpehh051280; Fri, 8 Sep 2017 21:51:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709082151.v88Lpehh051280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 8 Sep 2017 21:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449460 - head/editors/hexedit X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/editors/hexedit X-SVN-Commit-Revision: 449460 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2017 21:51:42 -0000 Author: sunpoet Date: Fri Sep 8 21:51:40 2017 New Revision: 449460 URL: https://svnweb.freebsd.org/changeset/ports/449460 Log: Update to 1.4.1 - Strip binary executable Changes: https://github.com/pixel/hexedit/blob/master/Changes https://github.com/pixel/hexedit/commits/master Modified: head/editors/hexedit/Makefile head/editors/hexedit/distinfo Modified: head/editors/hexedit/Makefile ============================================================================== --- head/editors/hexedit/Makefile Fri Sep 8 18:11:04 2017 (r449459) +++ head/editors/hexedit/Makefile Fri Sep 8 21:51:40 2017 (r449460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hexedit -PORTVERSION= 1.3 +PORTVERSION= 1.4.1 CATEGORIES= editors MAINTAINER= sunpoet@FreeBSD.org @@ -21,5 +21,9 @@ USE_GITHUB= yes post-build: m4 -DVERSION=${PORTVERSION} ${WRKSRC}/hexedit.1.in > ${WRKSRC}/hexedit.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/ .include Modified: head/editors/hexedit/distinfo ============================================================================== --- head/editors/hexedit/distinfo Fri Sep 8 18:11:04 2017 (r449459) +++ head/editors/hexedit/distinfo Fri Sep 8 21:51:40 2017 (r449460) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485555554 -SHA256 (pixel-hexedit-1.3_GH0.tar.gz) = 88d489dfb895e28bb2472613736fc6a147034f4d4b038f3b9d178e6969bffd70 -SIZE (pixel-hexedit-1.3_GH0.tar.gz) = 29620 +TIMESTAMP = 1504891623 +SHA256 (pixel-hexedit-1.4.1_GH0.tar.gz) = 4104905394f1313c47e22d4c81e9df538b90cec9004b3230d68cd055b84f5715 +SIZE (pixel-hexedit-1.4.1_GH0.tar.gz) = 30149