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: devel/rubygem-notify/Makefile
SVNWeb

Number of commits found: 18

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:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.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.
Tue, 20 Mar 2018
[ 06:16 meta search for other commits by this committer ] Original commit   Revision:465067 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Update MAINTAINER to my new FreBSD.org account

also update my email address in "Created by:" field.

Approved by:	hrs (mentor)
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
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
Fri, 24 Jan 2014
[ 14:47 miwi search for other commits by this committer ] Original commit   Revision:340902 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Stage safe
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 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:
devel part 4)
Sun, 23 Jun 2013
[ 13:45 sunpoet search for other commits by this committer ] Original commit   Revision:321638
- Update to 0.5.2
- Add LICENSE
- Update COMMENT

Changes:	https://github.com/jugyo/notify/commits/master
PR:		ports/179860
Submitted by:	sunpoet (myself)
Approved by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
Wed, 19 Jun 2013
[ 10:01 ehaupt search for other commits by this committer ] Original commit   Revision:321235
- Pass maintainership to Koichiro IWAO per request via ports@
- Trim header
Tue, 14 Aug 2012
[ 23:44 swills search for other commits by this committer ] Original commit 
- Update to 0.4.0

PR:		ports/170545
Approved by:	ports@c0decafe.net (maintainer-ish)
[ 18:19 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Reassign ports to the heap due to a mail bounce

With hat:	portmgr
Thu, 30 Sep 2010
[ 00:58 pgollucci search for other commits by this committer ] Original commit 
- Update to 0.3.0

PR:             ports/151050
Submitted by:   myself (pgollucci)
Approved by:    ports@c0decafe.net (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
Sun, 6 Jun 2010
[ 04:06 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- No need to mess with FETCH_ARGS anymore.
  rubygems.org (RG) doesn't do redirects.

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@
Wed, 5 May 2010
[ 12:07 wen search for other commits by this committer ] Original commit 
rubygem-notify provides notification functionalities on cross platforms.

WWW:    http://github.com/jugyo/notify

PR:             ports/146208
Submitted by:   "ports@c0decafe.net" <ports@c0decafe.net>

Number of commits found: 18