Bug 154843 - net/nss_ldap - Fix configuration file comments + various changes
Summary: net/nss_ldap - Fix configuration file comments + various changes
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: Ganael LAPLANCHE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-17 12:40 UTC by Ganael LAPLANCHE
Modified: 2011-02-18 08:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.85 KB, patch)
2011-02-17 12:40 UTC, Ganael LAPLANCHE
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ganael LAPLANCHE freebsd_committer freebsd_triage 2011-02-17 12:40:09 UTC
Dear maintainer of net/nss_ldap,

I would like to commit the attached patch, which provides the following :

- Fix several default paths relative to PREFIX
- Move REINPLACE_CMDs to the post-patch target to avoid patching the same
  files again when re-running the install target
- Provide a .conf file from the .conf.sample one as advised in the porter's
  handbook 
- Add a LOCAL mirror

Please, tell me if you agree with those changes.

Best regards,
Ganael Laplanche.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-17 12:40:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->martymac

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-17 12:40:18 UTC
Maintainer of net/nss_ldap,

Please note that PR ports/154843 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154843

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-17 12:40:20 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 mikeg 2011-02-17 18:45:48 UTC
All looks sane -- should be able to be applied as-is.

-MG

> Maintainer of net/nss_ldap,
>
> Please note that PR ports/154843 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154843
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-02-18 08:41:12 UTC
martymac    2011-02-18 08:41:07 UTC

  FreeBSD ports repository

  Modified files:
    net/nss_ldap         Makefile distinfo 
  Added files:
    net/nss_ldap         pkg-plist 
  Log:
  - Fix several default paths relative to PREFIX
  - Move REINPLACE_CMDs to the post-patch target to avoid patching
    the same files again when re-running the install target
  - Provide a .conf file from the .conf.sample one
  - Add a LOCAL mirror
  
  PR:     154843
  Approved by:    Michael Graziano <mikeg@bsd-box.net> (maintainer),
                  ehaupt (mentor)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.39      +13 -7     ports/net/nss_ldap/Makefile
  1.17      +0 -1      ports/net/nss_ldap/distinfo
  1.5       +4 -0      ports/net/nss_ldap/pkg-plist (new)
_______________________________________________
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 6 Ganael LAPLANCHE freebsd_committer freebsd_triage 2011-02-18 08:43:33 UTC
State Changed
From-To: feedback->closed

Committed, thanks!