On 2020-01-25 10:25 AM, Thomas Dickey wrote:
following up on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927740 I see that this port http://openports.se/devel/blame is broken. I use the program, so I put up a new homepage here: https://invisible-island.net/rcs-blame/ ftp://ftp.invisible-island.net/rcs-blame https://invisible-mirror.net/archives/rcs-blame/
Updated port diff attached; improve license marker too while here. ~Brian
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/blame/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile 12 Jul 2019 20:44:04 -0000 1.7 +++ Makefile 25 Jan 2020 15:50:59 -0000 @@ -3,15 +3,16 @@ COMMENT= RCS equivalent of CVS's annotate command DISTNAME= blame-1.3.1 +REVISION= 0 CATEGORIES= devel -HOMEPAGE= http://blame.sourceforge.net/ +HOMEPAGE= https://invisible-island.net/rcs-blame/ -# GPL +# GPLv2+ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blame/} +MASTER_SITES= https://invisible-mirror.net/archives/rcs-blame/ CONFIGURE_STYLE=gnu CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include"
