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

Number of commits found: 25

Thursday, 30 Jun 2022
20:11 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-06-30 www/py-rackspace-monitoring: Python compatibility upto 3.2 and last
release was 3 years ago
2022-06-30 devel/py-apns2: Use devel/py-aioapns
2022-06-30 www/py-hyper: Project abandoned use www/py-httpx
2022-06-30 irc/py-fishcrypt: Abandoned, unmaintained, requires Python 2 and
depends on deprecated pycrypto
2022-06-30 devel/py-stsci.distutils: Upstream abandoned in 2013
2022-06-30 devel/py-docker-py: Use devel/py-docker
2022-06-30 net-im/py-slackclient: Use net-im/py-slack-sdk
commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 fbefc97
Saturday, 12 Mar 2022
10:33 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-rackspace-monitoring: Update version 0.6.5=>0.8.1

- Mark DEPRECATED as it's compatibility defined by upstream is upto 3.2
  only and last release was 3 years ago
- Set EXPIRATION_DATE to 2022-06-30
Relnotes: https://github.com/racker/rackspace-monitoring/releases/tag/v0.8.1
commit hash: 0d4ffd735d4b595cd6df668d0d5c65425a5710de commit hash: 0d4ffd735d4b595cd6df668d0d5c65425a5710de commit hash: 0d4ffd735d4b595cd6df668d0d5c65425a5710de commit hash: 0d4ffd735d4b595cd6df668d0d5c65425a5710de 0d4ffd7
Tuesday, 8 Mar 2022
02:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Take maintainership
commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9 commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9 commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9 commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9 bc808e2
Monday, 7 Mar 2022
19:07 Rene Ladan (rene) search for other commits by this committer
all: return koobs' ports to the pool after safekeeping his commit bit.
commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 3d89f95
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, 19 Apr 2020
20:08 antoine search for other commits by this committer
Unbreak bulk -a after r532113
Original commitRevision:532158 
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 
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 
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, 7 Mar 2016
05:47 koobs search for other commits by this committer
www/py-rackspace-monitoring: Update to 0.6.5

- Update PORTVERSION and distinfo checksum (0.6.5)
- Update test target
- Enable NO_ARCH (architecture independent)
- Patch setup.py, relax dependency versions
Original commitRevision:410502 
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 
Wednesday, 9 Jul 2014
15:02 koobs search for other commits by this committer
www/py-rackspace-monitoring: Update to 0.6.2

- Update to 0.6.2
- Bump libcloud dependency version
- Add regression-test: target
- Remove #Python3 ready comment

Changes:

  https://github.com/racker/rackspace-monitoring/blob/master/CHANGES.md
Original commitRevision:361379 
Wednesday, 29 Jan 2014
13:20 miwi search for other commits by this committer
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
Original commitRevision:341732 
Monday, 30 Dec 2013
20:55 ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
Original commitRevision:338168 
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 
Sunday, 7 Jul 2013
11:38 koobs search for other commits by this committer
www/py-rackspace-monitoring: Update to 0.5.2

- Update to 0.5.2
- Remove pkg-plist comment

Changes:

https://github.com/racker/rackspace-monitoring/blob/v0.5.2/CHANGES.md
Original commitRevision:322427 
Sunday, 16 Jun 2013
09:42 koobs search for other commits by this committer
www/py-rackspace-monitoring: Update to 0.5.1

- Update to 0.5.1
- Bump RUN_DEPENDS minimum version requirement

Changes:

https://github.com/racker/rackspace-monitoring/blob/v0.5.1/CHANGES.md
Original commitRevision:321030 
Sunday, 2 Jun 2013
05:22 koobs search for other commits by this committer
www/py-rackspace-monitoring: Update to 0.4.0

- Update to 0.4.0
Original commitRevision:319641 
Monday, 29 Apr 2013
09:55 koobs search for other commits by this committer
www/py-rackspace-monitoring: Update to 0.3.6

- pkg-descr: Tab->space in WWW:

Approved by:	eadler, rm (mentors, implicit)
Original commitRevision:316792 
Saturday, 9 Feb 2013
14:50 koobs search for other commits by this committer
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.

Approved by:	eadler (mentor)
Original commitRevision:311983 
Thursday, 18 Oct 2012
11:24 sbz search for other commits by this committer
- Update to 0.3.2

PR:		ports/172385
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)
Feature safe:	yes
Original commitRevision:306060 
Friday, 24 Aug 2012
14:58 culot search for other commits by this committer
- Update to 0.3.1

PR:		ports/170985
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Original commit
Wednesday, 25 Jul 2012
20:08 mva search for other commits by this committer
- Update to 0.3.0

PR:		ports/170129
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Original commit
Friday, 20 Jul 2012
07:40 crees search for other commits by this committer
- Update to 0.2.10

Changes: rackspace-monitoring v0.2.10 - 2012-07-18:

Fix a bug with forcing base_url in the driver constructor. [Jessica Lucci]

PR:		ports/169992
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Original commit
Sunday, 17 Jun 2012
19:00 rm search for other commits by this committer
rackspace-monitoring is a Python client library for Rackspace Cloud Monitoring
built on top of Apache Libcloud.

WWW:    https://github.com/racker/rackspace-monitoring

PR:             ports/168562
Submitted by:   koobs <koobs.freebsd@gmail.com>
Original commit

Number of commits found: 25