non port: databases/py-swift/Makefile |
Number of commits found: 32 |
Wednesday, 11 Nov 2020
|
12:14 antoine
Deprecate a few python 2.7 ports
 |
Thursday, 15 Oct 2020
|
20:20 sunpoet
Update RUN_DEPENDS for PORTNAME change in py-pastedeploy
 |
Tuesday, 25 Aug 2020
|
09:36 amdmi3
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
 |
Wednesday, 20 Jun 2018
|
17:05 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
 |
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
 |
Sunday, 18 Dec 2016
|
15:44 novel
databases/py-swiftclient: rename to py-python-swiftclient
- Rename to py-python-swiftclient to follow naming convention
for Python port available on pypi to match pypi name
- Update dependencies for databases/py-swift and
net/py-python-heatclient and bump PORTREVISION for these ports
PR: 215374
Approved by: trociny (maintainer)
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 4 May 2015
|
12:20 trociny
Update to 2.2.2.
 |
Saturday, 24 Jan 2015
|
12:50 trociny
Update to 2.2.1.
 |
Tuesday, 23 Dec 2014
|
13:58 antoine
Samples should be named .sample
 |
Sunday, 19 Oct 2014
|
08:50 mva
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
 |
Friday, 17 Oct 2014
|
21:43 trociny
Update to 2.2.0.
 |
Friday, 5 Sep 2014
|
21:04 trociny
Update to 2.1.0.
 |
Thursday, 21 Aug 2014
|
19:35 trociny
- take over maintainership;
- update to 2.0.0;
- add @exec/@unexec for copying sample files to configuration.
 |
Monday, 30 Jun 2014
|
05:51 eadler
multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
 |
Thursday, 22 May 2014
|
06:28 miwi
- Update to 1.13.1
PR: 188894
Submitted by: swills
Approved by: maintainer
 |
Wednesday, 12 Mar 2014
|
00:59 swills
- Update to 1.13.0
- Add memcached dependency since it seems required to run
- Use UIDs and GIDs and create a user for swift since that seems required
PR: ports/187421
Submitted by: swills (myself)
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
 |
Monday, 17 Feb 2014
|
19:53 trociny
Update to 1.12.0.
PR: ports/186371
Approved by: maintainer timeout
 |
Monday, 13 Jan 2014
|
21:00 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)
 |
Monday, 30 Dec 2013
|
20:55 ohauer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
 |
Saturday, 28 Dec 2013
|
19:31 trociny
- update to 1.10.0;
- support staging;
- use autoplist.
PR: ports/184501
 |
Saturday, 26 Oct 2013
|
13:22 trociny
Update to 1.9.1.
PR: ports/183033
Approved by: bdrewery (mentor)
 |
Friday, 20 Sep 2013
|
16:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
 |
Tuesday, 10 Sep 2013
|
08:46 culot
- Update to 1.9.0
Changes: https://github.com/openstack/swift/blob/master/CHANGELOG
PR: ports/180549
Submitted by: trociny@
Approved by: maintainer (timeout, >14 days)
 |
Tuesday, 11 Jun 2013
|
18:28 rm
- add rc.d script
- add the patch that fixes posix_fadvise64 linuxism: swift tries to call
posix_fadvise64, which does not exists on FreeBSD and does not needed
because off_t is 8 bytes on both 32 and 64-bit platforms, so posix_fadvise
should be called instead. This has been reported upstream (#1179268) but
there is no reaction so far.
- bump PORTREVISION
PR: 178738
Submitted by: trociny
Approved by: maintainer timeout (3 weeks)
 |
Sunday, 28 Apr 2013
|
15:39 culot
- Update to 1.8.0
Changes: https://github.com/openstack/swift/blob/master/CHANGELOG
PR: ports/178117
Submitted by: trociny@
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
 |
Thursday, 7 Feb 2013
|
08:51 culot
- Update to 1.7.6
Changes: https://github.com/openstack/swift/blob/master/CHANGELOG
PR: ports/175624
Submitted by: trociny@
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
 |
Sunday, 2 Dec 2012
|
12:17 rm
- no need to include pre.mk/post.mk
- replace ${PREFIX} with ${MANPREFIX} on manpage install command
Reporetd by: jhale
Feature safe: yes
 |
09:57 rm
- update to 1.7.5
- add the missing dependency on www/py-pastedeploy
- add the man pages;
- replace /etc/swift with ${PREFIX}/etc/${PORTNAME} in the code
- while here, add license (AL2) and fix plist
PR: 174041
Submitted by: trociny
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe: yes
 |
Sunday, 7 Oct 2012
|
07:45 rm
- add missing dependency on net/py-netifaces
- bump PORTREVISION
while here:
- trim Makefile header
- limit python version to 2.x only
- tab -> space change in pkg-descr:WWW
PR: 172410
Submitted by: trociny
Approved by: Gea-Suan Lin <gslin at gslin dot org> (maintainer)
 |
Sunday, 19 Feb 2012
|
23:13 miwi
- Update to 1.4.6
PR: 165191
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
 |
Friday, 17 Sep 2010
|
03:13 wen
Swift is a highly available, distributed, eventually consistent
object/blob store.
WWW: http://launchpad.net/swift
PR: ports/150063
Submitted by: Gea-Suan Lin <gslin@gslin.org>
 |
Number of commits found: 32 |