Bug 130507 - [update] port: archivers/ocaml-zip (ocamlfind compatibility)
Summary: [update] port: archivers/ocaml-zip (ocamlfind compatibility)
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 14:50 UTC by jaapb
Modified: 2009-01-30 04:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.71 KB, patch)
2009-01-13 14:50 UTC, jaapb
no flags Details | Diff

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