Bug 279399 - lang/nyan: Update to v0.3
Summary: lang/nyan: Update to v0.3
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: Joel Bodenmann
URL: https://github.com/SFTtech/nyan/relea...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-30 12:22 UTC by Martin Filla
Modified: 2024-06-12 21:18 UTC (History)
1 user (show)

See Also:


Attachments
nyan.diff (2.29 KB, patch)
2024-05-30 12:22 UTC, Martin Filla
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Filla 2024-05-30 12:22:12 UTC
Created attachment 251086 [details]
nyan.diff

Hi,
update to v0.3, poudriere ok. 

===========================================================================
=>> Recording filesystem state for preinst... done
=======================<phase: install        >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Installing for nyan-lang-0.3
===>  Checking if nyan-lang is already installed
===>   Registering installation for nyan-lang-0.3
[freebsd132x64-default] Installing nyan-lang-0.3...
===========================================================================
=>> Checking shared library dependencies
 0x0000000000000001 NEEDED               Shared library: [libc++.so.1]
 0x0000000000000001 NEEDED               Shared library: [libc.so.7]
 0x0000000000000001 NEEDED               Shared library: [libcxxrt.so.1]
 0x0000000000000001 NEEDED               Shared library: [libexecinfo.so.1]
 0x0000000000000001 NEEDED               Shared library: [libgcc_s.so.1]
 0x0000000000000001 NEEDED               Shared library: [libm.so.5]
 0x0000000000000001 NEEDED               Shared library: [libnyan.so.1]
=======================<phase: deinstall      >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Deinstalling for nyan-lang
===>   Deinstalling nyan-lang-0.3
Updating database digests format: .......... done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	nyan-lang: 0.3

Number of packages to be removed: 1

The operation will free 1 MiB.
[freebsd132x64-default] [1/1] Deinstalling nyan-lang-0.3...
[freebsd132x64-default] [1/1] Deleting files for nyan-lang-0.3: .......... done
===========================================================================
=>> Checking for extra files and directories
[00:00:30] Installing from package
[freebsd132x64-default] Installing nyan-lang-0.3...
[freebsd132x64-default] Extracting nyan-lang-0.3: .......... done
[00:00:30] Cleaning up
===>  Cleaning for nyan-lang-0.3
[00:00:30] Deinstalling package
Updating database digests format: . done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	nyan-lang: 0.3

Number of packages to be removed: 1

The operation will free 1 MiB.
[freebsd132x64-default] [1/1] Deinstalling nyan-lang-0.3...
[freebsd132x64-default] [1/1] Deleting files for nyan-lang-0.3: .......... done
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-12 21:17:08 UTC
A commit in branch main references this bug:

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

commit 592a9cc4aec2c274ba85a7e5d054a9a5907a50b1
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2024-06-12 21:09:02 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2024-06-12 21:15:16 +0000

    lang/nyan: Update to 0.3

    Changelog: https://github.com/SFTtech/nyan/releases/tag/v0.3

    PR:             279399
    Approved by:    tcberner (mentor, implicit)

 lang/nyan/Makefile  |  4 ++--
 lang/nyan/distinfo  |  6 +++---
 lang/nyan/pkg-plist | 10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)
Comment 2 Joel Bodenmann freebsd_committer freebsd_triage 2024-06-12 21:18:20 UTC
Committed - Thanks!

For the future, please provide a git-format patch. That saves the committers the hassle of setting the author field manually and crafting the commit message from scratch :)