Bug 263005 - archivers/ocaml-zip: upgrade to 1.11
Summary: archivers/ocaml-zip: upgrade to 1.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Alexey Dokuchaev
URL: https://github.com/xavierleroy/camlzi...
Keywords:
Depends on:
Blocks: 262794
  Show dependency treegraph
 
Reported: 2022-04-02 15:21 UTC by Thierry Thomas
Modified: 2022-04-17 04:02 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (danfe)


Attachments
Upgrade to 1.11 (5.87 KB, patch)
2022-04-02 15:21 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas freebsd_committer freebsd_triage 2022-04-02 15:21:31 UTC
Created attachment 232896 [details]
Upgrade to 1.11

This port could be built with OCaml 4.12, but an upgrade is required in order to be usable for math/alt-ergo, which must be upgraded.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-04-17 03:57:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a34c2f347e0a3bf0468b469d9ebb0135b818698a

commit a34c2f347e0a3bf0468b469d9ebb0135b818698a
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-04-17 03:56:14 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-04-17 03:56:14 +0000

    archivers/ocaml-zip: update the port to the latest version 1.11

    - Project had been moved under Xavier's GitHub account
    - Remove ugly and (now) mostly useless `post-extract' target:
      installation is done via ``ocamlfind install'' which does the
      right thing by itself and passing ${CFLAGS} does not require
      in-place expansion and can be moved to the `patch-Makefile'
    - Drop dynamic `pkg-plist' generation in favor of static file

    PR:             263005 (modified)
    Submitted by:   thierry
    Reported by:    portscout (a while ago)

 archivers/ocaml-zip/Makefile             | 28 ++++++++++------------------
 archivers/ocaml-zip/distinfo             |  6 +++---
 archivers/ocaml-zip/files/META (gone)    |  7 -------
 archivers/ocaml-zip/files/patch-Makefile | 18 +++++++++---------
 archivers/ocaml-zip/pkg-descr            |  2 +-
 archivers/ocaml-zip/pkg-plist (new)      | 23 +++++++++++++++++++++++
 6 files changed, 46 insertions(+), 38 deletions(-)
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2022-04-17 04:02:03 UTC
Committed with some modifications and simplifications (e.g. I didn't want to break existing version scheme), thank you!