Hi,
Update pick to 3.0.0 from maintainer. The changelog can be found here[1]
and the only real change is replacing auto{conf,make} with a
shell-script and plain Makefile(s).Comments? OK? [1] https://github.com/mptre/pick/releases/tag/v3.0.0 Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/pick/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile 11 Apr 2018 06:55:15 -0000 1.9 +++ Makefile 27 Feb 2019 19:30:29 -0000 @@ -2,7 +2,7 @@ COMMENT = fuzzy select anything -V = 2.0.2 +V = 3.0.0 DISTNAME = pick-${V} CATEGORIES = sysutils @@ -19,7 +19,6 @@ WANTLIB += c curses MASTER_SITES = https://github.com/mptre/pick/releases/download/v${V}/ -SEPARATE_BUILD = Yes -CONFIGURE_STYLE = gnu +CONFIGURE_STYLE = simple .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/pick/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 11 Apr 2018 06:55:15 -0000 1.8 +++ distinfo 27 Feb 2019 19:30:29 -0000 @@ -1,2 +1,2 @@ -SHA256 (pick-2.0.2.tar.gz) = 8rQ6qlQK0/8FolalMcL0fT2VFFuCwdGw1i37QNeT04U= -SIZE (pick-2.0.2.tar.gz) = 132174 +SHA256 (pick-3.0.0.tar.gz) = J4O5wRtUMBzjLAwucM9NyNQ3y2jPE2uiBKYGVCIFUpg= +SIZE (pick-3.0.0.tar.gz) = 29736
