Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6_3 27 Jan 2020 15:34:18
  |
rene  |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
0.6_3 26 Dec 2019 07:54:29
  |
antoine  |
Deprecate a few ports
With hat: portmgr |
0.6_3 13 Aug 2019 16:01:59
  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
0.6_3 17 Jan 2019 16:31:28
  |
rene  |
devel/trac-bitten: reset maintainer upon his request |
0.6_3 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.6_3 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.6_3 29 Aug 2015 09:59:54
  |
amdmi3  |
- Add LICENSE
- Pet portlint
- Switch to @sample
Approved by: portmgr blanket |
0.6_3 06 Mar 2015 10:13:18
  |
arved  |
Add a patch to fix compatibility with trac Accountmanager
PR: 196548
Submitted by: maintainer |
0.6_2 27 Oct 2014 11:12:40
  |
bapt  |
Cleanup plist |
0.6_2 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.6_2 20 Jul 2014 18:50:53
  |
bdrewery  |
Quote ${RM} in preparation for adding '-f' by default.
With hat: portmgr |
0.6_2 14 Feb 2014 20:13:10
  |
antoine  |
Unbreak
Reported by: pkg-fallout |
0.6_2 26 Jan 2014 14:30:44
  |
miwi  |
- Stage Support |
0.6_2 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.6_2 29 Nov 2013 11:45:58
  |
wg  |
devel/trac-bitten: remove last depedency of py-distribute
Approved by: portmgr (bapt, implicit) |
0.6_2 20 Sep 2013 17:17:45
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.6_2 30 Aug 2013 16:49:44
  |
mva  |
- do not use local bsd.python.mk variables within the port Makefile - switch
the publicly accessible ones instead |
0.6_2 23 May 2013 02:23:34
  |
jgh  |
- adoption of optionsNG
- trim historical headers
Approved by: portmgr (miwi) |
0.6_2 05 Mar 2013 07:12:25
  |
rm  |
- replace deprecated devel/py-setuptools with devel/py-distribute
- change explicit dependency for the ports, that don't utilize USE_DISTUTILS
feature
- add UPDATING entry
PR: 176142
Submitted by: rm (myself)
Approved by: portmgr (miwi)
Tested by: exp-run by miwi |
0.6_1 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.6_1 18 Oct 2011 19:09:46
 |
glarkin  |
- Added missing pkg-plist entries
- Bumped PORTREVISION
Reported by: pointyhat (via pav) |
0.6 13 Oct 2011 23:22:22
 |
glarkin  |
A continuous integration plugin for Trac.
Bitten is a Python-based framework for collecting various software
metrics via continuous integration. It builds on Trac to provide
an integrated web-based user interface. Build slaves are usually
installed and run on multiple different systems to compile and test
the software on these platforms on new checkins.
Set bitten_slave_enable to "yes" and bitten_slave_urls to contain
one or more Bitten build URLs. For form authentication add --form-auth
to flags.
WWW: http://bitten.edgewall.org/
PR: ports/140157
Submitted by: Tim Niemueller <tim@niemueller.de> |