Created attachment 159800 [details] Update port to new version, add new maintainer, small misc fixes The port x11-servers/Xfstt is out of date and has been orphaned. I have updated the port to the latest version and volunteer to take maintainership. The attached patch ("cd /usr/ports/x11-servers && diff -ruN Xfstt.orig Xfstt") does the following: * update PORTVERSION from 1.9.1 to 1.9.2; * remove (reset) PORTREVISION; * change MAINTAINER from ports@ to new maintainer; * add new maintainer's distfile mirror to MASTER_SITES; * specify a LICENSE; * sort USES alphabetically; * update distinfo; * remake patches so the format makes Portlint happy; * remove absolute path from pkg-message; * add PROVIDE, REQUIRE and KEYWORD to the rc script. Build log ("make stage && make check-plist && make stage-qa && make package") is available here: http://www.skysmurf.nl/~fonz/tmp/xfstt.log Output of Portlint: # env DEVELOPER=yes portlint -A . WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. 0 fatal errors and 1 warning found. #
A commit references this bug: Author: rm Date: Mon Sep 28 19:15:50 UTC 2015 New revision: 398135 URL: https://svnweb.freebsd.org/changeset/ports/398135 Log: x11-servers/Xfstt: update to 1.9.2 - update to 1.9.2 - pass maintainership to submitter - add new maintainer's distfile mirror to MASTER_SITES - specify a LICENSE - sort USES alphabetically - regenerate patches with make makepatch - remove absolute path from pkg-message - add PROVIDE, REQUIRE and KEYWORD to the rc script PR: 202267 Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl> Changes: head/x11-servers/Xfstt/Makefile head/x11-servers/Xfstt/distinfo head/x11-servers/Xfstt/files/patch-INSTALL head/x11-servers/Xfstt/files/patch-doc__Makefile.in head/x11-servers/Xfstt/files/patch-libfstt__arch.h head/x11-servers/Xfstt/files/patch-src__Makefile.in head/x11-servers/Xfstt/files/pkg-message.in head/x11-servers/Xfstt/files/xfstt.in
Committed, thank you!