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: www/py-rhodecode/Makefile

Number of commits found: 28

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Thursday, 21 Mar 2019
13:59 wg search for other commits by this committer
www/py-rhodecode: drop maintainership

I no longer have time to maintain this port.
Original commitRevision:496460 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Tuesday, 17 Apr 2018
19:17 sunpoet search for other commits by this committer
Convert to options dependency helper

- Update RUN_DEPENDS: remove redundant LOCALBASE/bin

Approved by:	portmgr (blanket)
Original commitRevision:467648 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Sunday, 3 Dec 2017
08:25 antoine search for other commits by this committer
- Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
  it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
Original commitRevision:455392 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Tuesday, 27 Dec 2016
11:49 rene search for other commits by this committer
www/py-rhodecode: update sqlalchemy dependency to 1.0, bump PORTREVISION

PR:		215226
Submitted by:	rene
Approved by:	maintainer timeout (wg, 16 days)
Original commitRevision:429602 
Sunday, 22 May 2016
10:52 matthew search for other commits by this committer
Reorganise and modernise the py-sqlalchemy ports.

 - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
 - Deprecate the ports for the 0.6 and 0.7 release branches, as these
   have been declared EoL and are no longer supported by upstream.
 - Update to the latest available version in each branch.

In detail:

   Port                 Version Maintainer
   ----------------------------------------------
   py-sqlalchemy06      0.6.9   nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
   py-sqlalchemy07      0.7.10  nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
   py-sqlalchemy08      0.8.7   nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
   py-sqlalchemy09      0.9.10  m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2]
   py-sqlalchemy10      1.0.13  m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2]

 - Use options-helpers and option dependent make targets.
 - Use autoplist for documents as well as python code
 - Add all the docments to the packages: previously an arbitrary
   subset was added in a way that excluded CSS, images and other HTML
   assets.
 - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST'
   option.
 - Use py-pytest for 0.9.x and later, rather than py-nose.
 - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports.

PR:		191442
Submitted by:	robak
Reviewed by:	robak
Reviewed by:	pi
Approved by:	nivit (maintainer timeout, ~300days) [1]
Approved by:    m.tsatsenko@gmail.com (maintainer) [2]
Sponsored by:	https://reviews.freebsd.org/D908
Original commitRevision:415627 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Thursday, 18 Jun 2015
21:38 rm search for other commits by this committer
Chase py-ldap2 rename

This is the last ones. No PORTREVISION bump, because it's not default.
Original commitRevision:390082 
Saturday, 3 Jan 2015
08:41 mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
Original commitRevision:376109 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Thursday, 26 Dec 2013
15:17 wg search for other commits by this committer
- Allow staging
- Switch from easy_install to install
Original commitRevision:337536 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Tuesday, 3 Sep 2013
18:56 wg search for other commits by this committer
www/py-rhodecode: update to 1.7.2

- Update to 1.7.2
- Fix start rc.d script

Changes:
https://secure.rhodecode.org/rhodecode/files/fc64cd9bb85636f614215addae45b88dab12cd98/docs/changelog.rst
Original commitRevision:326200 
Wednesday, 28 Aug 2013
21:12 wg search for other commits by this committer
www/py-rhodecode: fix rc.d script

- Minor fixes to the rc.d script
- Add pytz and repoze.lru as run dependencies

Submitted by:	Chad Milios <cropcirclesystems yahoo.com> (via email)
Original commitRevision:325553 
Thursday, 13 Jun 2013
14:57 wg search for other commits by this committer
www/py-rhodecode: update to 1.7.1

- Update to 1.7.1
- Fix USE_PYTHON usage

Approved by:	culot / jpaetzel (mentors, implicit)
Original commitRevision:320805 
Wednesday, 12 Jun 2013
14:38 wg search for other commits by this committer
www/py-rhodecode: update to 1.7.0

- Update to 1.7.0
- Remove CELERY option
- Add a rc.d startup script
- Use a workaround to save options

Changes: http://pythonhosted.org/RhodeCode/changelog.html

Approved by:	culot / jpaetzel (mentors, implicit)
Original commitRevision:320698 
Wednesday, 15 May 2013
19:33 wg search for other commits by this committer
- Change MAINTAINER address of all my ports

Approved by:	culot (mentor)
Original commitRevision:318257 
Monday, 11 Mar 2013
16:03 culot search for other commits by this committer
- Update to 1.5.4

PR:             ports/176854
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
Original commitRevision:313915 
Thursday, 7 Mar 2013
08:00 culot search for other commits by this committer
- Update to 1.5.3

Changes:       
https://github.com/marcinkuzminski/rhodecode/blob/master/docs/changelog.rst
PR:             ports/176704
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
Original commitRevision:313568 
Wednesday, 6 Mar 2013
13:43 culot search for other commits by this committer
- Update to 1.5.1

Changes:        http://www.rhodecode.org/news/2012/rhodecode-151-released/
PR:             ports/175372
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
Original commitRevision:313515 
Tuesday, 15 Jan 2013
10:27 mva search for other commits by this committer
- Update to 1.4.1
- Pass maintainership to submitter

PR:		ports/171774
Submitted by:	William Grzybowski <william88@gmail.com>
Approved by:	maintainer timeout
Original commitRevision:310432 
Thursday, 8 Nov 2012
21:44 jhale search for other commits by this committer
- Add missing build dependency
- Trim Makefile header

Reported by:	pointyhat via beat
Approved by:	portmgr (implicit)
		makc, avilla (mentors, implicit)
Feature safe:	yes
Original commitRevision:307203 
Monday, 10 Sep 2012
18:44 culot search for other commits by this committer
- Update to 1.3.6
- Switch to OptionsNG

Changes:	http://www.rhodecode.org/news/2012/rhodecode-136-released/
PR:		ports/170715
Submitted by:	William Grzybowski <william88@gmail.com>
Approved by:	maintainer (timeout, >14 days)
Original commitRevision:304050 
Thursday, 24 May 2012
08:27 wen search for other commits by this committer
RhodeCode is a fast and powerful management tool for Mercurial and GIT with a
built in push/pull server and full text search and code-review. It works on
http/https and has a built in permission/authentication system with the ability
to authenticate via LDAP or ActiveDirectory. RhodeCode also provides simple API
so it.s easy integrable with existing external systems.

RhodeCode is similar in some respects to github or bitbucket, however RhodeCode
can be run as standalone hosted application on your own server. It is open
source and donation ware and focuses more on providing a customized, self
administered interface for Mercurial and GIT repositories.

WWW: http://www.rhodecode.org/

PR:             167186
Submitted by:   Luiz Gustavo <luizgustavo@luizgustavo.pro.br>
Original commit

Number of commits found: 28