non port: net-im/py-pyxmpp/Makefile |
Number of commits found: 27 |
Tuesday, 30 Jan 2018
|
18:16 rm
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.
 |
Thursday, 30 Nov 2017
|
15:50 mat
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
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 16 Mar 2015
|
14:08 amdmi3
- Clarify LICENSE
- Add LICENSE_FILE
- Strip library
 |
Friday, 24 Oct 2014
|
16:29 mva
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
 |
Saturday, 17 May 2014
|
09:49 miwi
- Support USE_GITHUB
- Add LICENSE
PR: 187742
Submitted by: Ports Fury
 |
Wednesday, 16 Apr 2014
|
18:28 zeising
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)
 |
Friday, 27 Dec 2013
|
09:58 wg
net-im/py-pyxmpp: fix PORTREVISION
Reported by: via email
Pointy hat: wg
 |
Thursday, 26 Dec 2013
|
19:22 wg
net-im/py-pyxmpp: allow staging and minor fixes
 |
Friday, 20 Sep 2013
|
22:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
 |
Wednesday, 31 Aug 2011
|
22:02 dhn
- Update to 1.1.2
PR: ports/160133
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Tuesday, 2 Aug 2011
|
17:04 bapt
Deprecate some ports where I can't find distfiles and upstream
 |
Friday, 25 Feb 2011
|
03:19 miwi
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
 |
Wednesday, 10 Nov 2010
|
15:23 jadawin
- Update to 1.1.1
 |
Tuesday, 6 Apr 2010
|
07:06 wen
- Update to 1.1.0
- Reset maintainer to ports@
 |
Sunday, 13 Dec 2009
|
17:00 miwi
- 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
 |
Saturday, 22 Aug 2009
|
20:36 miwi
- Fix build with CUSTOM PREFIX
PR: 137962
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
 |
Monday, 4 May 2009
|
19:02 miwi
- Pass maintainership to Wen Heping <wenheping@gmail.com>
 |
Saturday, 31 Jan 2009
|
13:15 wxs
- 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)
 |
Sunday, 7 Sep 2008
|
09:01 miwi
- Take maintainership
 |
00:19 linimon
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr
 |
Monday, 30 Jul 2007
|
09:42 alexbl
- 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
 |
Wednesday, 18 Apr 2007
|
08:01 sat
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
 |
Wednesday, 29 Nov 2006
|
17:14 sat
- Update to latest snapshots
- Adopt pyxmpp
 |
Saturday, 29 Apr 2006
|
22:52 pav
- Update to 1.0.0
PR: ports/96051
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
 |
Friday, 14 Apr 2006
|
18:14 linimon
Reset vsevolod as maintainer due to unreponsiveness. We hope to see him
back sometime.
Hat: portmgr
 |
Wednesday, 9 Nov 2005
|
07:48 pav
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 )
 |
Number of commits found: 27 |