Bug 264587 - devel/capnproto: Update to 0.10.1
Summary: devel/capnproto: Update to 0.10.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/capnproto/capnprot...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-10 06:52 UTC by Felix Hanley
Modified: 2022-06-10 19:16 UTC (History)
1 user (show)

See Also:
felix: maintainer-feedback+


Attachments
Update patch (1.67 KB, application/mbox)
2022-06-10 06:52 UTC, Felix Hanley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Hanley 2022-06-10 06:52:13 UTC
Created attachment 234592 [details]
Update patch

Updated to 0.10.1
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-06-10 19:14:48 UTC
A commit in branch main references this bug:

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

commit fcef1e133c5033573cd9a7a5c334960479bdd241
Author:     Felix Hanley <felix@userspace.com.au>
AuthorDate: 2022-06-10 19:11:24 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-06-10 19:11:24 +0000

    devel/capnproto: Update to 0.10.1

     - pet portclippy

    ChangeLog: https://github.com/capnproto/capnproto/releases/tag/v0.10.1

    PR:             264587

 devel/capnproto/Makefile  | 8 ++++----
 devel/capnproto/distinfo  | 6 +++---
 devel/capnproto/pkg-plist | 1 +
 3 files changed, 8 insertions(+), 7 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-06-10 19:16:41 UTC
Small fix:

---
# USES block
USES
USE_LDCONFIG

# USES=cmake related variables
+CMAKE_ON
+CMAKE_OFF

# Conflicts
CONFLICTS_INSTALL

-CMAKE_OFF
-CMAKE_ON
---

Committed, thank you!