Bug 216988

Summary: x11-fonts/font-manager: update MASTERSITES, update WWW
Product: Ports & Packages Reporter: Chris Hutchinson <portmaster>
Component: Individual Port(s)Assignee: Joseph Mingrone <jrm>
Status: Closed FIXED    
Severity: Affects Some People CC: jrm, lichray, portmaster
Priority: --- Flags: lichray: maintainer-feedback+
lichray: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch (svn diiff) for x11-fonts/font-manager
lichray: maintainer-approval+
build log for x11-fonts/font-manager none

Description Chris Hutchinson 2017-02-11 02:38:35 UTC
Created attachment 179860 [details]
patch (svn diiff) for x11-fonts/font-manager

this pr(1) updates x11-fonts/font-manager

NOTE
font-manager has moved to GITHUB, the most recent version
is 0.7.3
HOWEVER I did NOT move this port to the most recent version,
as it appears that the newer version(s) are (as yet) lacking
features currently available in 0.5.7.

SO I simply hacked up the Makefile, distinfo, and pkg-descr
so as to continue to build with the GITHUB version (0.5.7).

Changes
swap GITHUB for GOOGLECODE
correct distinfo accordingly
replace the WWW in pkg-descr for the new location,
and some slight reflow of the text therein.

That's it!

Please find the svn diff; x11-fonts_font-manager.diff,
and the build log file; x11-fonts_font-manager-QA-LOG
attached to this pr(1).

Thanks!

@MAINTAINER:
If you ever get tired of maintaining this port,
I would be happy to maintain it. As I use this
port fairly frequently. :-)

Thanks again!

--Chris
Comment 1 Chris Hutchinson 2017-02-11 02:39:55 UTC
Created attachment 179861 [details]
build log for x11-fonts/font-manager

tested on RELENG_11
Comment 2 lichray 2017-02-11 03:22:16 UTC
Good.  Sure, you can take the maintainership.
Comment 3 Chris Hutchinson 2017-02-11 03:41:44 UTC
(In reply to lichray from comment #2)
> Good.  Sure, you can take the maintainership.

Thanks!

@committer:
Please put me as MAINTAINER
(saves the additional electrons needed to resubmit) ;-)

Thanks again!

--Chris
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-02-15 13:19:54 UTC
A commit references this bug:

Author: jrm
Date: Wed Feb 15 13:19:46 UTC 2017
New revision: 434162
URL: https://svnweb.freebsd.org/changeset/ports/434162

Log:
  x11-fonts/font-manager: Switch from using Google Code to GitHub

  Also
   - New MAINTAINER, portmaster@bsdforge.com
   - Update LIB_DEPENDS
   - Redo patches to silence portlint warnings
   - Add NLS_USES_OFF=gettext-runtime, because even when configured using
     --disable-nls, fontutils.so is still linked to lib/libintl.so.x.

  PR:		216988
  Submitted by:	portmaster@bsdforge.com (new maintainer)
  Approved by:	swills (mentor, implicit)

Changes:
  head/x11-fonts/font-manager/Makefile
  head/x11-fonts/font-manager/distinfo
  head/x11-fonts/font-manager/files/patch-Makefile.in
  head/x11-fonts/font-manager/files/patch-src-constants.py.in
  head/x11-fonts/font-manager/files/patch-src_lib_fm-fontutils.c
  head/x11-fonts/font-manager/pkg-descr
Comment 5 Joseph Mingrone freebsd_committer freebsd_triage 2017-02-15 13:22:57 UTC
Thanks.  Committed (with a few changes).

If you feel movitvated, you could ping upstream about still linking to lib/libintl.so.x with --disable-nls.
Comment 6 Chris Hutchinson 2017-02-15 15:22:00 UTC
(In reply to Joseph Mingrone from comment #5)
> Thanks.  Committed (with a few changes).
> 
> If you feel movitvated, you could ping upstream about still linking to
> lib/libintl.so.x with --disable-nls.

Thanks! Will do. Thanks for taking the time to point that out, Joseph.

--Chris