Bug 190830

Summary: [patch] net/nss-pam-ldapd install only nslcd.conf.sample to $STAGEDIR
Product: Ports & Packages Reporter: Olli Hauer <ohauer>
Component: Individual Port(s)Assignee: Ryan Steinmetz <zi>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
nss-pam-ldapd-0.8.14.diff none

Description Olli Hauer freebsd_committer freebsd_triage 2014-06-09 13:13:18 UTC
Created attachment 143564 [details]
nss-pam-ldapd-0.8.14.diff

The qa script complains about nslcd.conf not in pkg-plist, this was not an issue with the first qa script versions but is now an issue if DEVELOPPER=yes is set.

The patch changed the source Makefile to install nslcd.conf as nslcd.conf.sample, makes usage of the @sample macro and cleans now unused parts from the port Makefile.
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2014-06-25 02:52:19 UTC
Approved.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-06-25 05:18:58 UTC
A commit references this bug:

Author: ohauer
Date: Wed Jun 25 05:18:09 UTC 2014
New revision: 359184
URL: http://svnweb.freebsd.org/changeset/ports/359184

Log:
  - fix pkg-plist
  - use @sample macro in pkg-plist
  - bump PORTREVSION

  PR:		190830
  Submitted by:	ohauer
  Approved by:	zi (maintainer)

Changes:
  head/net/nss-pam-ldapd/Makefile
  head/net/nss-pam-ldapd/files/patch-Makefile.in
  head/net/nss-pam-ldapd/files/pkg-message.in
  head/net/nss-pam-ldapd/pkg-plist
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2014-06-25 05:22:50 UTC
Committed