Bug 202267 - [PATCH] x11-servers/Xfstt: Update to 1.9.2, adopt orphan and small fixes
Summary: [PATCH] x11-servers/Xfstt: Update to 1.9.2, adopt orphan and small fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ruslan Makhmatkhanov
URL:
Keywords: needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-08-12 10:42 UTC by A.J. "Fonz" van Werven
Modified: 2015-09-29 02:31 UTC (History)
1 user (show)

See Also:


Attachments
Update port to new version, add new maintainer, small misc fixes (4.51 KB, patch)
2015-08-12 10:42 UTC, A.J. "Fonz" van Werven
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!