Date: Sun, 20 Jan 2019 11:26:58 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490782 - in head/editors/dhex: . files Message-ID: <201901201126.x0KBQwOK033692@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sun Jan 20 11:26:58 2019 New Revision: 490782 URL: https://svnweb.freebsd.org/changeset/ports/490782 Log: Update to 0.69 Deleted: head/editors/dhex/pkg-plist Modified: head/editors/dhex/Makefile head/editors/dhex/distinfo head/editors/dhex/files/patch-Makefile Modified: head/editors/dhex/Makefile ============================================================================== --- head/editors/dhex/Makefile Sun Jan 20 11:25:54 2019 (r490781) +++ head/editors/dhex/Makefile Sun Jan 20 11:26:58 2019 (r490782) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhex -PORTVERSION= 0.68 +PORTVERSION= 0.69 CATEGORIES= editors MASTER_SITES= http://www.dettus.net/dhex/ \ LOCAL/ehaupt @@ -14,8 +14,12 @@ COMMENT= Ncurses-based hex-editor with diff mode LICENSE= GPLv2 USES= ncurses + MANPAGE1= dhex.1 MANPAGE5= dhexrc.5 dhex_markers.5 dhex_searchlog.5 + +PLIST_FILES= bin/dhex man/man1/dhex.1.gz man/man5/dhex_markers.5.gz \ + man/man5/dhex_searchlog.5.gz man/man5/dhexrc.5.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Modified: head/editors/dhex/distinfo ============================================================================== --- head/editors/dhex/distinfo Sun Jan 20 11:25:54 2019 (r490781) +++ head/editors/dhex/distinfo Sun Jan 20 11:26:58 2019 (r490782) @@ -1,2 +1,3 @@ -SHA256 (dhex_0.68.tar.gz) = 126c34745b48a07448cfe36fe5913d37ec562ad72d3f732b99bd40f761f4da08 -SIZE (dhex_0.68.tar.gz) = 58602 +TIMESTAMP = 1547982969 +SHA256 (dhex_0.69.tar.gz) = 52730bcd1cf16bd4dae0de42531be9a4057535ec61ca38c0804eb8246ea6c41b +SIZE (dhex_0.69.tar.gz) = 57362 Modified: head/editors/dhex/files/patch-Makefile ============================================================================== --- head/editors/dhex/files/patch-Makefile Sun Jan 20 11:25:54 2019 (r490781) +++ head/editors/dhex/files/patch-Makefile Sun Jan 20 11:26:58 2019 (r490782) @@ -1,20 +1,16 @@ ---- ./Makefile.orig 2011-02-12 17:24:02.000000000 +0100 -+++ ./Makefile 2011-02-14 10:11:00.000000000 +0100 -@@ -1,7 +1,7 @@ +--- Makefile.orig 2019-01-19 16:17:37 UTC ++++ Makefile +@@ -1,11 +1,6 @@ -CC= gcc -LDFLAGS= -L/usr/lib -L/usr/local/lib -L/usr/lib/ncurses -L/usr/local/lib/ncurses -CPPFLAGS= -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses --CFLAGS= -O3 -Wall -std=c99 +-CFLAGS= -O3 -Wall #-std=c99 +-#CFLAGS+= -ffunction-sections -fdata-sections +-#LDFLAGS+= --gc-sections +CC?= gcc -+#LDFLAGS+= -L/usr/lib -L/usr/local/lib -L/usr/lib/ncurses -L/usr/local/lib/ncurses -+#CPPFLAGS+= -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -+CFLAGS+= -std=c99 - #CFLAGS+= -ffunction-sections -fdata-sections - #LDFLAGS+= --gc-sections LIBS= -lncurses -@@ -41,5 +41,3 @@ +-DESTDIR= /usr/local/ ++DESTDIR?= /usr/local/ - clean: - rm -f dhex $(OFILES) -- -- + OFILES=buffers.o \ + configfile.o \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901201126.x0KBQwOK033692>