Index: head/editors/hexedit/Makefile =================================================================== --- head/editors/hexedit/Makefile (revision 449459) +++ head/editors/hexedit/Makefile (revision 449460) @@ -1,25 +1,29 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= hexedit -PORTVERSION= 1.3 +PORTVERSION= 1.4.1 CATEGORIES= editors MAINTAINER= sunpoet@FreeBSD.org COMMENT= View and edit files in hexadecimal or ASCII LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= autoreconf ncurses PLIST_FILES= bin/hexedit man/man1/hexedit.1.gz GH_ACCOUNT= pixel 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 Index: head/editors/hexedit/distinfo =================================================================== --- head/editors/hexedit/distinfo (revision 449459) +++ head/editors/hexedit/distinfo (revision 449460) @@ -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