diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-29 04:52:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-29 04:52:03 +0800 |
commit | b51a6fb74f274ae08189d2100238284ec26c0f5e (patch) | |
tree | f1c501a098a21dde5d03bfda589a56cabbf8a864 /editors/hexedit | |
parent | a23d3e2f7df2d20c24544bd13a72d975bc0fc029 (diff) | |
download | freebsd-ports-gnome-b51a6fb74f274ae08189d2100238284ec26c0f5e.tar.gz freebsd-ports-gnome-b51a6fb74f274ae08189d2100238284ec26c0f5e.tar.zst freebsd-ports-gnome-b51a6fb74f274ae08189d2100238284ec26c0f5e.zip |
Update to 1.3
- Add LICENSE_FILE
- Update WWW
Changes: https://github.com/pixel/hexedit/blob/master/Changes
Diffstat (limited to 'editors/hexedit')
-rw-r--r-- | editors/hexedit/Makefile | 17 | ||||
-rw-r--r-- | editors/hexedit/distinfo | 5 | ||||
-rw-r--r-- | editors/hexedit/pkg-descr | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index a0b400d05181..14c4a730d228 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -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> diff --git a/editors/hexedit/distinfo b/editors/hexedit/distinfo index fc35145edf1b..decd3515c04f 100644 --- a/editors/hexedit/distinfo +++ b/editors/hexedit/distinfo @@ -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 diff --git a/editors/hexedit/pkg-descr b/editors/hexedit/pkg-descr index fdf1bb48d3ff..b979593f3d6a 100644 --- a/editors/hexedit/pkg-descr +++ b/editors/hexedit/pkg-descr @@ -3,4 +3,4 @@ both in ASCII and in hexadecimal. The file can be a device as the file is not 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 |