Bug 155171

Summary: [maintainer update] security/ocaml-cryptokit improvements
Product: Ports & Packages Reporter: jaapb
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jaapb 2011-03-01 21:20:11 UTC
This patch, submitted by Michael Le Barbier Grunewald <michael.le.barbier@hcm.uni-bonn.de>, solves two problems with the ocaml-cryptokit port:

- installing of libraries in ${OCAML_SITELIBDIR)/stublibs, which is not searched;
- creation of an install directory before the privilege switch.

Fix: patch included.

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Wen Heping freebsd_committer freebsd_triage 2011-03-02 03:15:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-02 06:26:50 UTC
wen         2011-03-02 06:26:38 UTC

  FreeBSD ports repository

  Modified files:
    security/ocaml-cryptokit Makefile distinfo pkg-plist 
  Added files:
    security/ocaml-cryptokit/files patch-Makefile 
  Log:
  - Installing of libraries in ${OCAML_SITELIBDIR)/stublibs, which is not searched;
  - Creation of an install directory before the privilege switch.
  
  PR:             ports/155171
  Submitted by:   Jaap Boender <jaapb@kerguelen.org> (maintainer)
  
  Revision  Changes    Path
  1.12      +1 -3      ports/security/ocaml-cryptokit/Makefile
  1.6       +0 -1      ports/security/ocaml-cryptokit/distinfo
  1.1       +14 -0     ports/security/ocaml-cryptokit/files/patch-Makefile (new)
  1.6       +1 -2      ports/security/ocaml-cryptokit/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 3 Wen Heping freebsd_committer freebsd_triage 2011-03-02 06:27:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!