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: devel/py-gitosis/distinfo

Number of commits found: 4

Thursday, 28 Feb 2019
15:36 kai search for other commits by this committer
devel/py-gitosis: Update to 0.3 and limit to Python 2.7

Python 3 handles octal numbers in a different way as with Python 2.7. The
latter one uses leading zeroes (e.g. 0755) to signify that a number is an
octal number but this is invalid for Python 3 where the required syntax is
0o755 for that case.

Also there are some references to the "cStringIO" module that is gone in
Python 3. Thus limit this port to Python 2.7 only.

While I'm here:

* Add location to license file
* Update URL in pkg-message
* Add test target with the required dependencies
* Pet portlint

Changelog:

https://github.com/tv42/gitosis/releases/tag/release%2F0.3

PR:		235441 [1], 235894 [2]
Submitted by:	Keith Gaughan <k@stereochro.me> [2]
Reported by:	Dan McGrath <danmcgrath.ca@gmail.com> [1]
Approved by:	miwi (mentor), maintainer timeout (> ~25 days) [1], maintainer [2]
Differential Revision:	https://reviews.freebsd.org/D19379
Original commitRevision:494156 
Saturday, 15 Jan 2011
15:33 sunpoet search for other commits by this committer
- Add LICENSE
- Remove obsolete MD5 checksum while I'm here

PR:             ports/154012
Submitted by:   Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Feature safe:   yes
Original commit
Wednesday, 10 Mar 2010
13:05 miwi search for other commits by this committer
- Update to 0.2.20090917

PR:             144612
Submitted by:   Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Original commit
Tuesday, 15 Sep 2009
08:23 nivit search for other commits by this committer
Manage git repositories, provide access to them over SSH, with tight
access control and not needing shell accounts.

Gitosis aims to make hosting git repos easier and safer. It manages
multiple repositories under one user account, using SSH keys to
identify users. End users do not need shell accounts on the server,
they will talk to one shared account that will not let them run
arbitrary commands.

WWW: http://eagain.net/gitweb/?p=gitosis.git

PR:             ports/136083
Submitted by:   Douglas Thrift <douglas at douglasthrift.net>
Original commit

Number of commits found: 4