Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2011 03:21:19 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159438: Update port: editors/lfhex to 0.42
Message-ID:  <20110804032119.b2ad990f.tkato432@yahoo.com>
Resent-Message-ID: <201108031840.p73IeIUp075424@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159438
>Category:       ports
>Synopsis:       Update port: editors/lfhex to 0.42
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 03 18:40:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 0.42

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/lfhex/Makefile editors/lfhex/Makefile
--- /usr/ports/editors/lfhex/Makefile	2010-03-28 17:34:43.000000000 +0900
+++ editors/lfhex/Makefile	2011-07-22 03:05:58.000000000 +0900
@@ -7,19 +7,22 @@
 #
 
 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
 
+WRKSRC=		${WRKDIR}/${DISTNAME}/src
+
+LICENSE=	GPLv2
+LICENSE_FILES=	${WRKSRC}/../COPYING
+
 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
 
 PORTDOCS=	README
 PLIST_FILES=	bin/lfhex
@@ -32,15 +35,14 @@
 	@${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 -urN /usr/ports/editors/lfhex/distinfo editors/lfhex/distinfo
--- /usr/ports/editors/lfhex/distinfo	2011-03-21 02:42:25.000000000 +0900
+++ editors/lfhex/distinfo	2011-07-22 03:00:11.000000000 +0900
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110804032119.b2ad990f.tkato432>