notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: www/zope213/Makefile

Number of commits found: 24

Saturday, 4 Jan 2020
10:08 antoine search for other commits by this committer
Deprecate parts of zope 2.13 stack

With hat:	portmgr
Original commitRevision:522023 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Friday, 13 May 2016
13:00 amdmi3 search for other commits by this committer
- Do not install another garbage file

Approved by:	portmgr blanket
Original commitRevision:415109 
Saturday, 16 Apr 2016
10:06 rm search for other commits by this committer
sysutils/py-zdaemon: update to 4.1.0

And patch Zope to work with this zdaemon version

With hat:   zope
Original commitRevision:413424 
Thursday, 14 Apr 2016
07:51 rm search for other commits by this committer
www/zope213: update to 2.13.24
Original commitRevision:413247 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Saturday, 4 Jul 2015
21:07 rm search for other commits by this committer
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
Original commitRevision:391330 
Friday, 3 Jul 2015
21:11 rm search for other commits by this committer
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
Original commitRevision:391274 
Saturday, 3 Jan 2015
08:41 mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
Original commitRevision:376109 
Monday, 10 Mar 2014
18:01 bapt search for other commits by this committer
Convert www to USES=zip
Original commitRevision:347789 
Sunday, 23 Feb 2014
18:51 rm search for other commits by this committer
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
Original commitRevision:345756 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Friday, 20 Sep 2013
16:07 rm search for other commits by this committer
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
Original commitRevision:327716 
Thursday, 20 Dec 2012
11:09 rm search for other commits by this committer
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
Original commitRevision:309310 
Monday, 13 Aug 2012
16:26 rm search for other commits by this committer
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
Original commit
Tuesday, 26 Jun 2012
06:11 rm search for other commits by this committer
- update to 2.13.15

Changelog:
  - Fix lock file cleanup if there's an error early in startup.
Original commit
Sunday, 3 Jun 2012
09:21 rm search for other commits by this committer
- 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
Original commit
Tuesday, 21 Feb 2012
16:28 rm search for other commits by this committer
- update to 2.13.13

changes:
http://pypi.python.org/pypi/Zope2/2.13.13#id1
Original commit
Friday, 20 Jan 2012
11:03 rm search for other commits by this committer
- 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.
Original commit
Monday, 16 Jan 2012
10:33 rm search for other commits by this committer
- transfer maintainership for my zope-ports to zope@
- add them to virtual category `zope'
Original commit
Monday, 12 Dec 2011
17:35 rm search for other commits by this committer
- update to 2.13.11

Approved by:   novel (mentor)
Feature safe:  yes
Original commit
09:27 rm search for other commits by this committer
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
Original commit
09:17 rm search for other commits by this committer
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
Original commit

Number of commits found: 24