Index: head/sysutils/reed/files/patch-cfg.data =================================================================== --- head/sysutils/reed/files/patch-cfg.data (revision 504717) +++ head/sysutils/reed/files/patch-cfg.data (nonexistent) @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- cfg.data.orig 2002-11-09 00:59:08 UTC -+++ cfg.data -@@ -1,6 +1,6 @@ - PROGNAME="Reed" - VERSION="5.4" - PROGRAMS="perl fold" --LIBS="c curses" -+LIBS="c ncurses" - PM="Getopt/Std Text/Wrap" --HEADERS="sys/dir.h sys/stat.h ctype.h curses.h dirent.h getopt.h regex.h limits.h time.h unistd.h" -+HEADERS="sys/stat.h ctype.h ncurses.h dirent.h regex.h limits.h time.h unistd.h" Property changes on: head/sysutils/reed/files/patch-cfg.data ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/reed/files/patch-Makefile.in =================================================================== --- head/sysutils/reed/files/patch-Makefile.in (revision 504717) +++ head/sysutils/reed/files/patch-Makefile.in (nonexistent) @@ -1,13 +0,0 @@ ---- Makefile.in.orig 2002-11-09 00:59:08 UTC -+++ Makefile.in -@@ -1,8 +1,8 @@ - all: -- $(CC) -O2 -o reed reed.c filemode.c -lcurses -+ $(CC) $(CFLAGS) -o reed reed.c filemode.c $(LDFLAGS) -lncurses - - debug: -- $(CC) -o reed reed.c filemode.c -lcurses -Wall -g -+ $(CC) $(CFLAGS) -o reed reed.c filemode.c $(LDFLAGS) -lncurses -Wall -g - - install: - install -d $(DESTDIR)PREFIX/bin Property changes on: head/sysutils/reed/files/patch-Makefile.in ___________________________________________________________________ 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/sysutils/reed/files/patch-reed.c =================================================================== --- head/sysutils/reed/files/patch-reed.c (revision 504717) +++ head/sysutils/reed/files/patch-reed.c (nonexistent) @@ -1,19 +0,0 @@ -$FreeBSD$ - ---- reed.c.orig 2002-11-09 00:59:08 UTC -+++ reed.c -@@ -24,13 +24,12 @@ - - #include - #include --#include -+#include - - #include - #include - #include - #include --#include - #include - #include - #include Property changes on: head/sysutils/reed/files/patch-reed.c ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/reed/Makefile =================================================================== --- head/sysutils/reed/Makefile (revision 504717) +++ head/sysutils/reed/Makefile (revision 504718) @@ -1,36 +1,31 @@ # Created by: Pete Fritchman # $FreeBSD$ PORTNAME= reed -PORTVERSION= 5.4 -PORTREVISION= 1 +PORTVERSION= 5.6 CATEGORIES= sysutils -MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ +MASTER_SITES= LOCAL/crees/reed \ + https://www.bayofrum.net/dist/reed/ MAINTAINER= crees@FreeBSD.org COMMENT= Text pager with autoscrolling and more LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= ncurses perl5 shebangfix -USE_PERL5= run -SHEBANG_FILES= wrap breed fix_bookmarks.pl +USES= ncurses tar:bzip2 + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configures +CONFIGURE_ARGS+= --prefix ${PREFIX} CONFIGURE_ENV+= INCDIR="${NCURSESINC}" -post-patch: - @${REINPLACE_CMD} 's!/usr/local!${PREFIX}!g' ${WRKSRC}/configures - @${REINPLACE_CMD} 's!sys/dir.h!dirent.h!g;\!getopt.h!d' \ - ${WRKSRC}/reed.c - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/reed ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/breed ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/wrap ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/fix_bookmarks.pl ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/fix_bookmarks.sh ${STAGEDIR}${DATADIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/sysutils/reed/distinfo =================================================================== --- head/sysutils/reed/distinfo (revision 504717) +++ head/sysutils/reed/distinfo (revision 504718) @@ -1,2 +1,3 @@ -SHA256 (reed-5.4.tar.gz) = 226a057aa5db705e83b685207d635d0d3b983999f1e526e0768aa56b0e7c02a8 -SIZE (reed-5.4.tar.gz) = 32414 +TIMESTAMP = 1561057479 +SHA256 (reed-5.6.tar.bz2) = 1fe61c030d2a51df12f43df2b6fa8101bcd53c6a9ed2e1ba46c09acf837534ba +SIZE (reed-5.6.tar.bz2) = 28727 Index: head/sysutils/reed/pkg-plist =================================================================== --- head/sysutils/reed/pkg-plist (revision 504717) +++ head/sysutils/reed/pkg-plist (revision 504718) @@ -1,7 +1,7 @@ bin/breed bin/reed bin/wrap man/man1/breed.1.gz man/man1/reed.1.gz man/man1/wrap.1.gz -share/reed/fix_bookmarks.pl +share/reed/fix_bookmarks.sh