<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/rubygem-httplog, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-01-31T14:19:40Z</updated>
<entry>
<title>sysutils/rubygem-httplog: Update to 1.8.0</title>
<updated>2026-01-31T14:19:40Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2026-01-31T13:49:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7097653432d5f12d4805d843524b3acb42dfe057'/>
<id>urn:sha1:7097653432d5f12d4805d843524b3acb42dfe057</id>
<content type='text'>
Changes:	https://github.com/trusche/httplog/releases
</content>
</entry>
<entry>
<title>sysutils/rubygem-httplog: Update to 1.7.3</title>
<updated>2025-09-07T23:07:34Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2025-09-07T22:55:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=09878e61fb60a297035b843fd9c3984757b235fa'/>
<id>urn:sha1:09878e61fb60a297035b843fd9c3984757b235fa</id>
<content type='text'>
Changes:	https://github.com/trusche/httplog/releases
</content>
</entry>
<entry>
<title>sysutils/rubygem-httplog: Update to 1.7.2</title>
<updated>2025-08-12T18:16:06Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2025-08-12T18:02:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3d180519cb9c235af290e334523ef497a12839d0'/>
<id>urn:sha1:3d180519cb9c235af290e334523ef497a12839d0</id>
<content type='text'>
Changes:	https://github.com/trusche/httplog/releases
</content>
</entry>
<entry>
<title>sysutils/rubygem-httplog: Update to 1.7.1</title>
<updated>2025-07-24T11:19:31Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2025-07-24T11:16:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=698987808134ea968398db6588d981dc696c38e2'/>
<id>urn:sha1:698987808134ea968398db6588d981dc696c38e2</id>
<content type='text'>
Changes:	https://github.com/trusche/httplog/releases
</content>
</entry>
<entry>
<title>sysutils/rubygem-httplog: Update to 1.7.0</title>
<updated>2024-06-18T04:04:25Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2024-06-18T04:04:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fd4426f96e0087329287dbdb8d629e4d2b2c502d'/>
<id>urn:sha1:fd4426f96e0087329287dbdb8d629e4d2b2c502d</id>
<content type='text'>
Changes:	https://github.com/trusche/httplog/releases
</content>
</entry>
<entry>
<title>sysutils/rubygem-httplog: Update to 1.6.3</title>
<updated>2024-03-09T14:07:19Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2024-03-09T13:57:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=24d0630a241c0e056603ebb4045ab14cca3c4904'/>
<id>urn:sha1:24d0630a241c0e056603ebb4045ab14cca3c4904</id>
<content type='text'>
Changes:	https://github.com/trusche/httplog/releases
</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>sysutils/rubygem-httplog: Update to 1.6.2</title>
<updated>2022-12-30T09:06:21Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2022-12-30T08:53:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2710b42e14839b1db43a154ada322c80d396608d'/>
<id>urn:sha1:2710b42e14839b1db43a154ada322c80d396608d</id>
<content type='text'>
Changes:	https://github.com/trusche/httplog/releases
</content>
</entry>
<entry>
<title>sysutils/rubygem-httplog: Update to 1.6.0</title>
<updated>2022-10-03T02:18:00Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2022-10-03T02:18:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1a2d18703d399e567661d8cecf5aea1174f1649a'/>
<id>urn:sha1:1a2d18703d399e567661d8cecf5aea1174f1649a</id>
<content type='text'>
Changes:	https://github.com/trusche/httplog/releases
		https://github.com/trusche/httplog/commits/master
</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>
