Bug 155189

Summary: [PATCH] devel/pcsc-lite: add missing default value, respect PORTDOCS and PORTEXAMPLES
Product: Ports & Packages Reporter: Po-Chuan Hsieh <sunpoet>
Component: Individual Port(s)Assignee: Tilman Keskinoz <arved>
Status: Closed FIXED    
Severity: Affects Only Me CC: arved
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pcsc-lite-1.6.4,2.patch none

Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-03-02 12:30:15 UTC
- Add missing default value to rc.d script (pcscd)
- Respect PORTDOCS and PORTEXAMPLES
- Pet portlint

Port maintainer (arved@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99

How-To-Repeat: 
- Add missing default value to rc.d script (pcscd):

% grep pcscd_enable /etc/rc.conf
% /usr/local/etc/rc.d/pcscd start
/usr/local/etc/rc.d/pcscd: WARNING: $pcscd_enable is not set properly - see rc.conf(5).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-02 12:30:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->arved

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2011-03-02 12:45:46 UTC
Looks good!

Please commit!
(Don't forget PORTREVISION, due to rc.d script change)
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-03-02 13:02:38 UTC
sunpoet     2011-03-02 13:02:24 UTC

  FreeBSD ports repository

  Modified files:
    devel/pcsc-lite      Makefile distinfo pkg-plist 
    devel/pcsc-lite/files pcscd.in 
  Log:
  - Add missing default value to rc.d script (pcscd)
  - Respect PORTDOCS and PORTEXAMPLES
  - Pet portlint
  - Bump PORTREVISION for rc.d script change
  
  PR:             ports/155189
  Submitted by:   sunpoet (myself)
  Approved by:    arved (maintainer)
  
  Revision  Changes    Path
  1.52      +12 -4     ports/devel/pcsc-lite/Makefile
  1.28      +0 -1      ports/devel/pcsc-lite/distinfo
  1.3       +4 -1      ports/devel/pcsc-lite/files/pcscd.in
  1.22      +7 -7      ports/devel/pcsc-lite/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-03-02 13:03:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!