Bug 155189 - [PATCH] devel/pcsc-lite: add missing default value, respect PORTDOCS and PORTEXAMPLES
Summary: [PATCH] devel/pcsc-lite: add missing default value, respect PORTDOCS and PORT...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-02 12:30 UTC by Po-Chuan Hsieh
Modified: 2011-03-02 13:10 UTC (History)
1 user (show)

See Also:


Attachments
pcsc-lite-1.6.4,2.patch (3.35 KB, patch)
2011-03-02 12:30 UTC, Po-Chuan Hsieh
no flags Details | Diff

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