Date: Thu, 24 Oct 2019 16:58:33 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515442 - in head/dns: . rubygem-gitlab-net-dns Message-ID: <201910241658.x9OGwXgs010779@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Thu Oct 24 16:58:32 2019 New Revision: 515442 URL: https://svnweb.freebsd.org/changeset/ports/515442 Log: New port required for gitlab-ce 12.4 upgrade. Added: head/dns/rubygem-gitlab-net-dns/ - copied from r515300, head/dns/rubygem-net-dns/ Modified: head/dns/Makefile head/dns/rubygem-gitlab-net-dns/Makefile head/dns/rubygem-gitlab-net-dns/distinfo head/dns/rubygem-gitlab-net-dns/pkg-descr Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Thu Oct 24 16:58:27 2019 (r515441) +++ head/dns/Makefile Thu Oct 24 16:58:32 2019 (r515442) @@ -212,6 +212,7 @@ SUBDIR += renewck SUBDIR += rpsl2acl SUBDIR += rubygem-dnsruby + SUBDIR += rubygem-gitlab-net-dns SUBDIR += rubygem-idn-ruby SUBDIR += rubygem-net-dns SUBDIR += rubygem-public_suffix Modified: head/dns/rubygem-gitlab-net-dns/Makefile ============================================================================== --- head/dns/rubygem-net-dns/Makefile Wed Oct 23 17:48:56 2019 (r515300) +++ head/dns/rubygem-gitlab-net-dns/Makefile Thu Oct 24 16:58:32 2019 (r515442) @@ -1,12 +1,12 @@ # Created by: rpsfa@rit.edu # $FreeBSD$ -PORTNAME= net-dns -PORTVERSION= 0.9.0 +PORTNAME= gitlab-net-dns +PORTVERSION= 0.9.1 CATEGORIES= dns rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= Pure Ruby DNS library LICENSE= BSD2CLAUSE RUBY Modified: head/dns/rubygem-gitlab-net-dns/distinfo ============================================================================== --- head/dns/rubygem-net-dns/distinfo Wed Oct 23 17:48:56 2019 (r515300) +++ head/dns/rubygem-gitlab-net-dns/distinfo Thu Oct 24 16:58:32 2019 (r515442) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540908865 -SHA256 (rubygem/net-dns-0.9.0.gem) = 2d78aca39101d43e5c130b81d3733a2de4194bbafd418795b2417078653fa9a1 -SIZE (rubygem/net-dns-0.9.0.gem) = 54784 +TIMESTAMP = 1571855547 +SHA256 (rubygem/gitlab-net-dns-0.9.1.gem) = bcd1a08dcb31b731e8ff602d828de619d2d9f53f5812f6abacf11c720873d4cb +SIZE (rubygem/gitlab-net-dns-0.9.1.gem) = 54272 Modified: head/dns/rubygem-gitlab-net-dns/pkg-descr ============================================================================== --- head/dns/rubygem-net-dns/pkg-descr Wed Oct 23 17:48:56 2019 (r515300) +++ head/dns/rubygem-gitlab-net-dns/pkg-descr Thu Oct 24 16:58:32 2019 (r515442) @@ -1,4 +1,4 @@ Net::DNS is a pure Ruby DNS library, with a clean OO interface and an extensible API -WWW: https://github.com/bluemonk/net-dns +WWW: https://gitlab.com/gitlab-org/gitlab-net-dns
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910241658.x9OGwXgs010779>