aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-09-07 00:19:36 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-07 00:19:36 +0800
commit403576f9c23cb0be22d64d52b5ca6884bd573d3c (patch)
tree1c028116ec91615ae2d7e2a695baed48f9b740b8
parent05d0838c8c78102c691d86e2dff7e8332353c77c (diff)
downloadgsoc2013-evolution-403576f9c23cb0be22d64d52b5ca6884bd573d3c.tar.gz
gsoc2013-evolution-403576f9c23cb0be22d64d52b5ca6884bd573d3c.tar.zst
gsoc2013-evolution-403576f9c23cb0be22d64d52b5ca6884bd573d3c.zip
oops, take config out of SUBDIRS
svn path=/trunk/; revision=12650
-rw-r--r--default_user/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/default_user/Makefile.am b/default_user/Makefile.am
index f6be09c109..29a2e18945 100644
--- a/default_user/Makefile.am
+++ b/default_user/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = local config
+SUBDIRS = local
defaultdir = $(datadir)/evolution/default_user
default_DATA = addressbook-sources.xml searches.xml
1'>| - Update USES comment (Python 3.3 support dropped) - Rebase setup.py patch (idna change released) - Remove comment about failing tests due to httpbin issue which seems to now be fixed. This update includes a pinned urllib3 version bump to < 1.25, which paves the way for a net/urllib3 update to 1.24 [1]. Note: 2.20.0 includes a security vulnerability fix for CVE-2018-18074 Changelog: https://github.com/requests/requests/blob/v2.21.0/HISTORY.md PR: 229322 [1] Security: 50ad9a9a-1e28-11e9-98d7-0050562a4d7b MFH: 2019Q1 * devel/py-requests: Bump pinned idna dependency versionkoobs2018-08-072-3/+12 | | | | | | | | | | | | | | | | | | py-idna was updated to 2.7 in ports r476560. py-requests had its idna dependency pinned to <2.7. That broke all py-requests dependents. This change backports part of an upstream commit [1] that bumped the dependency. Whisper of a dream: It would be really cool if *_DEPENDS could declare multiple versions in its scheme. We'd pick up these issues much earlier, and be able to declare dependencies more accurately.</pony> [1] https://github.com/requests/requests/commit/991e8b76b7a9d21f698b24fa0058d3d5968721bc PR: 230430 Reported by: <Trond Endrestol ximalas info> * Use PY_FLAVOR for dependencies.mat2018-06-211-7/+7 | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight * www/py-requests: Update to 2.18.4koobs2018-03-023-25/+12 | | | | | | | | | | | | | | While I'm here: Add note about test suite issue. There's no clear & quick way to resolve this in the short term without further investigation/yak shaving. Changelog: https://github.com/requests/requests/blob/v2.18.4/HISTORY.rst PR: 226078 Submitted by: yuri * Convert Python ports to FLAVORS.mat2017-11-301-9/+9 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 * www/py-requests: Allow urllib3 1.22 dependencycpm2017-07-232-2/+17 | | | | | | | | | | | | - Backport an upstream patch to setup.py allowing urllib3 1.22 dependency - Bump PORTREVISION PR: 220927 Submitted by: cpm Reported by: P. Chevalier<chevalier@dspnet.fr> Reviewed by: jbeich, koobs Approved by: koobs (maintainer) Obtained from: https://github.com/requests/requests/commit/8d1228cd1943bfe89ffaae32e15b2feb3f8479f5 * www/py-requests: Update to 2.18.1koobs2017-07-152-4/+5 | | | | | | | | | While I'm here, add COMMENT on specific supported Python versions [1] https://github.com/requests/requests/pull/4192 QA: 3 failed [1], 480 passed, 11 skipped, 2 xpassed in 84.60 seconds MFH: 2017Q3 * www/py3-requests: Update slave port to depend on Python 3.x portswoodsb022017-06-101-2/+2 | | | | | PR: 219833 Approved by: portmgr blanket * www/py-requests: Update to 2.17.3koobs2017-06-04