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

Number of commits found: 27

Tuesday, 30 Jan 2018
18:16 rm search for other commits by this committer
net-im/py-pyxmpp: mark deprecated

This port is outdated (last release was made in 2011), unmaintained and has no
consumers in ports tree. According to the official github page "this project is
becoming obsolete" since 2011 in favor of PyXMPP2 (from the same author, not yet
in ports) that support modern Python API's and run with both Python branches.

Mark it deprecated and set to expire at 2018-02-28.
Original commitRevision:460427 
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 
Monday, 16 Mar 2015
14:08 amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Strip library
Original commitRevision:381398 
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 
Saturday, 17 May 2014
09:49 miwi search for other commits by this committer
- Support USE_GITHUB
- Add LICENSE

PR:		187742
Submitted by:	Ports Fury
Original commitRevision:354302 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Friday, 27 Dec 2013
09:58 wg search for other commits by this committer
net-im/py-pyxmpp: fix PORTREVISION

Reported by:	via email
Pointy hat:	wg
Original commitRevision:337676 
Thursday, 26 Dec 2013
19:22 wg search for other commits by this committer
net-im/py-pyxmpp: allow staging and minor fixes
Original commitRevision:337602 
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 
Wednesday, 31 Aug 2011
22:02 dhn search for other commits by this committer
- Update to 1.1.2

PR:             ports/160133
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Tuesday, 2 Aug 2011
17:04 bapt search for other commits by this committer
Deprecate some ports where I can't find distfiles and upstream
Original commit
Friday, 25 Feb 2011
03:19 miwi search for other commits by this committer
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
Original commit
Wednesday, 10 Nov 2010
15:23 jadawin search for other commits by this committer
- Update to 1.1.1
Original commit
Tuesday, 6 Apr 2010
07:06 wen search for other commits by this committer
- Update to 1.1.0
- Reset maintainer to ports@
Original commit
Sunday, 13 Dec 2009
17:00 miwi search for other commits by this committer
- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:       portmgr
Original commit
Saturday, 22 Aug 2009
20:36 miwi search for other commits by this committer
- Fix build with CUSTOM PREFIX

PR:             137962
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Monday, 4 May 2009
19:02 miwi search for other commits by this committer
- Pass maintainership to Wen Heping <wenheping@gmail.com>
Original commit
Saturday, 31 Jan 2009
13:15 wxs search for other commits by this committer
- Update to 1.0.1
- Add a new MASTER_SITES

PR:             ports/130827
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    miwi (maintainer, implicit)
Original commit
Sunday, 7 Sep 2008
09:01 miwi search for other commits by this committer
- Take maintainership
Original commit
00:19 linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Original commit
Wednesday, 18 Apr 2007
08:01 sat search for other commits by this committer
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
Original commit
Wednesday, 29 Nov 2006
17:14 sat search for other commits by this committer
- Update to latest snapshots
- Adopt pyxmpp
Original commit
Saturday, 29 Apr 2006
22:52 pav search for other commits by this committer
- Update to 1.0.0

PR:             ports/96051
Submitted by:   Andrew Pantyukhin <infofarmer@gmail.com>
Original commit
Friday, 14 Apr 2006
18:14 linimon search for other commits by this committer
Reset vsevolod as maintainer due to unreponsiveness.  We hope to see him
back sometime.

Hat:            portmgr
Original commit
Wednesday, 9 Nov 2005
07:48 pav search for other commits by this committer
Move instant messaging related ports to newly created net-im category:

  net/aim -> net-im/aim
  net/amsn -> net-im/amsn
  net/ari-yahoo -> net-im/ari-yahoo
  net/ayttm -> net-im/ayttm
  net/bsflite -> net-im/bsflite
  net/ccmsn -> net-im/ccmsn
  net/centericq -> net-im/centericq
  net/cicquin -> net-im/cicquin
  net/coccinella -> net-im/coccinella
  net/convey -> net-im/convey
  net/echat -> net-im/echat
  net/ejabberd -> net-im/ejabberd
  net/firetalk -> net-im/firetalk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 27