aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-09 15:20:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-09 15:37:45 +0000
commit7ea53c5fb3343a96811c8e7123a3e8f2a80f52a8 (patch)
tree52b7b4f803e48ed95ae0069bb727ec3462648f0e
parent34212f681ccaeb5058aa3df4424343b4cb181325 (diff)
downloadports-7ea53c5.tar.gz
ports-7ea53c5.zip
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.
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Type-Tie/Makefile27
-rw-r--r--devel/p5-Type-Tie/distinfo3
-rw-r--r--devel/p5-Type-Tie/pkg-descr4
-rw-r--r--devel/p5-Type-Tie/pkg-plist4
6 files changed, 1 insertions, 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