git: 5ef1ce3fe026 - main - net/rubygem-ipaddr122: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 23:51:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ef1ce3fe026d6285295a60f2a1b6834a9d5bd64 commit 5ef1ce3fe026d6285295a60f2a1b6834a9d5bd64 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 23:20:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 23:43:39 +0000 net/rubygem-ipaddr122: Remove obsoleted port Use net/rubygem-ipaddr instead. --- MOVED | 1 + net/Makefile | 1 - net/rubygem-ipaddr122/Makefile | 21 --------------------- net/rubygem-ipaddr122/distinfo | 3 --- net/rubygem-ipaddr122/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 27 deletions(-) diff --git a/MOVED b/MOVED index 85b7cefdb87d..d499a38e46ec 100644 --- a/MOVED +++ b/MOVED @@ -7562,3 +7562,4 @@ devel/rubygem-aws-sdk-core3170|devel/rubygem-aws-sdk-core|2023-05-27|Remove obso devel/rubygem-aws-sdk-s31119|devel/rubygem-aws-sdk-s3|2023-05-27|Remove obsoleted port. Use devel/rubygem-aws-sdk-s3 instead devel/rubygem-clamp11|devel/rubygem-clamp|2023-05-27|Remove obsoleted port. Use devel/rubygem-clamp instead net/rubygem-grpc142|net/rubygem-grpc|2023-05-27|Remove obsoleted port. Use net/rubygem-grpc instead +net/rubygem-ipaddr122|net/rubygem-ipaddr|2023-05-27|Remove obsoleted port. Use net/rubygem-ipaddr instead diff --git a/net/Makefile b/net/Makefile index 44494b89279d..c629c32cb5ce 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1314,7 +1314,6 @@ SUBDIR += rubygem-httpauth SUBDIR += rubygem-interfacez SUBDIR += rubygem-ipaddr - SUBDIR += rubygem-ipaddr122 SUBDIR += rubygem-ipaddress SUBDIR += rubygem-iproto SUBDIR += rubygem-kas-grpc diff --git a/net/rubygem-ipaddr122/Makefile b/net/rubygem-ipaddr122/Makefile deleted file mode 100644 index 199765485620..000000000000 --- a/net/rubygem-ipaddr122/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= ipaddr -PORTVERSION= 1.2.2 -CATEGORIES= net rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 122 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Set of methods to manipulate an IP address -WWW= https://github.com/ruby/ipaddr - -LICENSE= BSD2CLAUSE RUBY -LICENSE_COMB= dual -LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt - -USES= gem - -NO_ARCH= yes - -PORTSCOUT= limit:^1\.2\.2 - -.include <bsd.port.mk> diff --git a/net/rubygem-ipaddr122/distinfo b/net/rubygem-ipaddr122/distinfo deleted file mode 100644 index 2af6bc647649..000000000000 --- a/net/rubygem-ipaddr122/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1668837352 -SHA256 (rubygem/ipaddr-1.2.2.gem) = 27916ee6367d549850d3675bc020f1f1ddafbbe1cfc58635f17dfa56c42f9f79 -SIZE (rubygem/ipaddr-1.2.2.gem) = 12288 diff --git a/net/rubygem-ipaddr122/pkg-descr b/net/rubygem-ipaddr122/pkg-descr deleted file mode 100644 index 9f433d54f086..000000000000 --- a/net/rubygem-ipaddr122/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -IPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 -are supported.