<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/rubygem-pg, branch release/14.1.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F14.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F14.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2024-03-09T14:07:16Z</updated>
<entry>
<title>databases/rubygem-pg: Update to 1.5.6</title>
<updated>2024-03-09T14:07:16Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2024-03-09T13:56:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=94e439237817ffeed3f215d223e6cb9240ec3dff'/>
<id>urn:sha1:94e439237817ffeed3f215d223e6cb9240ec3dff</id>
<content type='text'>
Changes:	https://github.com/ged/ruby-pg/blob/master/History.md
</content>
</entry>
<entry>
<title>databases/rubygem-pg: Update to 1.5.5</title>
<updated>2024-02-21T15:11:13Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2024-02-21T15:02:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b668ec51b73952c04bbf9c95ccde564012f49832'/>
<id>urn:sha1:b668ec51b73952c04bbf9c95ccde564012f49832</id>
<content type='text'>
Changes:	https://github.com/ged/ruby-pg/blob/master/History.md
</content>
</entry>
<entry>
<title>databases/rubygem-pg: Update to 1.5.4</title>
<updated>2023-09-04T21:30:34Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2023-09-04T21:28:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4b34913ae3fedac1c79b94f40fd94f678643365e'/>
<id>urn:sha1:4b34913ae3fedac1c79b94f40fd94f678643365e</id>
<content type='text'>
Changes:	https://github.com/ged/ruby-pg/blob/master/History.md
</content>
</entry>
<entry>
<title>databases/rubygem-pg: Update to 1.5.3</title>
<updated>2023-05-02T16:25:53Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2023-05-02T16:21:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=50da0d76c879f428fcf5b31ef091455be7f30aa8'/>
<id>urn:sha1:50da0d76c879f428fcf5b31ef091455be7f30aa8</id>
<content type='text'>
Changes:	https://github.com/ged/ruby-pg/blob/master/History.md
</content>
</entry>
<entry>
<title>databases/rubygem-pg: Update to 1.5.2</title>
<updated>2023-04-27T23:59:39Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2023-04-27T23:59:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=935ae506db1c405ddf7a455e680eff63083aecc1'/>
<id>urn:sha1:935ae506db1c405ddf7a455e680eff63083aecc1</id>
<content type='text'>
Changes:	https://github.com/ged/ruby-pg/blob/master/History.md
</content>
</entry>
<entry>
<title>databases/rubygem-pg: Update to 1.4.6</title>
<updated>2023-04-05T17:31:50Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2023-04-05T17:25:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=82a04e23beeb9e865dbd4886159e1dbd567637a4'/>
<id>urn:sha1:82a04e23beeb9e865dbd4886159e1dbd567637a4</id>
<content type='text'>
Changes:	https://github.com/ged/ruby-pg/blob/master/History.md
</content>
</entry>
<entry>
<title>Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby</title>
<updated>2023-01-14T23:08:33Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-01-14T23:05:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=18c6e18276691edf5274406bf82a3b06792ff9ae'/>
<id>urn:sha1:18c6e18276691edf5274406bf82a3b06792ff9ae</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>databases/rubygem-pg: Update to 1.4.5</title>
<updated>2022-12-30T09:06:10Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2022-12-30T08:52:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=aadc3b4e5be6f1df0138b0054e1efc899b67e007'/>
<id>urn:sha1:aadc3b4e5be6f1df0138b0054e1efc899b67e007</id>
<content type='text'>
Changes:	https://github.com/ged/ruby-pg/blob/master/History.rdoc
</content>
</entry>
<entry>
<title>databases/rubygem-pg: Update to 1.4.4</title>
<updated>2022-11-19T08:13:34Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2022-11-19T08:13:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8c56205f7d6e646b8221484a045d6b47fbeaa2b7'/>
<id>urn:sha1:8c56205f7d6e646b8221484a045d6b47fbeaa2b7</id>
<content type='text'>
Changes:	https://github.com/ged/ruby-pg/blob/master/History.rdoc
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
Commit b7f05445c00f 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)
</content>
</entry>
</feed>
