Index: head/editors/dhex/pkg-plist =================================================================== --- head/editors/dhex/pkg-plist (revision 490781) +++ head/editors/dhex/pkg-plist (nonexistent) @@ -1,5 +0,0 @@ -bin/dhex -man/man1/dhex.1.gz -man/man5/dhex_markers.5.gz -man/man5/dhex_searchlog.5.gz -man/man5/dhexrc.5.gz Property changes on: head/editors/dhex/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/editors/dhex/Makefile =================================================================== --- head/editors/dhex/Makefile (revision 490781) +++ head/editors/dhex/Makefile (revision 490782) @@ -1,27 +1,31 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= dhex -PORTVERSION= 0.68 +PORTVERSION= 0.69 CATEGORIES= editors MASTER_SITES= http://www.dettus.net/dhex/ \ LOCAL/ehaupt DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org 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 ${INSTALL_MAN} ${WRKSRC}/${MANPAGE1} ${STAGEDIR}${MANPREFIX}/man/man1 .for f in ${MANPAGE5} ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MANPREFIX}/man/man5 .endfor .include Index: head/editors/dhex/distinfo =================================================================== --- head/editors/dhex/distinfo (revision 490781) +++ head/editors/dhex/distinfo (revision 490782) @@ -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 Index: head/editors/dhex/files/patch-Makefile =================================================================== --- head/editors/dhex/files/patch-Makefile (revision 490781) +++ head/editors/dhex/files/patch-Makefile (revision 490782) @@ -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 \