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: net-p2p/py-transmissionrpc/Makefile

Number of commits found: 19

Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
14:29 jbeich search for other commits by this committer
net-p2p/py-transmission-rpc: add new port

transmission-rpc is a python module implementing the json-rpc client
protocol for the BitTorrent client Transmission.

https://pypi.org/project/transmission-rpc/
Original commitRevision:559479 
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:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 7 Jan 2016
11:14 miwi search for other commits by this committer
- Add options helper
- Add NO_ARCH
Original commitRevision:405421 
Thursday, 25 Sep 2014
12:42 rm search for other commits by this committer
net-p2p/py-transmissionrpc: drop maintainership

- reset maintainership to ports@ - I don't use transmission for long
- convert to USES/USE_PYTHON
> Description of fields to fill in above:                     76 columns --|
> PR:            If a Bugzilla PR is affected by the change.
> Submitted by:  If someone else sent in the change.
> Reviewed by:   If someone else reviewed your modification.
> Approved by:   If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
> Relnotes:      Set to 'yes' for mention in release notes.
> Security:      Vulnerability reference (one per line) or description.
> Sponsored by:  If the change was sponsored by an organization.
> Empty fields above will be automatically removed.

M    py-transmissionrpc/Makefile
Original commitRevision:369248 
Sunday, 9 Feb 2014
23:40 rm search for other commits by this committer
- do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION
Original commitRevision:343560 
Wednesday, 16 Oct 2013
21:03 rm search for other commits by this committer
- update to 0.11

changes:
https://bitbucket.org/blueluna/transmissionrpc/wiki/releasenotes/0.11
Original commitRevision:330540 
Friday, 20 Sep 2013
22:28 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
Original commitRevision:327758 
Wednesday, 1 May 2013
20:37 rm search for other commits by this committer
- update to 0.10
- change USE_PYTHON to ``yes'' since it's now py3-ready

changelog:
https://bitbucket.org/blueluna/transmissionrpc/wiki/releasenotes/0.10
Original commitRevision:317047 
Wednesday, 16 Jan 2013
15:18 rm search for other commits by this committer
- update to 0.9
- trim Makefile header
- remove indefinite article from COMMENT
- limit python version to 2.x only (except)
- convert to optionsng (NOPORTDOCS case)
- tab -> space change in pkg-descr:WWW

Reported by:	portscout
Original commitRevision:310496 
Thursday, 10 Nov 2011
22:20 rm search for other commits by this committer
Change email for my ports to FreeBSD one.

Approved by:    novel (mentor)
Feature safe:   yes
Original commit
Monday, 17 Oct 2011
17:17 glarkin search for other commits by this committer
- Updated to 0.8

PR:             ports/161514
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Wednesday, 17 Nov 2010
16:02 sunpoet search for other commits by this committer
- Use PLIST_DIRS/PLIST_FILES instead of PLIST
- Space/tab twiddle

PR:             ports/152311
Submitted by:   sunpoet (myself)
Approved by:    Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
01:53 wen search for other commits by this committer
- Update to 0.7

PR:             ports/152307
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Tuesday, 28 Sep 2010
01:04 wen search for other commits by this committer
- Update to 0.6
- Add LICENSE

PR:             ports/151014
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Tuesday, 14 Sep 2010
04:43 pgollucci search for other commits by this committer
- Update to 0.5

PR:             ports/150444
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Sunday, 22 Aug 2010
12:29 lwhsu search for other commits by this committer
Add py-transmissionrpc 0.3, a python module communicates with
Transmission through json-rpc.

PR:             ports/141133
Submitted by:   Vladimir Korkodinov <newbieman at perm.raid.ru>
Original commit

Number of commits found: 19