Bug 266903 - devel/p5-Tree-Simple: Update to 1.34
Summary: devel/p5-Tree-Simple: Update to 1.34
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: Dmitry Sivachenko
URL: https://metacpan.org/dist/Tree-Simple...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-08 14:10 UTC by Gian-Simon Purkert
Modified: 2022-10-17 08:23 UTC (History)
0 users

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


Attachments
Update to 1.34 (1.26 KB, patch)
2022-10-08 14:10 UTC, Gian-Simon Purkert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gian-Simon Purkert 2022-10-08 14:10:56 UTC
Created attachment 237155 [details]
Update to 1.34
Comment 1 Dmitry Sivachenko freebsd_committer freebsd_triage 2022-10-12 10:02:14 UTC
Hello,

what is the difference between ART10 and ARTPERL10 licenses? 
(I looked throw licences file and failed to see it's ARTPERL10 and not ART10)

Thanks.
Comment 2 Gian-Simon Purkert 2022-10-12 14:27:59 UTC
(In reply to Dmitry Sivachenko from comment #1)

You are absolutely right, unlike the others this is definitely ART10 and NOT ARTPERL10:

https://github.com/ronsavage/Tree-Simple/blob/master/LICENSE

https://spdx.org/licenses/Artistic-1.0

https://spdx.org/licenses/Artistic-1.0-Perl.html
Comment 3 Gian-Simon Purkert 2022-10-12 14:32:15 UTC
Comment on attachment 237155 [details]
Update to 1.34

>diff --git a/devel/p5-Tree-Simple/Makefile b/devel/p5-Tree-Simple/Makefile
>index c799786d7289..21de5919b075 100644
>--- a/devel/p5-Tree-Simple/Makefile
>+++ b/devel/p5-Tree-Simple/Makefile
>@@ -1,5 +1,5 @@
> PORTNAME=	Tree-Simple
>-PORTVERSION=	1.33
>+DISTVERSION=	1.34
> CATEGORIES=	devel perl5
> MASTER_SITES=	CPAN
> PKGNAMEPREFIX=	p5-
>@@ -8,14 +8,15 @@ MAINTAINER=	demon@FreeBSD.org
> COMMENT=	Simple tree object
> WWW=		https://metacpan.org/release/Tree-Simple
> 
>-LICENSE=	ART10 GPLv1+
>+LICENSE=	ART10 GPLv1+
> LICENSE_COMB=	dual
>-LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
>+LICENSE_FILE=	${WRKSRC}/LICENSE
> 
> TEST_DEPENDS=	p5-Test-Exception>=0.15:devel/p5-Test-Exception
> 
>-NO_ARCH=	yes
> USES=		perl5 tar:tgz
> USE_PERL5=	configure
> 
>+NO_ARCH=	yes
>+
> .include <bsd.port.mk>
>diff --git a/devel/p5-Tree-Simple/distinfo b/devel/p5-Tree-Simple/distinfo
>index 1ac8311b0b3b..0b99e02d5593 100644
>--- a/devel/p5-Tree-Simple/distinfo
>+++ b/devel/p5-Tree-Simple/distinfo
>@@ -1,3 +1,3 @@
>-TIMESTAMP = 1531835064
>-SHA256 (Tree-Simple-1.33.tgz) = db3ad71428ec6c323d0cbf09016910e5b7edd9b6d3b35443a28ad8c3cce296aa
>-SIZE (Tree-Simple-1.33.tgz) = 50385
>+TIMESTAMP = 1665237814
>+SHA256 (Tree-Simple-1.34.tgz) = b7e9799bd222bb94cff993f7d765980cbea1b6cd2aaa5ecbead635abdf47d29c
>+SIZE (Tree-Simple-1.34.tgz) = 46813
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-10-17 08:08:32 UTC
A commit in branch main references this bug:

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

commit c9ee6b86a1272ccf65951fb73702a0dc61491c66
Author:     Dmitry Sivachenko <demon@FreeBSD.org>
AuthorDate: 2022-10-17 07:59:51 +0000
Commit:     Dmitry Sivachenko <demon@FreeBSD.org>
CommitDate: 2022-10-17 08:07:28 +0000

    devel/p5-Tree-Simple: Update to version 1.34.

    Submitted by:   Gian-Simon Purkert <gspurki@gmail.com>
    PR:     266903

 devel/p5-Tree-Simple/Makefile | 7 ++++---
 devel/p5-Tree-Simple/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)
Comment 5 Dmitry Sivachenko freebsd_committer freebsd_triage 2022-10-17 08:23:19 UTC
Port updated, thanks!