notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: ftp/rubygem-net-ftp/Makefile

Number of commits found: 11

Wednesday, 21 Feb 2024
15:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ftp/rubygem-net-ftp: Update to 0.3.4

Changes:	https://github.com/ruby/net-ftp/releases
commit hash: 18902c4c694406c5c1f2a414e74356e7552975c4 commit hash: 18902c4c694406c5c1f2a414e74356e7552975c4 commit hash: 18902c4c694406c5c1f2a414e74356e7552975c4 commit hash: 18902c4c694406c5c1f2a414e74356e7552975c4 18902c4
Monday, 25 Dec 2023
09:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ftp/rubygem-net-ftp: Update to 0.3.3

Changes:	https://github.com/ruby/net-ftp/releases
commit hash: 818d14e2e70ec1d32f6e40461041d3ebd8bda1bc commit hash: 818d14e2e70ec1d32f6e40461041d3ebd8bda1bc commit hash: 818d14e2e70ec1d32f6e40461041d3ebd8bda1bc commit hash: 818d14e2e70ec1d32f6e40461041d3ebd8bda1bc 818d14e
Thursday, 14 Dec 2023
05:48 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ftp/rubygem-net-ftp: Update to 0.3.0

Changes:	https://github.com/ruby/net-ftp/releases
commit hash: c0868bd87504d1e2423f6e95804fddccf23bc395 commit hash: c0868bd87504d1e2423f6e95804fddccf23bc395 commit hash: c0868bd87504d1e2423f6e95804fddccf23bc395 commit hash: c0868bd87504d1e2423f6e95804fddccf23bc395 c0868bd
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Sunday, 9 Oct 2022
19:45 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ftp/rubygem-net-ftp: Update to 0.2.0

Changes:	https://github.com/ruby/net-ftp/commits/master
commit hash: 1a68e266ee3c6406103d8ee8554255adfe525840 commit hash: 1a68e266ee3c6406103d8ee8554255adfe525840 commit hash: 1a68e266ee3c6406103d8ee8554255adfe525840 commit hash: 1a68e266ee3c6406103d8ee8554255adfe525840 1a68e26
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
ftp: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alexander Kriventsov
  *  Anders Nordby <anders@fix.no>
  *  Andreas Fehlner <fehlner@gmx.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Damjan Marion <dmarion@open.hr>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Frank DENIS
  *  Frank Laszlo <laszlof@vonostingroup.com>
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  George V. Neville-Neil <gnn@FreeBSD.org>
  *  Hye-Shik Chang
  *  Jordan Hubbard <jkh@FreeBSD.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Ju Pengfei <jupengfei@gmail.com>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Mark Johnston <markj@FreeBSD.org>
  *  Martin Matuska (mm@FreeBSD.org)
  *  Marwan BURELLE <marwan.burelle@lri.fr>
  *  Maxim Ignatenko
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Neil Blakey-Milner
  *  Neil Blakey-Milner <nbm@rucus.ru.ac.za>
  *  Nick Leuta
  *  Nosov Artem <chip-set@mail.ru>
  *  Petr Holub <hopet@ics.muni.cz>
  *  Philippe Le Berre <philippe@le-berre.com>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Roman Bogorodskiy
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Stephane Legrand
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomokazu ISHII <t-ishii@tryplanet.com>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Wen Heping <wen@FreeBSD.org>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yasuhiro Fukuma <yasuf@big.or.jp>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  ache
  *  cy@FreeBSD.org
  *  ijliao
  *  ports
  *  torstenb
  *  will

With hat:	portmgr
commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf 30cd242
Wednesday, 14 Jul 2021
16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ftp/rubygem-net-ftp: Update to 0.1.3

Changes:	https://github.com/ruby/net-ftp/commits/master
commit hash: e96d181b65c40f922b8f493e2b84188a310b6e09 commit hash: e96d181b65c40f922b8f493e2b84188a310b6e09 commit hash: e96d181b65c40f922b8f493e2b84188a310b6e09 commit hash: e96d181b65c40f922b8f493e2b84188a310b6e09 e96d181
Sunday, 16 May 2021
15:24 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ftp/rubygem-net-ftp: Update to 0.1.2

Changes:	https://github.com/ruby/net-ftp/commits/master
commit hash: 105c2788815cc6bcc247201ac3d71012ab5a4bef commit hash: 105c2788815cc6bcc247201ac3d71012ab5a4bef commit hash: 105c2788815cc6bcc247201ac3d71012ab5a4bef commit hash: 105c2788815cc6bcc247201ac3d71012ab5a4bef 105c278
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 3 Jan 2021
20:02 sunpoet search for other commits by this committer
Add rubygem-net-ftp 0.1.1

Net::FTP implements the File Transfer Protocol. If you have used a command-line
FTP program, and are familiar with the commands, you will be able to use this
class easily. Some extra features are included to take advantage of Ruby's style
and strengths.

WWW: https://github.com/ruby/net-ftp
Original commitRevision:560081 

Number of commits found: 11