From owner-dev-commits-ports-all@freebsd.org Wed Jul 21 18:14:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 C3D12669989; Wed, 21 Jul 2021 18:14:34 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GVNyf355hz4S1v; Wed, 21 Jul 2021 18:14:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43CF422B7D; Wed, 21 Jul 2021 18:14:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16LIEYBW044526; Wed, 21 Jul 2021 18:14:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16LIEYMB044525; Wed, 21 Jul 2021 18:14:34 GMT (envelope-from git) Date: Wed, 21 Jul 2021 18:14:34 GMT Message-Id: <202107211814.16LIEYMB044525@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: d04658cebb0c - main - textproc/rubygem-tidy_ffi: Update to 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d04658cebb0c0be891d06589173226808906a2e2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2021 18:14:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d04658cebb0c0be891d06589173226808906a2e2 commit d04658cebb0c0be891d06589173226808906a2e2 Author: Po-Chuan Hsieh AuthorDate: 2021-07-21 17:20:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-21 18:12:05 +0000 textproc/rubygem-tidy_ffi: Update to 1.0.1 - Add LICENSE - Update version requirement of RUN_DEPENDS - Add NO_ARCH Changes: https://github.com/libc/tidy_ffi/blob/master/CHANGELOG --- textproc/rubygem-tidy_ffi/Makefile | 10 +++++++--- textproc/rubygem-tidy_ffi/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/textproc/rubygem-tidy_ffi/Makefile b/textproc/rubygem-tidy_ffi/Makefile index 5604ad108846..071303274391 100644 --- a/textproc/rubygem-tidy_ffi/Makefile +++ b/textproc/rubygem-tidy_ffi/Makefile @@ -1,15 +1,19 @@ PORTNAME= tidy_ffi -PORTVERSION= 0.1.6 +PORTVERSION= 1.0.1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Tidy library interface via FFI -RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi -LIB_DEPENDS= libtidy.so:www/tidy-lib +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-ffi>=1.2<2:devel/rubygem-ffi USES= gem USE_RUBY= yes +NO_ARCH= yes + .include diff --git a/textproc/rubygem-tidy_ffi/distinfo b/textproc/rubygem-tidy_ffi/distinfo index dc660519f621..42ef2f2fa01f 100644 --- a/textproc/rubygem-tidy_ffi/distinfo +++ b/textproc/rubygem-tidy_ffi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1515431279 -SHA256 (rubygem/tidy_ffi-0.1.6.gem) = 25b6b6fe22f4af95bed889d1c969af4a27fbe6a4b8376f3fcc42badd4dfee857 -SIZE (rubygem/tidy_ffi-0.1.6.gem) = 11776 +TIMESTAMP = 1626714718 +SHA256 (rubygem/tidy_ffi-1.0.1.gem) = 284f9282d1e30ad80147ec1229e54b2ab72b1c6ce6d44628f878770073abe3a6 +SIZE (rubygem/tidy_ffi-1.0.1.gem) = 12288