Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.2 19 Sep 2020 13:01:00
  |
rene  |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.9.2 08 Mar 2020 17:01:47
  |
antoine  |
Deprecate some ports using deprecated version of python
With hat: portmgr |
0.9.2 20 Jan 2020 21:39:25
  |
pkubaj  |
devel/py-subvertpy: fix build on GCC architectures
Using newer GCC works, alhough the error doesn't suggest it:
Exception: apr-config not found. Please set APR_CONFIG environment variable
MFH: 2020Q1 (fix build blanket) |
0.9.2 30 Nov 2017 15:50:34
  |
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 (Only the first 15 lines of the commit message are shown above ) |
0.9.2 25 May 2016 15:43:34
  |
mat  |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
0.9.2 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.2 06 Dec 2015 13:19:10
  |
cs  |
Update to 0.9.2 |
0.8.10_1 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.8.10_1 19 Feb 2014 08:13:05
  |
miwi  |
- Don't touch /root |
0.8.10_1 19 Feb 2014 08:07:35
  |
miwi  |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
0.8.10 13 Jan 2014 21:00:04
  |
rene  |
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) |
0.8.10 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.8.10 31 Jan 2012 20:01:08
 |
cs  |
Update to 0.8.10
Approved by: glarkin@ (mentor, implicit) |
0.8.9 14 Nov 2011 21:07:05
 |
cs  |
Update to 0.8.9
Approved by: glarkin@ (mentor)
Feature safe: yes |
0.8.8 07 Oct 2011 07:30:50
 |
cs  |
Update to 0.8.8
Approved by: wen@ (co-mentor) |
0.8.7 21 Sep 2011 05:43:58
 |
cs  |
Update to 0.8.7
Approved by: glarkin@ (mentor) |
0.8.2 15 Sep 2011 12:33:27
 |
cs  |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
0.8.2 13 Jul 2011 16:56:09
 |
glarkin  |
- Updated to 0.8.2
PR: ports/158833
Submitted by: C-S <c-s@c-s.li> (maintainer) |
0.8.0 01 Apr 2011 02:30:43
 |
glarkin  |
- Updated to 0.8.0
Changes: https://launchpad.net/subvertpy/trunk/0.8.0
PR: ports/155746
Submitted by: C-S <c-s@c-s.li> (maintainer) |
0.7.5_1 25 Feb 2011 07:50:41
 |
miwi  |
- Move from py24 over to py25 or above
- Drop md5 support |
0.7.5 02 Nov 2010 07:42:22
 |
wen  |
- Update to 0.7.5 [1]
- Update pkg-descr [1]
- Fix build with custom LOCALBASE
PR: ports/151858 [1]
Submitted by: C-S <c-s@c-s.li> (maintainer) [1] |
0.7.4 18 Oct 2010 19:00:54
 |
glarkin  |
- Updated to 0.7.4 (https://launchpad.net/subvertpy/+milestone/0.7.4)
PR: ports/151493
Submitted by: C-S <c-s@c-s.li> (maintainer) |
0.7.3.1 23 Sep 2010 21:35:22
 |
glarkin  |
This is an implementation of Python bindings for the Subversion
version control system, aiming to be complete, fast and feel native
to Python programmers.
Bindings are provided for the working copy, client, delta, remote
access and repository APIs. A hookable server side implementation
of the custom Subversion protocol (svn_ra) is also provided.
www: https://launchpad.net/subvertpy
PR: ports/147166
Submitted by: Carlo Strub (c-s at c-s.li) |