Bug 202267

Summary: [PATCH] x11-servers/Xfstt: Update to 1.9.2, adopt orphan and small fixes
Product: Ports & Packages Reporter: A.J. "Fonz" van Werven <freebsd>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Some People CC: rm
Priority: --- Keywords: needs-qa, patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update port to new version, add new maintainer, small misc fixes none

Description A.J. "Fonz" van Werven 2015-08-12 10:42:52 UTC
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.
#
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-09-28 19:16:36 UTC
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
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-09-28 19:17:05 UTC
Committed, thank you!