aboutsummaryrefslogtreecommitdiffstats
path: root/editors/lfhex
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2011-08-10 22:30:46 +0800
committerehaupt <ehaupt@FreeBSD.org>2011-08-10 22:30:46 +0800
commit1d65815634f89e105bfcc5332042f66aad04afa7 (patch)
treed7dbee2a0614d68f220d0b1226460aff1aa3bde2 /editors/lfhex
parent827968e30f483e979cefd5dc9dd81c46adba8ef6 (diff)
downloadfreebsd-ports-gnome-1d65815634f89e105bfcc5332042f66aad04afa7.tar.gz
freebsd-ports-gnome-1d65815634f89e105bfcc5332042f66aad04afa7.tar.zst
freebsd-ports-gnome-1d65815634f89e105bfcc5332042f66aad04afa7.zip
Update to 0.42
PR: 159438 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'editors/lfhex')
-rw-r--r--editors/lfhex/Makefile20
-rw-r--r--editors/lfhex/distinfo4
2 files changed, 13 insertions, 11 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile
index fdbce714fe76..25dff93ef7a4 100644
--- a/editors/lfhex/Makefile
+++ b/editors/lfhex/Makefile
@@ -7,22 +7,25 @@
#
PORTNAME= lfhex
-PORTVERSION= 0.4
-PORTREVISION= 3
+PORTVERSION= 0.42
CATEGORIES= editors
-MASTER_SITES= http://stoopidsimple.com/files/ \
- http://home.earthlink.net/~eyekode/data/
+MASTER_SITES= http://stoopidsimple.com/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Large file hex editor
+LICENSE= GPLv2
+
USE_QT_VER= 4
QT_COMPONENTS= corelib gui moc_build qmake_build rcc_build
USE_BISON= build
-MAKE_JOBS_UNSAFE=yes
+MAKE_JOBS_SAFE= yes
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
PORTDOCS= README
PLIST_FILES= bin/lfhex
+LICENSE_FILES= ${WRKSRC}/../COPYING
.include <bsd.port.pre.mk>
@@ -32,15 +35,14 @@ post-patch:
@${REINPLACE_CMD} -e 's| abs| llabs|g' ${WRKSRC}/reader.cpp
.endif
-pre-build:
- @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
- ${QMAKE} ${QMAKEFLAGS} -unix lfhex.pro
+do-configure:
+ @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lfhex ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
diff --git a/editors/lfhex/distinfo b/editors/lfhex/distinfo
index 980f0c56f404..fe6f02dff683 100644
--- a/editors/lfhex/distinfo
+++ b/editors/lfhex/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lfhex-0.4.tar.gz) = 97e3f481a275671395d2b500d904474dfaaf5055b42b0f230e3ac6a2478897b0
-SIZE (lfhex-0.4.tar.gz) = 39180
+SHA256 (lfhex-0.42.tar.gz) = 4e8f8b99eb271242937037a3af2fe07369b653f7f7d8becbd84554118bf8baba
+SIZE (lfhex-0.42.tar.gz) = 868287