diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-01-20 19:26:58 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-01-20 19:26:58 +0800 |
commit | 4c4538f165658a9ed5a5da2887709ce719a723c7 (patch) | |
tree | f2f8f8632cec5fb9d8cf52d696d0e3922613375b | |
parent | 8b883c46bf5fac13efa95fc0ca988f843a1a7309 (diff) | |
download | freebsd-ports-gnome-4c4538f165658a9ed5a5da2887709ce719a723c7.tar.gz freebsd-ports-gnome-4c4538f165658a9ed5a5da2887709ce719a723c7.tar.zst freebsd-ports-gnome-4c4538f165658a9ed5a5da2887709ce719a723c7.zip |
Update to 0.69
-rw-r--r-- | editors/dhex/Makefile | 6 | ||||
-rw-r--r-- | editors/dhex/distinfo | 5 | ||||
-rw-r--r-- | editors/dhex/files/patch-Makefile | 24 | ||||
-rw-r--r-- | editors/dhex/pkg-plist | 5 |
4 files changed, 18 insertions, 22 deletions
diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile index 396e14db4ee6..95d5fb02b4bc 100644 --- a/editors/dhex/Makefile +++ b/editors/dhex/Makefile @@ -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,9 +14,13 @@ 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 diff --git a/editors/dhex/distinfo b/editors/dhex/distinfo index 28bddacb7195..9e2b48854c74 100644 --- a/editors/dhex/distinfo +++ b/editors/dhex/distinfo @@ -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 diff --git a/editors/dhex/files/patch-Makefile b/editors/dhex/files/patch-Makefile index a635a05a188e..ffecd60d1206 100644 --- a/editors/dhex/files/patch-Makefile +++ b/editors/dhex/files/patch-Makefile @@ -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 \ diff --git a/editors/dhex/pkg-plist b/editors/dhex/pkg-plist deleted file mode 100644 index dedc1ca41b59..000000000000 --- a/editors/dhex/pkg-plist +++ /dev/null @@ -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 |