Commit graph

52 commits

Author SHA1 Message Date
Yasuhiro Kimura
d86e4213df devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build
fails with clean latest ports tree and all supported ruby versions.

ChangeLog:	https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md
PR:		276884
Approved by:	sunpoet (ruby@, maintainer)
Exp-run by:	antoine
2024-03-05 10:57:55 +09:00
Yasuhiro Kimura
f03ab0f785 devel/ruby-gems: Update to 3.4.2
ChangeLog:	https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR:		268578
Approved by:	meta (ruby@, maintainer)
Exp-run by:	antoine
2023-01-17 10:07:50 +09:00
Muhammad Moinur Rahman
18c6e18276 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
2023-01-14 17:08:33 -06:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
103413d55f net-im: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alberto Villa <avilla@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
  *  Andrew Lewis <freeghb@gmail.com>
  *  Andrey Akhmichin <sepulkarium45@yahoo.com>
  *  Bartek Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Florent Thoumie <flz@FreeBSD.org>
  *  Frank Altpeter <frank@altpeter.de>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffrey Mainland <mainland@apeiron.net>
  *  Henry Hu <henry.hu.sh@gmail.com>
  *  Jim Mock <jim@FreeBSD.org>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  John Prather
  *  Jonathan Chen <jonc@chen.org.nz>
  *  Joseph S. Atkinson <jsatkinson@embarqmail.com>
  *  Junji NAKANISHI <jun-g@daemonfreaks.com>
  *  Kelly Cochran <kcochran@trolans.net>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Kris Moore <kmoore@freebsd.org>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Marc Bruenink
  *  Matthew West <mwest@uct.ac.za>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Max E. Kuznecov <mek@mek.uz.ua>
  *  Meethune Bhowmick <meethune@gmail.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nikolay Pavlov <qpadla@gmail.com>
  *  Oleg Ginzburg (olevole@olevole.ru)
  *  Pavel Andreev
  *  Saulius Menkevicius <bob@nulis.lt>
  *  SeaD
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wen Heping <wen@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yuri <yuri@tsoft.com>
  *  Yuri Victorovich
  *  Yuri Victorovich <yuri@rawbw.com>
  *  dd
  *  gahr
  *  gnome@freebsd.org
  *  jodocus <jodocus@jodocus.org>
  *  mph
  *  trasz
  *  vsevolod

With hat:	portmgr
2022-07-20 16:22:40 +02:00
Dan Langille
7b279c9e09 devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0

Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.

There are five known build failures, all prexisting:

* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable

Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl

PR:		258108
Approved by:	ruby (zi@)
2022-02-20 13:06:12 +00:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh
e42545cc0e Change RUN_DEPENDS from rubygem-highline to rubygem-highline1
- Bump PORTREVISION for dependency change
2020-08-23 19:37:45 +00:00
Sunpoet Po-Chuan Hsieh
030c5e25b5 Update version requirement of RUN_DEPENDS 2019-08-21 19:27:14 +00:00
Sunpoet Po-Chuan Hsieh
315db37477 Update version requirement of RUN_DEPENDS 2019-01-26 12:43:42 +00:00
Sunpoet Po-Chuan Hsieh
dc7e3a5a13 Update to 2.2.9
Changes:	https://github.com/termtter/termtter/blob/master/ChangeLog
		https://github.com/termtter/termtter/commits/master
2019-01-01 20:39:45 +00:00
Sunpoet Po-Chuan Hsieh
3b5d8ddebc Update to 2.2.8
Changes:	https://github.com/termtter/termtter/blob/master/ChangeLog
		https://github.com/termtter/termtter/commits/master
2017-07-15 19:09:25 +00:00
Sunpoet Po-Chuan Hsieh
b77ea781fb Update WWW 2017-07-15 17:23:17 +00:00
Sunpoet Po-Chuan Hsieh
4db5a5a963 Fix gemspec for rubygem-activerecord4 4.2.1 update (r389119)
- Update existing gemspec patch for rubygem-builder and rubygem-fluent-logger
- Bump PORTREVISION for package change
2017-07-11 16:59:40 +00:00
Sunpoet Po-Chuan Hsieh
f6f5097cf3 Update RUN_DEPENDS: change from devel/rubygem-builder32 to devel/rubygem-builder 2017-02-05 05:32:36 +00:00
Steve Wills
3dda8a2161 net-im/rubygem-termtter: switch to json 1.x dep 2017-01-02 19:42:16 +00:00
Sunpoet Po-Chuan Hsieh
9dfa3dfa64 - Update to 2.2.6
Changes:	https://github.com/termtter/termtter/blob/master/ChangeLog
		https://github.com/termtter/termtter/commits/master
2016-12-03 19:30:28 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Steve Wills
ae54641e2f devel/ruby-gems: Update to 2.6.2
PR:		208371
Submitted by:	wen (partial)
2016-04-04 15:24:52 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Sunpoet Po-Chuan Hsieh
0188ed76fa - Fix gemspec for rubygem-fluent-logger 0.5.0 update
- Bump PORTREVISION for package change
2015-06-19 16:42:04 +00:00
Sunpoet Po-Chuan Hsieh
35952acedd - Update to 2.2.3
Changes:	https://github.com/termtter/termtter/blob/master/ChangeLog
2015-06-13 20:00:42 +00:00
Sunpoet Po-Chuan Hsieh
8438b7fb50 - Add LICENSE
- Sort RUN_DEPENDS
- Add NO_ARCH
- Remove USE_RAKE
- Fix gemspec
- Bump PORTREVISION for package change
- Take maintainership
2015-06-13 13:51:54 +00:00
Erwin Lansing
3e67d040d7 Reset dhn's ports
PR:		197522
Submitted by:	jbeich
Approved by:	portmgr
2015-06-12 20:58:13 +00:00
Steve Wills
fed7471248 Update ruby-gems to 2.4.5
Note this is a big upgrade and the way gemspecs are generated changed. As a
result, all patched gemspecs had to have new patches.
2015-03-30 02:47:07 +00:00
Martin Wilke
c6a4d55ba1 - Stage Safe 2014-01-24 14:53:03 +00:00
Dennis Herrmann
09a55897a5 - Update to 2.2.1
PR:		ports/180148
Submitted by:	Steve Wills <swills@FreeBSD.org>
2013-12-17 19:33:59 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Steve Wills
2210391025 - Unmark broken, works fine with Ruby 1.9
PR:		ports/176902
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>
Approved by:	maintainer timeout (dhn, >5 weeks)
2013-04-25 02:37:11 +00:00
Steve Wills
74eec317c8 - Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to:	swills
Reported by:	bapt
2013-03-03 01:43:02 +00:00
Steve Wills
28b723187b - Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
  may be interested (patching rubygem- ports is possible now)
- Trim headers while here

With Hat:	ruby@
2013-03-02 21:01:58 +00:00
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Dennis Herrmann
54c7246798 - Update to 1.11.0
Feature safe:	yes
2012-04-02 13:17:52 +00:00
Dennis Herrmann
ae976f2f48 - Update to 1.10.3 2012-03-05 15:23:10 +00:00
Dennis Herrmann
82047cd98c - Update to 1.10.2 2012-03-04 13:56:26 +00:00
Dennis Herrmann
a745942d4a - Update to 1.10.1 2012-01-11 17:04:03 +00:00
Philip M. Gollucci
70e3b2b710 - Standardize the BROKEN= message for ruby 1.9 for rubgems so tb/ph can tag it
With Hat:	ruby@
2011-12-20 23:03:12 +00:00
Dennis Herrmann
2f3679e60c - Update to 1.10.0 2011-09-02 10:43:25 +00:00
Steve Wills
e7abcc4e4e - Mark as broken with Ruby 1.9
Approved by:	portmgr
2011-07-04 17:46:12 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
7b05323e04 - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by:    distilator
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-10-20 01:35:47 +00:00
Dennis Herrmann
0b443321a4 - Fix dependency versions
PR:		ports/150819
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
2010-09-23 16:01:03 +00:00
Dennis Herrmann
56123aa9c8 - Update to 1.9.0 2010-08-18 19:06:14 +00:00
Philip M. Gollucci
843ade1030 - GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest

PR:             ports/147551
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
With Hat:       ruby
2010-06-06 19:25:10 +00:00
Philip M. Gollucci
2e262e40ff - Update to 1.8.0
- Convert to RG

PR:             ports/146209
Submitted by:   ports@c0decafe.net
Approved by:    maintainer timeout (dhn; 31 days)
2010-06-03 23:12:40 +00:00
Dennis Herrmann
c1d82befa9 - Update to 1.5.0 2009-10-25 13:26:11 +00:00
Dennis Herrmann
ec4ef2d3d2 - Update to 1.4.0 2009-10-20 15:36:43 +00:00
Dennis Herrmann
2a80fb615e - Update to 1.3.1 2009-08-11 22:05:44 +00:00