Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.8_2 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.9.8_2 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.9.8_2 19 Jun 2018 01:45:29 |
yuri |
www/py-pywebdav: Add USE_PYTHON=concurrent |
0.9.8_1 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.8_1 14 Sep 2016 16:08:44 |
mat |
Messed up those two.
Pointy hat: mat
Sponsored by: Absolight |
0.9.8_1 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.9.8_1 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.9.8_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.9.8_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.9.8_1 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
0.9.8_1 29 Jan 2014 16:17:02 |
miwi |
- Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION |
0.9.8 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.9.8 30 Mar 2012 01:42:59 |
wen |
- Update to 0.9.8
Feature safe: yes |
0.9.4.1 18 Feb 2011 13:00:51 |
wen |
- Update to 0.9.4.1 |
0.9.4 17 Apr 2010 08:10:00 |
wen |
- Update to 0.9.4
- Update my mail address to FreeBSD |
0.9.3 04 Apr 2010 06:29:42 |
lwhsu |
- Update to 0.9.3
PR: ports/144017
Submitted by: Hizbulin Ildar <hizel AT vyborg.ru>
Approved by: maintainer timeout |
0.8 19 Jul 2008 14:05:32 |
miwi |
pywebdav is a collection of classes which should make
it easy to write your own DAV server in Python.
WebDAV is an extension to the normal HTTP/1.1 protocol
allowing the user to upload data, create collections of
objects, store properties for objects, etc.
WWW: http://www.webdav.de/
PR: ports/125665
Submitted by: Wen Heping <wenheping at gmail.com> |