git: 7ea53c5fb334 - main - devel/p5-Type-Tie: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 15:39:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ea53c5fb3343a96811c8e7123a3e8f2a80f52a8 commit 7ea53c5fb3343a96811c8e7123a3e8f2a80f52a8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-09 15:20:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-09 15:37:45 +0000 devel/p5-Type-Tie: Remove obsoleted port Use devel/p5-Type-Tiny instead. Type::Tie has been bundled into Type-Tiny since 2.000000 release. --- MOVED | 1 + devel/Makefile | 1 - devel/p5-Type-Tie/Makefile | 27 --------------------------- devel/p5-Type-Tie/distinfo | 3 --- devel/p5-Type-Tie/pkg-descr | 4 ---- devel/p5-Type-Tie/pkg-plist | 4 ---- 6 files changed, 1 insertion(+), 39 deletions(-) diff --git a/MOVED b/MOVED index 3f3fa864b5a6..b92a579cede4 100644 --- a/MOVED +++ b/MOVED @@ -17579,3 +17579,4 @@ databases/py-bsddb3|databases/py-berkeleydb|2022-09-30|Has expired: Requires ups graphics/megapov|graphics/povray37|2022-10-01|Has expired: Abandoned upstream. graphics/povray37 is the recommended replacement x11-toolkits/gstreamer1-plugins-gtk4||2022-10-01|No consumers left and deprecated in favor gtk4 plugin from multimedia/gstreamer1-plugins-rust >= 0.8.0 deskutils/lookbook|deskutils/iconbrowser|2022-10-05|Project was renamed, now it is an official elementary OS application +devel/p5-Type-Tie|devel/p5-Type-Tiny|2022-10-09|Remove obsoleted port. Use devel/p5-Type-Tiny instead diff --git a/devel/Makefile b/devel/Makefile index fe983d0a3abe..0c0bc5dd4afa 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3651,7 +3651,6 @@ SUBDIR += p5-Tree-Simple-View SUBDIR += p5-Tree-Simple-VisitorFactory SUBDIR += p5-Tree-Trie - SUBDIR += p5-Type-Tie SUBDIR += p5-Type-Tiny SUBDIR += p5-Type-Tiny-Signatures SUBDIR += p5-Type-Tiny-XS diff --git a/devel/p5-Type-Tie/Makefile b/devel/p5-Type-Tie/Makefile deleted file mode 100644 index f5f004eec728..000000000000 --- a/devel/p5-Type-Tie/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= Type-Tie -PORTVERSION= 0.015 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:TOBYINK -PKGNAMEPREFIX= p5- - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Tie a variable to a type constraint -WWW= https://metacpan.org/release/Type-Tie - -LICENSE= ART10 GPLv1+ -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Exporter-Tiny>=0.026:devel/p5-Exporter-Tiny \ - p5-Hash-FieldHash>=0:devel/p5-Hash-FieldHash -TEST_DEPENDS= p5-MooseX-Types>=0:devel/p5-MooseX-Types \ - p5-Type-Tiny>=0.004:devel/p5-Type-Tiny - -USES= perl5 -USE_PERL5= configure - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/p5-Type-Tie/distinfo b/devel/p5-Type-Tie/distinfo deleted file mode 100644 index 95fd5bf809a2..000000000000 --- a/devel/p5-Type-Tie/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1605901624 -SHA256 (Type-Tie-0.015.tar.gz) = 4e5a3f6737efd59b4e395af2f95d02e564fc57aa723e32a13eb2a1788d6d5434 -SIZE (Type-Tie-0.015.tar.gz) = 31402 diff --git a/devel/p5-Type-Tie/pkg-descr b/devel/p5-Type-Tie/pkg-descr deleted file mode 100644 index ec06591215b5..000000000000 --- a/devel/p5-Type-Tie/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Type::Tie exports a single function: ttie. ttie ties a variable to a type -constraint, ensuring that whatever values stored in the variable will conform to -the type constraint. If the type constraint has coercions, these will be used if -necessary to ensure values assigned to the variable conform. diff --git a/devel/p5-Type-Tie/pkg-plist b/devel/p5-Type-Tie/pkg-plist deleted file mode 100644 index 1af8e23594b2..000000000000 --- a/devel/p5-Type-Tie/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%SITE_PERL%%/Type/Nano.pm -%%SITE_PERL%%/Type/Tie.pm -%%PERL5_MAN3%%/Type::Nano.3.gz -%%PERL5_MAN3%%/Type::Tie.3.gz