non port: www/zope213/Makefile |
SVNWeb
|
Number of commits found: 24 |
Sat, 4 Jan 2020
|
[ 10:08 antoine ] (Only the first 10 of 20 ports in this commit are shown above. )
Deprecate parts of zope 2.13 stack
With hat: portmgr
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Fri, 13 May 2016
|
[ 13:00 amdmi3 ]
- Do not install another garbage file
Approved by: portmgr blanket
|
Sat, 16 Apr 2016
|
[ 10:06 rm ]
sysutils/py-zdaemon: update to 4.1.0
And patch Zope to work with this zdaemon version
With hat: zope
|
Thu, 14 Apr 2016
|
[ 07:51 rm ]
www/zope213: update to 2.13.24
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 4 Jul 2015
|
[ 21:07 rm ] (Only the first 10 of 18 ports in this commit are shown above. )
Update Zope to 2.13.23.
This update also includes:
- devel/py-Acquisition 4.0a1 -> 4.2.1
- devel/py-ExtensionClass 4.0a1 -> 4.2.1
- devel/py-Products.BTreeFolder2 2.13.4 -> 2.14.0
- devel/py-Products.ExternalMethod 2.13.0 -> 2.13.1
- mail/py-Products.MailHost 2.13.1 -> 2.13.2
- devel/py-Products.StandardCacheManagers 2.13.0 -> 2.13.1
- devel/py-zconfig 2.9.3 -> 3.0.4
- devel/py-zLOG 2.11.1 -> 2.11.2
Changes common across this ports: add LICENSE_FILE, add NO_ARCH, sort USE_PYTHON
MFH: 2015Q3
|
Fri, 3 Jul 2015
|
[ 21:11 rm ]
www/zope213: make this port usable when installed from packages
Both ports users and package users now follow uniform procedure of creating
application instance.
Summary:
- Clean up port and remove `make instance` functionality that duplicates native
Zope tool functionality
- Standardize and ensure pkg-message instructions correctly set up Zope
- Make Portlint and Poudriere testport clean
- Set NO_ARCH
PR: 200040
Submitted by: Jason Unovitch <jason.unovitch@gmail.com>
MFH: 2015Q3
|
Sat, 3 Jan 2015
|
[ 08:41 mva ] (Only the first 10 of 286 ports in this commit are shown above. )
- Convert USE_PYTHON to new USES in www/
With hat: python@
|
Mon, 10 Mar 2014
|
[ 18:01 bapt ] (Only the first 10 of 159 ports in this commit are shown above. )
Convert www to USES=zip
|
Sun, 23 Feb 2014
|
[ 18:51 rm ]
Update zope to 2.13.22. Clean-up port.
This update include:
- devel/py-Products.ZCatalog: 2.13.23 -> 2.13.27
- devel/py-Products.ZCTextIndex: 2.13.4 -> 2.13.5
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
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)
|
Fri, 20 Sep 2013
|
[ 16:07 rm ]
Update Zope to 2.13.21. This update also includes:
- security/py-AccessControl 2.13.12 -> 2.13.13
- textproc/py-zope.app.i18n 3.6.3 -> 3.6.4
|
Thu, 20 Dec 2012
|
[ 11:09 rm ]
Update Zope to 2.13.19 along with required dependencies:
- devel/py-Products.PythonScripts: 2.13.0 -> 2.13.2
- devel/py-tempstorage: 2.12.1 -> 2.12.2
- security/py-AccessControl: 2.13.8 -> 2.13.12
|
Mon, 13 Aug 2012
|
[ 16:26 rm ]
Import Zope 2.13.16 and update this release required dependencies:
- devel/py-DateTime: 3.0b3 -> 3.0
- security/py-AccessControl: 2.13.7 -> 2.13.8
|
Tue, 26 Jun 2012
|
[ 06:11 rm ]
- update to 2.13.15
Changelog:
- Fix lock file cleanup if there's an error early in startup.
|
Sun, 3 Jun 2012
|
[ 09:21 rm ]
- update to 2.13.14
- remove files/patch-src-App_CacheManager.py. The problem
was solved upstream another way.
changelog:
http://pypi.python.org/pypi/Zope2/2.13.14#id1
|
Tue, 21 Feb 2012
|
[ 16:28 rm ]
- update to 2.13.13
changes:
http://pypi.python.org/pypi/Zope2/2.13.13#id1
|
Fri, 20 Jan 2012
|
[ 11:03 rm ]
- update to 2.13.12
Changes:
- Prevent a cross-site-scripting attack against the default standard error
message handling. (CVE-2010-1104).
- Use in operator instead of deprecated has_key method (which is not implemented
by OFS.ObjectManager). This fixes an issue with WebDAV requests for skin
objects.
VuXML entry will be added later this day.
|
Mon, 16 Jan 2012
|
[ 10:33 rm ] (Only the first 10 of 237 ports in this commit are shown above. )
- transfer maintainership for my zope-ports to zope@
- add them to virtual category `zope'
|
Mon, 12 Dec 2011
|
[ 17:35 rm ]
- update to 2.13.11
Approved by: novel (mentor)
Feature safe: yes
|
[ 09:27 rm ] (Only the first 10 of 19 ports in this commit are shown above. )
Import Zope 2.13.
Much thanks to Wen Heping for actually adding all the needed ports
for this update and testing.
A lot of thanks goes to Doug Barton and Chris Rees for the help with
rc-script.
Submitted by: rm (myself, via github)
Approved by: novel, miwi (mentors)
Feature safe: yes
|
[ 09:17 rm ] (Only the first 10 of 15 ports in this commit are shown above. )
Forced commit to document the repocopy of www/zope211 to www/zope213.
PR: 162441
Submitted by: wen
Repocopied by: marcus
Approved by: novel, miwi (mentors)
Feature safe: yes
|
Number of commits found: 24 |