Bug 235584

Summary: www/serf: rename options to be more consistent with other ports
Product: Ports & Packages Reporter: Phillip R. Jaenke <prj>
Component: Individual Port(s)Assignee: Lev A. Serebryakov <lev>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (lev)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
www_serf_Makefile.patch none

Description Phillip R. Jaenke 2019-02-07 20:11:39 UTC
Created attachment 201823 [details]
www_serf_Makefile.patch

www/serf uses the option names "HEIMDAL_BASE", "HEIMDAL", and "MIT" whereas the majority of other ports use "GSSAPI_${TYPE}". GSSAPI type should generally be set system wide so consistency of option naming matters.

Attached patch does nothing more than rename the options to be more consistent with other ports.
HEIMDAL_BASE -> GSSAPI_BASE
HEIMDAL -> GSSAPI_HEIMDAL
MIT -> GSSAPI_MIT
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-11 12:50:43 UTC
A commit references this bug:

Author: lev
Date: Mon Feb 11 12:49:52 UTC 2019
New revision: 492691
URL: https://svnweb.freebsd.org/changeset/ports/492691

Log:
    Rename Kerberos-related options to system-wide names.

  PR:		235584
  Submitted by:	prj@rootwyrm.com

Changes:
  head/www/serf/Makefile
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2019-02-11 12:51:33 UTC
Committed, thnx!