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/Makefile

Number of commits found: 16

Sunday, 23 Feb 2020
15:25 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:526925 
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 
Wednesday, 25 Jan 2017
14:24 jhale search for other commits by this committer
Update MASTER_SITES
Remove superfluous post-install chmod (no change to package)

While here:
Update WWW which was redirecting
  $ curl -I http://eagain.net/gitweb/?p=gitosis.git
  HTTP/1.1 302 Found
  Location: https://github.com/tv42/
  Date: Wed, 25 Jan 2017 14:14:47 GMT
  Content-Type: text/plain; charset=utf-8

PR:		216386
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Original commitRevision:432417 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
Tuesday, 29 Jul 2014
21:43 adamw search for other commits by this committer
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363399 
Monday, 9 Jun 2014
10:39 mva search for other commits by this committer
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
Original commitRevision:357133 
Tuesday, 26 Nov 2013
14:52 sunpoet search for other commits by this committer
- Remove PLIST_DIRSTRY: it causes packaging failure with pkgng

Approved by:	maintainer (implicit)
Original commitRevision:334938 
Monday, 25 Nov 2013
19:18 sunpoet search for other commits by this committer
- Use PYDISTUTILS_AUTOPLIST
- Support STAGEDIR

PR:		ports/184267
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Original commitRevision:334887 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Sunday, 3 Jul 2011
15:19 crees search for other commits by this committer
- Use USERS and GROUPS

PR:             ports/157594
Submitted by:   Chris Rees <utisoft@gmail.com>
Approved by:    rene (mentor), maintainer (Douglas Thrift)
Original commit
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
Monday, 13 Sep 2010
23:44 pgollucci search for other commits by this committer
- Add missing python virtual categories
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
Saturday, 21 Nov 2009
10:55 miwi search for other commits by this committer
- Update MASTER_SITES

PR:             140746 140745
Submitted by:   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: 16