Bug 261882 - devel/libinotify: update to 20211018
Summary: devel/libinotify: update to 20211018
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: Po-Chuan Hsieh
URL: https://github.com/libinotify-kqueue/...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-11 09:03 UTC by Hiroki Tagato
Modified: 2022-02-28 13:15 UTC (History)
1 user (show)

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


Attachments
Patch (3.52 KB, patch)
2022-02-11 09:03 UTC, Hiroki Tagato
tagattie: maintainer-approval? (sunpoet)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroki Tagato freebsd_committer freebsd_triage 2022-02-11 09:03:30 UTC
Created attachment 231747 [details]
Patch

devel/libinotify: update to 20211018

While here:
- adjust pkg-descr and pkg-message (since all inotify events are supported now)
- add LICENSE_FILE

Changelog: https://github.com/libinotify-kqueue/libinotify-kqueue/releases/tag/20211018

Q/A:
- poudriere testport: OK (13{amd64, i386}, 12{amd64, i386})
- make test in the source directory (13amd64):
Running test suite...
............................................................................................................!.!..!.!.!.!...........

In test "Symbolic links":
   skipped: Start watch successfully on a symlink file with IN_DONT_FOLLOW (O_SYMLINK open() flag missed)
   skipped: Receive IN_ATTRIB after touching symlink itself (O_SYMLINK open() flag missed)
   skipped: No IN_MODIFY after modifying symlink source file (O_SYMLINK open() flag missed)
   skipped: No IN_MODIFY after modifying file via symlink (O_SYMLINK open() flag missed)
   skipped: Receive IN_MOVE_SELF after moving the symlink (O_SYMLINK open() flag missed)
   skipped: Receive IN_DELETE_SELF after removing the symlink (O_SYMLINK open() flag missed)

--------------------
     Run: 131
  Passed: 125
  Failed: 0
 Skipped: 6
Comment 1 Hiroki Tagato freebsd_committer freebsd_triage 2022-02-24 07:53:47 UTC
Hi sunpoet@,

Can you take a look at this PR and check it it's acceptable?

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-28 12:55:05 UTC
A commit in branch main references this bug:

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

commit 01259dd6d8da60ad7ee325a06a3cfaf0fdfa7120
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2022-02-28 09:41:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 12:46:44 +0000

    devel/libinotify: Update to 20211018

    - Add LICENSE_FILE
    - Update pkg-descr and pkg-message

    PR:             261882
    Submitted by:   tagattie

 devel/libinotify/Makefile    |  4 ++--
 devel/libinotify/distinfo    |  6 +++---
 devel/libinotify/pkg-descr   |  3 ---
 devel/libinotify/pkg-message | 32 --------------------------------
 devel/libinotify/pkg-plist   |  2 +-
 5 files changed, 6 insertions(+), 41 deletions(-)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-02-28 13:15:07 UTC
Committed. Thanks!