notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/rubygem-dm-core/Makefile
SVNWeb

Number of commits found: 26

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 27 Apr 2016
[ 21:57 swills search for other commits by this committer ] Original commit   Revision:414136 (Only the first 10 of 1194 ports in this commit are shown above. View all ports for this commit)
Convert USES=gem:autoplist to USES=gem since autoplist is default
[ 16:36 swills search for other commits by this committer ] Original commit   Revision:414118 (Only the first 10 of 1196 ports in this commit are shown above. View all ports for this commit)
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
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 9 Dec 2015
[ 14:28 sunpoet search for other commits by this committer ] Original commit   Revision:403415
- Add LICENSE_FILE
Thu, 2 Jul 2015
[ 16:01 pgollucci search for other commits by this committer ] Original commit   Revision:391169 (Only the first 10 of 614 ports in this commit are shown above. View all ports for this commit)
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files

Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
Thu, 8 May 2014
[ 05:21 sunpoet search for other commits by this committer ] Original commit   Revision:353272
- Fix RUN_DEPENDS
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Bump PORTREVISION for dependency change
Wed, 30 Oct 2013
[ 02:22 swills search for other commits by this committer ] Original commit   Revision:332032 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Add stage support
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Sun, 23 Jun 2013
[ 15:27 swills search for other commits by this committer ] Original commit   Revision:321641
- Update to 1.2.1
Sun, 26 May 2013
[ 23:39 swills search for other commits by this committer ] Original commit   Revision:319143
- Add rubygem-addressable 2.2 port copied from newer version
- Use that port for datamapper and friends

PR:		ports/178983
Submitted by:	wollman
Tue, 21 Aug 2012
[ 18:15 beat search for other commits by this committer ] Original commit 
- Mark BROKEN: unable to resolve dependencies
  ERROR:  While executing gem ... (Gem::DependencyError)
  Unable to resolve dependencies: dm-core requires addressable (~> 2.2.6)

Reported by:	pointyhat
Wed, 2 Nov 2011
[ 18:05 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Fix depend versions according to rubygems.org [again]

With Hat:       ruby@
Tested by:      P6 TB Full rubygem run
Thu, 27 Oct 2011
[ 02:41 swills search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
- Update ruby-dm ports to latest versions
Thu, 23 Jun 2011
[ 19:43 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Fix up depencies versions after all the churn today
[ 17:37 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Update Data Mapper to 1.1.0
  and its required dependecies

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Wed, 22 Sep 2010
[ 00:14 pgollucci search for other commits by this committer ] Original commit 
- Fix dependency versions based on rubygems.org

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Thu, 9 Sep 2010
[ 21:35 pgollucci search for other commits by this committer ] Original commit 
- Update to 1.0.2

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
[ 06:07 pgollucci search for other commits by this committer ] Original commit 
- Update to 1.0.1

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Fri, 27 Aug 2010
[ 01:09 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
DataMapper is a Object Relational Mapper written in Ruby. The goal is to create
an ORM which is fast, thread-safe and feature rich.

                Please Welcome 1.0.0

http://datamapper.org/

PR:             ports/147800
Submitted by:   myself (pgollucci)
Sponsored by:   RideCharge Inc. / TaxiMagic
[ 00:35 pgollucci search for other commits by this committer ] Original commit 
Prep for datamapper 1.0

- jyyou@cs.nctu.edu.tw -> ruby [1]

PR:             ports/147800 [1]
Approved by:    portmgr (flz) [1] AND maintainer timeout (jyyou@cs.nctu.edu.tw ;
> 2.5 months)
With Hat:       ruby
Thu, 27 May 2010
[ 00:57 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Convert MASTER_SITES to RG

PR:             ports/147013 ports/147014 ports/147015 ports/147016
                ports/147017 ports/147018 ports/147019 ports/147020
                ports/147033 ports/147034 ports/147035 ports/147036
                ports/147037 ports/147038 ports/147040 ports/147041
                ports/147042
Submitted by:   pgollucci@ (myself)
With Hat:       ruby@
Mon, 8 Feb 2010
[ 22:05 miwi search for other commits by this committer ] Original commit 
DataMapper is a Object Relational Mapper written in Ruby. The goal
is to create an ORM which is fast, thread-safe and feature-rich.

WWW: http://datamapper.org

PR:             ports/143517
Submitted by:   Jyun-Yan You <jyyou at cs.nctu.edu.tw>

Number of commits found: 26