Bug 130507

Summary: [update] port: archivers/ocaml-zip (ocamlfind compatibility)
Product: Ports & Packages Reporter: jaapb
Component: Individual Port(s)Assignee: Beech Rintoul <beech>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jaapb 2009-01-13 14:50:01 UTC
This is a small update to the archivers/ocaml-zip port:

- it installs a META file for use with ocaml-findlib (findlib is still not necessary to install or run the port, but if it is there, it will detect the port);
- I've slightly changed the Makefile to install some files (zlib.cmi and zlib.mli) that are needed by www/ocsigen.

Fix: diff added.

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-13 14:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2009-01-30 03:06:22 UTC
Responsible Changed
From-To: stas->beech

By request
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-30 03:52:55 UTC
beech       2009-01-30 03:52:43 UTC

  FreeBSD ports repository

  Modified files:
    archivers/ocaml-zip  Makefile 
  Added files:
    archivers/ocaml-zip/files META patch-Makefile 
  Log:
  - Install a META file for use with ocaml-findlib (findlib is still not
    necessary to install or run the port, but if it is there, it will detect the
    port);
  - Install files (zlib.cmi and zlib.mli) needed by www/ocsigen.
  - Bump portrevision
  
  PR:             ports/130507
  Submitted by:   Jaap Boender <jaapb@kerguelen.org>
  Approved by:    stas (maintainer)
  
  Revision  Changes    Path
  1.5       +2 -1      ports/archivers/ocaml-zip/Makefile
  1.1       +8 -0      ports/archivers/ocaml-zip/files/META (new)
  1.1       +11 -0     ports/archivers/ocaml-zip/files/patch-Makefile (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 4 Beech Rintoul freebsd_committer freebsd_triage 2009-01-30 03:53:19 UTC
State Changed
From-To: open->closed

Committed, Thanks!