aboutsummaryrefslogtreecommitdiff
path: root/editors/hexedit
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-28 20:52:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-28 20:52:03 +0000
commitc927827bea7812655bdbc55c1e87fd43d2e55a72 (patch)
treef1c501a098a21dde5d03bfda589a56cabbf8a864 /editors/hexedit
parentcf2238c8805fc8737908b1258aa44a7c54048f15 (diff)
downloadports-c927827bea7812655bdbc55c1e87fd43d2e55a72.tar.gz
ports-c927827bea7812655bdbc55c1e87fd43d2e55a72.zip
Update to 1.3
- Add LICENSE_FILE - Update WWW Changes: https://github.com/pixel/hexedit/blob/master/Changes
Notes
Notes: svn path=/head/; revision=432654
Diffstat (limited to 'editors/hexedit')
-rw-r--r--editors/hexedit/Makefile17
-rw-r--r--editors/hexedit/distinfo5
-rw-r--r--editors/hexedit/pkg-descr2
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