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

Number of commits found: 28

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 
16:59 mat search for other commits by this committer
Correctly depend on those Python ports.

- py-qt have their framework
- depending on a single file breaks with multiple flavors.

Sponsored by:	Absolight
Original commitRevision:472882 
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 
Sunday, 1 Jan 2017
03:45 sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Original commitRevision:430235 
Sunday, 11 Sep 2016
18:59 amdmi3 search for other commits by this committer
- Mark BROKEN:

RuntimeError: You are linking against OpenSSL 0.9.8, which is no longer support
by the OpenSSL project. You need to upgrade to a newer version of OpenSSL.

Reported by:	pkg-fallout
Approved by:	portmgr blanket
Original commitRevision:421869 
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 
Wednesday, 21 Oct 2015
23:55 truckman search for other commits by this committer
Unbreak build with default python version < 3.4
Original commitRevision:399939 
Friday, 24 Oct 2014
16:29 mva search for other commits by this committer
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371450 
Sunday, 1 Jun 2014
12:23 kwm search for other commits by this committer
Stagify.
Use new lib_depends syntax.
gnomehack -> pathfix
AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla]
Original commitRevision:356105 
09:41 miwi search for other commits by this committer
- Stage support
- Drop 7X gruft
Original commitRevision:356073 
Saturday, 8 Mar 2014
22:17 kwm search for other commits by this committer
Fix detection of py-openssl after the update of it to 0.14.

Submitted by:	Gustau Perez i Querol <gustau.perez@gmail.com>
Original commitRevision:347538 
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 
Friday, 20 Sep 2013
22:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
Original commitRevision:327756 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 9 Oct 2011
14:02 pav search for other commits by this committer
- Mark BROKEN on FreeBSD 7.X: does not configure
  ImportError: /usr/local/lib/python2.7/site-packages/OpenSSL/SSL.so: Undefined
symbol "SSL_get_servername"

Reported by:    pointyhat
Original commit
Friday, 29 Jul 2011
18:10 kwm search for other commits by this committer
Convert custom *_DEPENDS lines of devel/py-gobject to USE_GNOME=pygobject or
pygtk2 (which depends already on py-gobject).
Original commit
Sunday, 19 Dec 2010
07:39 marcus search for other commits by this committer
Update to 0.5.4.
Original commit
Tuesday, 9 Nov 2010
15:42 marcus search for other commits by this committer
Merge dist site changes.
Original commit
Monday, 8 Nov 2010
23:41 marcus search for other commits by this committer
Update to 0.5.2.
Original commit
Sunday, 5 Sep 2010
18:43 marcus search for other commits by this committer
Update to 0.5.0.
Original commit
Sunday, 25 Jul 2010
00:28 marcus search for other commits by this committer
Update to 0.4.9.
Original commit
Saturday, 22 May 2010
07:17 marcus search for other commits by this committer
Update to 0.4.6.
Original commit
Saturday, 20 Mar 2010
21:31 marcus search for other commits by this committer
Update to 0.4.5.
Original commit
Saturday, 23 Jan 2010
19:25 marcus search for other commits by this committer
Update to 0.4.4.
Original commit
Saturday, 10 Oct 2009
04:28 marcus search for other commits by this committer
Update to 0.4.3.
Original commit
Friday, 11 Sep 2009
03:59 marcus search for other commits by this committer
Update to 0.4.2.
Original commit
Sunday, 2 Aug 2009
00:03 marcus search for other commits by this committer
Update papyon to 0.4.1 after the repocopy from net-im/pymsn.
Original commit
Saturday, 1 Aug 2009
21:31 marcus search for other commits by this committer
Forced commit to note the repocopy from net-im/pymsn to net-im/papyon.
Original commit

Number of commits found: 28