Update for SWI Prolog 5.4.5 Current port version seems to be broken now anyway since the distfiles moved, see patch for update about that. Please note, pr 74279 is an update to version 5.4.4 which was not handled for more than two weeks. Please close that old pr now. Also, I'm volunteering to take over maintainership, the diff already contains that change. Fix: diff swi-pl-5.2.8/Makefile swi-pl-5.4.5/Makefile 9,10c9 < PORTVERSION= 5.2.8 < PORTREVISION= 2 --- > PORTVERSION= 5.4.5 12c11,12 < MASTER_SITES= ftp://ftp.swi.psy.uva.nl/pub/SWI-Prolog/ --- > MASTER_SITES= ftp://ftp.swi.psy.uva.nl/SWI-Prolog/ \ > http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/ 15c15 < MAINTAINER= max@FreeBSD.org --- > MAINTAINER= g.gonter@ieee.org 45a46,54 > > post-configure: > ${REINPLACE_CMD} -e '/MALLOC_H/s/^#define \(HAVE_.*_MALLOC_H\).*/\/\* #undef \1 \*\//g' \ > ${WRKSRC}/src/config.h > > post-install: > .for f in pl plld plrc > @${STRIP_CMD} ${PREFIX}/lib/${DISTNAME}/bin/${ARCH}-${OPSYS:L}/$f > .endfor diff swi-pl-5.2.8/distinfo swi-pl-5.4.5/distinfo 1,2c1,2 < MD5 (pl-5.2.8.tar.gz) = a7709a102778c24216b6fafb9724e019 < SIZE (pl-5.2.8.tar.gz) = 7154851 --- > MD5 (pl-5.4.5.tar.gz) = 79def64cf5a1168e9360eeabe52460d2 > SIZE (pl-5.4.5.tar.gz) = 8169002 Common subdirectories: swi-pl-5.2.8/files and swi-pl-5.4.5/files diff swi-pl-5.2.8/pkg-plist swi-pl-5.4.5/pkg-plist 9a10 > lib/%%DISTNAME%%/boot/attvar.pl 35a37,44 > lib/%%DISTNAME%%/lib/%%ARCH%%-%%OS%%/libpl.a > lib/%%DISTNAME%%/library/clp/bounds.pl > lib/%%DISTNAME%%/library/option.pl > lib/%%DISTNAME%%/library/assoc.pl > lib/%%DISTNAME%%/library/dif.pl > lib/%%DISTNAME%%/library/when.pl > lib/%%DISTNAME%%/library/operators.pl > lib/%%DISTNAME%%/library/prolog_stack.pl 74d82 < lib/%%DISTNAME%%/runtime/%%ARCH%%-%%OS%%/libpl.a 76,77d83 < @dirrm lib/%%DISTNAME%%/runtime/%%ARCH%%-%%OS%% < @dirrm lib/%%DISTNAME%%/runtime 78a85 > @dirrm lib/%%DISTNAME%%/library/clp
Responsible Changed From-To: freebsd-ports-bugs->max Over to maintainer.
State Changed From-To: open->closed The port updated to 5.4.5.