From owner-svn-ports-head@freebsd.org Sun Aug 23 19:44:49 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 15FEF3C6ABE; Sun, 23 Aug 2020 19:44:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZQgx4037z4B7B; Sun, 23 Aug 2020 19:44:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0023BC271; Sun, 23 Aug 2020 19:44:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07NJifG5088555; Sun, 23 Aug 2020 19:44:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07NJifmH088553; Sun, 23 Aug 2020 19:44:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008231944.07NJifmH088553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Aug 2020 19:44:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545949 - head/devel/rubygem-librarianp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-librarianp X-SVN-Commit-Revision: 545949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2020 19:44:49 -0000 Author: sunpoet Date: Sun Aug 23 19:44:41 2020 New Revision: 545949 URL: https://svnweb.freebsd.org/changeset/ports/545949 Log: Update to 1.0.0 - Update WWW Changes: https://github.com/voxpupuli/librarian/blob/librarianp/CHANGELOG.md Modified: head/devel/rubygem-librarianp/Makefile head/devel/rubygem-librarianp/distinfo head/devel/rubygem-librarianp/pkg-descr Modified: head/devel/rubygem-librarianp/Makefile ============================================================================== --- head/devel/rubygem-librarianp/Makefile Sun Aug 23 19:44:36 2020 (r545948) +++ head/devel/rubygem-librarianp/Makefile Sun Aug 23 19:44:41 2020 (r545949) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= librarianp -PORTVERSION= 0.6.4 +PORTVERSION= 1.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,10 +11,11 @@ COMMENT= Ruby framework for writing bundlers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-thor>=0.15:devel/rubygem-thor +RUN_DEPENDS= rubygem-thor>=1.0<2:devel/rubygem-thor -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-librarianp/distinfo ============================================================================== --- head/devel/rubygem-librarianp/distinfo Sun Aug 23 19:44:36 2020 (r545948) +++ head/devel/rubygem-librarianp/distinfo Sun Aug 23 19:44:41 2020 (r545949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507363519 -SHA256 (rubygem/librarianp-0.6.4.gem) = 7b58de3ce3f6169b4ec5a5174f141dbcc36ca5459cd1d077f23b990ec324bb2b -SIZE (rubygem/librarianp-0.6.4.gem) = 53248 +TIMESTAMP = 1598175370 +SHA256 (rubygem/librarianp-1.0.0.gem) = 4487f8dfb66530b6cdf9c4cd77ca336273fe26d485039ca02185021f0158ca5f +SIZE (rubygem/librarianp-1.0.0.gem) = 52224 Modified: head/devel/rubygem-librarianp/pkg-descr ============================================================================== --- head/devel/rubygem-librarianp/pkg-descr Sun Aug 23 19:44:36 2020 (r545948) +++ head/devel/rubygem-librarianp/pkg-descr Sun Aug 23 19:44:41 2020 (r545949) @@ -4,4 +4,4 @@ fetch, install, and isolate a project's dependencies, This is a forked version of devel/rubygem-librarian with improvements in order to provide better support for librarian-puppet. -WWW: https://github.com/carlossg/librarian +WWW: https://github.com/voxpupuli/librarian