diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-09 05:51:40 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:29:49 +0800 |
commit | 6c828f22e9d1af01925c53260246d192a69c61a7 (patch) | |
tree | 2dc22f0bc098cfbacbdf9acbc4d58f5d3f0f79c0 | |
parent | 92b85ab1f9159a7295a2270e5748705fa802013e (diff) | |
download | freebsd-ports-gnome-6c828f22e9d1af01925c53260246d192a69c61a7.tar.gz freebsd-ports-gnome-6c828f22e9d1af01925c53260246d192a69c61a7.tar.zst freebsd-ports-gnome-6c828f22e9d1af01925c53260246d192a69c61a7.zip |
Update to 1.4.1
- Strip binary executable
Changes: https://github.com/pixel/hexedit/blob/master/Changes
https://github.com/pixel/hexedit/commits/master
-rw-r--r-- | editors/hexedit/Makefile | 6 | ||||
-rw-r--r-- | editors/hexedit/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 14c4a730d228..95a1fc5730c2 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hexedit -PORTVERSION= 1.3 +PORTVERSION= 1.4.1 CATEGORIES= editors MAINTAINER= sunpoet@FreeBSD.org @@ -22,4 +22,8 @@ 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 <bsd.port.mk> diff --git a/editors/hexedit/distinfo b/editors/hexedit/distinfo index decd3515c04f..29d2cced95e4 100644 --- a/editors/hexedit/distinfo +++ b/editors/hexedit/distinfo @@ -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 |