mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 0.9.3
- Pet portlint(1) - Pass maintainership to submitter PR: ports/102945 Submitted by: Marcus von Appen <mva at sysfault.org>
This commit is contained in:
parent
763d6c3044
commit
fb47a077c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172474
@ -7,27 +7,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= hte
|
||||
PORTVERSION= 0.9.2
|
||||
PORTVERSION= 0.9.3
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ht-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= mva@sysfault.org
|
||||
COMMENT= A file editor/viewer/analyzer for executables
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --enable-release
|
||||
|
||||
PLIST_FILES= bin/ht
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == ia64
|
||||
BROKEN= Does not build on ia64
|
||||
BROKEN= does not build on ia64
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 400000
|
||||
@ -36,7 +34,7 @@ LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
PKGNAMESUFFIX= -nox11
|
||||
CONFIGURE_ARGS+= --disable-x11-textmode
|
||||
CONFIGURE_ARGS=--disable-x11-textmode
|
||||
.else
|
||||
USE_XLIB= yes
|
||||
CPPFLAGS= -I${X11BASE}/include
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ht-0.9.2.tar.bz2) = d63fe2d11d42be00e05f4090117dfd64
|
||||
SHA256 (ht-0.9.2.tar.bz2) = d68bbefce706d036b9132f64d4b7807bf6ed1fe5bf76e5d6f9d7ccd70ecbd126
|
||||
SIZE (ht-0.9.2.tar.bz2) = 772102
|
||||
MD5 (ht-0.9.3.tar.bz2) = 332e5839fe5e00d6861a9f41e8f6aa46
|
||||
SHA256 (ht-0.9.3.tar.bz2) = 2b66f9449429a2e798c0b0110d84d87780942c8d797f7af366446629afb4d078
|
||||
SIZE (ht-0.9.3.tar.bz2) = 747786
|
||||
|
Loading…
Reference in New Issue
Block a user