Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.5 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 ) |
1.5.5 23 Feb 2020 15:25:53
  |
antoine  |
Deprecate a few ports
With hat: portmgr |
1.5.5 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.5.5 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 ) |
1.5.5 10 Jan 2017 20:31:54
  |
rene  |
www/py-formalchemy: update to 1.5.5
- switch from GH to CHEESHOP [1]
- convert all build dependencies to run dependencies [1]
- add run dependency on www/py-webob [2]
- add NO_ARCH [3]
PR: 215583 [1]
Submitted by: rene via mail from koobs [1]
Submitted by: maintainer (ghostonthewire@gmail.com) [2]
Submitted by: rene [3] |
1.5.1 30 Dec 2016 06:51:00
  |
antoine  |
Unbreak, account is camelcase but project is lowercase |
1.5.1 28 Dec 2016 14:05:33
  |
mat  |
Fix USE_GITHUB usage.
Sponsored by: Absolight |
1.5.1 08 Dec 2016 20:12:52
  |
rene  |
www/py-formalchemy: unexpire and update to 1.5.1
- use GitHub mastersite
- update sqlalchemy dependency to 1.0
PR: 213682
Submitted by: vlad-fbsd@acheronmedia.com
Approved by: maintainer timeout (ghostonthewire@gmail.com) |
1.3.3_2 08 Nov 2016 21:11:14
  |
antoine  |
Chase py-sqlalchemy06 expiration |
1.3.3_2 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 |
1.3.3_2 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.3.3_2 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 |
1.3.3_2 03 Jan 2015 08:41:21
  |
mva  |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.3.3_2 17 Apr 2014 02:33:56
  |
swills  |
- Stage
- Pet portlint
PR: ports/188709
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket) |
1.3.3_2 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.3.3_2 16 May 2013 15:08:09
  |
rm  |
- fix pkg-plist: do not try to remove directories owned by other ports
and bump PORTREVISION
- trim Makefile header, while here
Reported by: pointyhat (miwi)
With hat: python@ |
1.3.3_1 11 Oct 2012 13:46:30
  |
bapt  |
Dependency line should not end with a '/'
Submitted by: az
Feature safe: yes |
1.3.3_1 21 Jan 2012 17:40:15
 |
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.3.3_1 25 Jun 2011 07:35:30
 |
nivit  |
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS
Reported by: pavbot |
1.3.3_1 23 Jun 2011 14:20:04
 |
nivit  |
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION |
1.3.3 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
1.3.3 18 Jul 2010 13:30:19
 |
lwhsu  |
Add py-formalchemy 1.3.3, toolkit for creating HTML form elements
manually or from SQLAlchemy mapped classes.
PR: ports/148487
Submitted by: ghostonthewire <ghostonthewire at gmail dot com> |