Hi ports@, Simple version update for tweak, and taking maintainership.
portcheck warned about a trailing whitespace in pkg/DESCR so I used the opportunity to reformat it. Also changed the two tab indentation to use just one tab in Makefile. Index: Makefile =================================================================== RCS file: /cvs/ports/editors/tweak/Makefile,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 Makefile --- Makefile 17 May 2013 08:24:46 -0000 1.1.1.1 +++ Makefile 27 Apr 2016 10:49:48 -0000 @@ -1,26 +1,29 @@ # $OpenBSD: Makefile,v 1.1.1.1 2013/05/17 08:24:46 bentley Exp $ -COMMENT = efficient hex editor +COMMENT = efficient hex editor -DISTNAME = tweak-3.01 +DISTNAME = tweak-3.02 -CATEGORIES = editors +CATEGORIES = editors -HOMEPAGE = http://www.chiark.greenend.org.uk/~sgtatham/tweak/ +HOMEPAGE = http://www.chiark.greenend.org.uk/~sgtatham/tweak/ + +MAINTAINER = Frederic Cambus <f...@statdns.com> # BSD PERMIT_PACKAGE_CDROM = Yes WANTLIB += c ncurses -MASTER_SITES = http://www.chiark.greenend.org.uk/~sgtatham/tweak/ +MASTER_SITES = http://www.chiark.greenend.org.uk/~sgtatham/tweak/ + +MAKE_FLAGS = CC="${CC}" \ + CFLAGS="${CFLAGS} -c -Dunix" -MAKE_FLAGS = CC="${CC}" \ - CFLAGS="${CFLAGS} -c -Dunix" -FAKE_FLAGS = PREFIX=${WRKINST}/${TRUEPREFIX} +FAKE_FLAGS = PREFIX=${WRKINST}/${TRUEPREFIX} -USE_GMAKE = Yes +USE_GMAKE = Yes -NO_TEST = Yes +NO_TEST = Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/editors/tweak/distinfo,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 distinfo --- distinfo 17 May 2013 08:24:46 -0000 1.1.1.1 +++ distinfo 27 Apr 2016 10:49:48 -0000 @@ -1,2 +1,2 @@ -SHA256 (tweak-3.01.tar.gz) = GW5ilwWWnQ9E/dFDajHCE0eLw+6Lpj6Ya1YQU1PI/ZQ= -SIZE (tweak-3.01.tar.gz) = 71681 +SHA256 (tweak-3.02.tar.gz) = W0wZsb+HNNFiPnI2RLjaWBULiC76nyO755fDki8pWho= +SIZE (tweak-3.02.tar.gz) = 71939 Index: pkg/DESCR =================================================================== RCS file: /cvs/ports/editors/tweak/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 DESCR --- pkg/DESCR 17 May 2013 08:24:46 -0000 1.1.1.1 +++ pkg/DESCR 27 Apr 2016 10:49:48 -0000 @@ -1,5 +1,5 @@ -Tweak is an ncurses-based hex editor. Tweak uses a complex data -structure based on B-trees, designed to make almost all editing -operations extremely fast, even when they are working on huge amounts of -data. Unlike most hex editors, it also has a fully functional insert -mode, along with full cut, copy, and paste support. +Tweak is an ncurses-based hex editor. Tweak uses a complex data structure +based on B-trees, designed to make almost all editing operations extremely +fast, even when they are working on huge amounts of data. Unlike most hex +editors, it also has a fully functional insert mode, along with full cut, +copy, and paste support.