diff --git a/devel/rubygem-rake/Makefile b/devel/rubygem-rake/Makefile index 344b6c019731..a3d390dee0a2 100644 --- a/devel/rubygem-rake/Makefile +++ b/devel/rubygem-rake/Makefile @@ -1,22 +1,22 @@ PORTNAME= rake -PORTVERSION= 13.1.0 +PORTVERSION= 13.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Make WWW= https://ruby.github.io/rake/ \ https://github.com/ruby/rake LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= cpe gem NO_ARCH= yes PLIST_FILES= bin/rake CPE_VENDOR= ruby-lang .include diff --git a/devel/rubygem-rake/distinfo b/devel/rubygem-rake/distinfo index 582c3c6db1cd..5c3b23722fc7 100644 --- a/devel/rubygem-rake/distinfo +++ b/devel/rubygem-rake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698848886 -SHA256 (rubygem/rake-13.1.0.gem) = be6a3e1aa7f66e6c65fa57555234eb75ce4cf4ada077658449207205474199c6 -SIZE (rubygem/rake-13.1.0.gem) = 84992 +TIMESTAMP = 1712084626 +SHA256 (rubygem/rake-13.2.0.gem) = f6c1ae27806904a33733be246568ae0937204f1386d8f0774bf3f81c6d269b53 +SIZE (rubygem/rake-13.2.0.gem) = 85504 diff --git a/devel/rubygem-rake/pkg-descr b/devel/rubygem-rake/pkg-descr index f61aabedcf13..ec386502b14e 100644 --- a/devel/rubygem-rake/pkg-descr +++ b/devel/rubygem-rake/pkg-descr @@ -1,13 +1,12 @@ Rake is a Ruby make-like utility using standard Ruby syntax for the build specification file. It has the following features: - - Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) - Users can specify tasks with prerequisites. - Rake supports rule patterns to synthesize implicit tasks. - Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.