Date: Sun, 8 Sep 2024 18:55:51 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 81c21425439e - main - textproc/rubygem-ruby-augeas: Update to 0.6.0 Message-ID: <202409081855.488Itppg078719@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=81c21425439e30959683ab6312eb74d0a281b22b commit 81c21425439e30959683ab6312eb74d0a281b22b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-08 18:35:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-08 18:40:23 +0000 textproc/rubygem-ruby-augeas: Update to 0.6.0 - Update WWW - Clean up Makefile Changes: https://github.com/hercules-team/ruby-augeas/releases --- textproc/rubygem-ruby-augeas/Makefile | 14 ++++---------- textproc/rubygem-ruby-augeas/distinfo | 5 +++-- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/textproc/rubygem-ruby-augeas/Makefile b/textproc/rubygem-ruby-augeas/Makefile index d94db10c445a..87a4aa1d9605 100644 --- a/textproc/rubygem-ruby-augeas/Makefile +++ b/textproc/rubygem-ruby-augeas/Makefile @@ -1,12 +1,12 @@ PORTNAME= ruby-augeas -PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTVERSION= 0.6.0 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for Augeas -WWW= https://augeas.net/ +WWW= https://augeas.net/ \ + https://github.com/hercules-team/ruby-augeas LICENSE= LGPL21 @@ -15,12 +15,6 @@ LIB_DEPENDS= libaugeas.so:textproc/augeas USES= gem gnome pkgconfig USE_GNOME= libxml2 -CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include/libxml2" - -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) -CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types" -.endif +CONFIGURE_ARGS= --with-opt-include=${LOCALBASE}/include/libxml2 .include <bsd.port.mk> diff --git a/textproc/rubygem-ruby-augeas/distinfo b/textproc/rubygem-ruby-augeas/distinfo index 69a0f4953813..ce311846cecf 100644 --- a/textproc/rubygem-ruby-augeas/distinfo +++ b/textproc/rubygem-ruby-augeas/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/ruby-augeas-0.5.0.gem) = 42b0973c8ff88c5a903a1b126f1418a69eb3c8f4d45999055bfdce9b70e57101 -SIZE (rubygem/ruby-augeas-0.5.0.gem) = 24064 +TIMESTAMP = 1725560911 +SHA256 (rubygem/ruby-augeas-0.6.0.gem) = 002bd237d8dce4b918384cc3043254bf5264efe81f663d1c9ac7b41cbe4df8d2 +SIZE (rubygem/ruby-augeas-0.6.0.gem) = 31232
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409081855.488Itppg078719>