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) combination for a given watch list. This is what FreshPorts will look for.

non port: www/plone/Makefile

Number of commits found: 53

Thursday, 2 Jan 2020
08:35 antoine search for other commits by this committer
Deprecate the plone stack

With hat:	portmgr
Original commitRevision:521805 
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 
Sunday, 17 Apr 2016
17:00 rm search for other commits by this committer
Update plone stack to 4.3.9

Changelog:
https://plone.org/products/plone/releases/4.3.9

With hat:	zope
Original commitRevision:413516 
Saturday, 16 Apr 2016
10:36 rm search for other commits by this committer
Update plone stack to 4.3.8

Changelog:
https://plone.org/products/plone/releases/4.3.8

With hat:	zope
Original commitRevision:413428 
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 
Sunday, 10 Jan 2016
23:10 rm search for other commits by this committer
Update plone stack to 4.3.7

Changelogs:
https://plone.org/products/plone/releases/4.3.3
https://plone.org/products/plone/releases/4.3.4
https://plone.org/products/plone/releases/4.3.5
https://plone.org/products/plone/releases/4.3.6
https://plone.org/products/plone/releases/4.3.7

MFH:		2016Q1
Security:	6b3374d4-6b0b-11e5-9909-002590263bf5
Original commitRevision:405756 
Wednesday, 6 May 2015
17:53 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:385534 
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 
Saturday, 15 Feb 2014
14:43 rm search for other commits by this committer
- do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- clarify type of BSD license, where this info was available
- bump PORTREVISION
Original commitRevision:344396 
Monday, 23 Sep 2013
09:18 rm search for other commits by this committer
Update Plone to 4.3.2.

Release notes:
 http://plone.org/products/plone/releases/4.3
 http://plone.org/products/plone/releases/4.3.1
 http://plone.org/products/plone/releases/4.3.2

This update includes:
 -devel/py-DateTime: 3.0 -> 3.0.3
 -devel/py-Products.ATContentTypes: 2.1.12 -> 2.1.13
 -devel/py-Products.Archetypes: 1.8.6 -> 1.9.4
 -devel/py-Products.CMFDiffTool: 2.0.2 -> 2.1
 -devel/py-Products.CMFDynamicViewFTI: 4.0.3 -> 4.0.5
 -devel/py-Products.GenericSetup: 1.7.3 -> 1.7.4
 -devel/py-Products.MimetypesRegistry: 2.0.4 -> 2.0.5
 -devel/py-Products.PasswordResetTool: 2.0.12 -> 2.0.15
 -devel/py-Products.PlacelessTranslationService: 2.0.3 -> 2.0.4
 -devel/py-Products.PloneTestCase: 0.9.15 -> 0.9.17
 -devel/py-Products.ResourceRegistries: 2.2.7 -> 2.2.9
 -devel/py-Products.contentmigration: 2.1.3 -> 2.1.5
 -devel/py-archetypes.querywidget: 1.0.8 -> 1.0.9
 -devel/py-archetypes.referencebrowserwidget: 2.4.17 -> 2.4.19
 -devel/py-collective.z3cform.datetimewidget: 1.2.3 -> 1.2.5
 -devel/py-five.customerize: 1.0.3 -> 1.1
 -devel/py-z3c.form: 2.5.1 -> 3.0.2
 -devel/py-zope.schema: 4.2.1 -> 4.2.2
 -security/py-AccessControl: 2.13.13 -> 3.0.8
 -security/py-Products.PlonePAS: 4.0.16 -> 4.1.1
 -www/py-Products.CMFPlone: 4.2.5 -> 4.3.2
 -www/py-Products.TinyMCE: 1.2.16 -> 1.3.5
 -www/py-plone.app.blob: 1.5.7 -> 1.5.8
 -www/py-plone.app.caching: 1.1.3 -> 1.1.6
 -www/py-plone.app.collection: 1.0.8 -> 1.0.11
 -www/py-plone.app.content: 2.0.12 -> 2.1.3
 -www/py-plone.app.contentlisting: 1.0.4 -> 1.0.5
 -www/py-plone.app.contentrules: 2.1.9 -> 3.0.4
 -www/py-plone.app.controlpanel: 2.2.11 -> 2.3.7
 -www/py-plone.app.discussion: 2.1.9 -> 2.2.8
 -www/py-plone.app.form: 2.1.2 -> 2.2.3
 -www/py-plone.app.imaging: 1.0.7 -> 1.0.9
 -www/py-plone.app.iterate: 2.1.9 -> 2.1.10
 -www/py-plone.app.jquery: 1.4.4 -> 1.7.2
 -www/py-plone.app.jquerytools: 1.3.2 -> 1.5.6
 -www/py-plone.app.layout: 2.2.9 -> 2.3.7
 -www/py-plone.app.linkintegrity: 1.5.1 -> 1.5.3
 -www/py-plone.app.locales: 4.2.5 -> 4.3.2
 -www/py-plone.app.portlets: 2.3.8 -> 2.4.5
 -www/py-plone.app.querystring: 1.0.7 -> 1.0.8
 -www/py-plone.app.redirector: 1.1.3 -> 1.2
 -www/py-plone.app.registry: 1.1 -> 1.2.3
 -www/py-plone.app.search: 1.0.8 -> 1.1.5
 -www/py-plone.app.theming: 1.0.4 -> 1.1.1
 -www/py-plone.app.upgrade: 1.2.5 -> 1.3.4
 -www/py-plone.app.viewletmanager: 2.0.3 -> 2.0.4
 -www/py-plone.app.vocabularies: 2.1.10 -> 2.1.11
 -www/py-plone.app.workflow: 2.0.10 -> 2.1.6
 -www/py-plone.app.z3cform: 0.6.2 -> 0.7.4
 -www/py-plone.autoform: 1.3 -> 1.5
 -www/py-plone.contentrules: 2.0.2 -> 2.0.3
 -www/py-plone.i18n: 2.0.5 -> 2.0.9
 -www/py-plone.outputfilters: 1.8 -> 1.11.1
 -www/py-plone.portlet.collection: 2.1.3 -> 2.1.5
 -www/py-plone.portlets: 2.1 -> 2.2
 -www/py-plone.scale: 1.2.2 -> 1.3.2
 -www/py-plone.stringinterp: 1.0.7 -> 1.0.10
 -www/py-plone.supermodel: 1.1.4 -> 1.2.3
 -www/py-plone.z3cform: 0.7.8 -> 0.8.0
 -www/py-plonetheme.classic: 1.2.5 -> 1.3.2
 -www/py-plonetheme.sunburst: 1.2.8 -> 1.4.5
Original commitRevision:327956 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Thursday, 28 Mar 2013
17:23 rm search for other commits by this committer
Update Plone to 4.2.5.

Release notes:
http://plone.org/products/plone/releases/4.2.5
http://plone.org/products/plone/releases/4.2.4
http://plone.org/products/plone/releases/4.2.3
http://plone.org/products/plone/releases/4.2.2

This update includes:
- devel/py-Products.ZCTextIndex 2.13.3 -> 2.13.4
- devel/py-Products.ATContentTypes 2.1.8 -> 2.1.12
- devel/py-Products.Archetypes 1.8.3 -> 1.8.6
- devel/py-Products.CMFCore 2.2.6 -> 2.2.7
- devel/py-Products.CMFDefault 2.2.2 -> 2.2.3
- devel/py-Products.CMFDiffTool 2.0 -> 2.0.2
- devel/py-Products.CMFDynamicViewFTI 4.0.2 -> 4.0.3
- devel/py-Products.CMFEditions 2.2.5 -> 2.2.8
- devel/py-Products.CMFFormController 3.0.2 -> 3.0.3
- devel/py-Products.CMFPlacefulWorkflow 1.5.7 -> 1.5.9
- www/py-Products.CMFPlone 4.2.1.1 -> 4.2.5
- devel/py-Products.contentmigration 2.1.1 -> 2.1.3
- devel/py-Products.ExtendedPathIndex 3.0.1 -> 3.1
- devel/py-Products.GenericSetup 1.7.2 -> 1.7.3
- devel/py-Products.Marshall 2.1.1 -> 2.1.2
- devel/py-Products.MimetypesRegistry 2.0.3 -> 2.0.4
- devel/py-Products.PasswordResetTool 2.0.8 -> 2.0.12
- devel/py-Products.PloneLanguageTool 3.2.5 -> 3.2.7
- security/py-Products.PlonePAS 4.0.13 -> 4.0.16
- security/py-Products.PluggableAuthService 1.8.0 -> 1.10.0
- devel/py-Products.PortalTransforms 2.0.7 -> 2.1.2
- devel/py-Products.ResourceRegistries 2.2.1 -> 2.2.7
- www/py-Products.TinyMCE 1.2.13 -> 1.2.16
- www/py-Products.kupu 1.5.0 -> 1.5.1
- devel/py-archetypes.querywidget 1.0.4 -> 1.0.8
- devel/py-archetypes.referencebrowserwidget 2.4.12 -> 2.4.17
- devel/py-archetypes.schemaextender 2.1.1 -> 2.1.2
- devel/py-collective.z3cform.datetimewidget 1.2.0 -> 1.2.3
- devel/py-diazo 1.0.1 -> 1.0.3
- devel/py-kss-core 1.6.4 -> 1.6.5
- www/py-plone.app.blob 1.5.2 -> 1.5.7
- www/py-plone.app.caching 1.1 -> 1.1.3
- www/py-plone.app.collection 1.0.5 -> 1.0.8
- www/py-plone.app.content 2.0.11 -> 2.0.12
- www/py-plone.app.contentmenu 2.0.6 -> 2.0.8
- www/py-plone.app.contentlisting 1.0.1 -> 1.0.4
- www/py-plone.app.contentrules 2.1.8 -> 2.1.9
- www/py-plone.app.controlpanel 2.2.8 -> 2.2.11
- www/py-plone.app.discussion 2.1.7 -> 2.1.9
- www/py-plone.app.folder 1.0.4 -> 1.0.5
- www/py-plone.app.form 2.1.1 -> 2.1.2
- www/py-plone.app.i18n 2.0.1 -> 2.0.2
- www/py-plone.app.imaging 1.0.6 -> 1.0.7
- www/py-plone.app.iterate 2.1.7 -> 2.1.9
- www/py-plone.app.layout 2.2.7 -> 2.2.9
- www/py-plone.app.ldap 1.2.8 -> 1.3.0
- www/py-plone.app.linkintegrity 1.4.6 -> 1.5.1
- www/py-plone.app.locales 4.0.15 -> 4.2.5
- www/py-plone.app.portlets 2.2.6 -> 2.3.8
- www/py-plone.app.querystring 1.0.5 -> 1.0.7
- www/py-plone.app.search 1.0.4 -> 1.0.8
- www/py-plone.app.testing 4.2 -> 4.2.2
- www/py-plone.app.theming 1.0.3 -> 1.0.4
- www/py-plone.app.upgrade 1.2.1 -> 1.2.5
- www/py-plone.app.users 1.1.3 -> 1.1.5
- www/py-plone.app.viewletmanager 2.0.2 > 2.0.3
- www/py-plone.app.vocabularies 2.1.7 -> 2.1.10
- www/py-plone.app.workflow 2.0.7 -> 2.0.10
- www/py-plone.app.z3cform 0.6.0 -> 0.6.2
- www/py-plone.autoform 1.2 -> 1.3
- www/py-plone.browserlayer 2.1.1 -> 2.1.2
- www/py-plone.cachepurging 1.0.3 -> 1.0.4
- www/py-plone.contentrules 2.0.1 -> 2.0.2
- www/py-plone.folder 1.0.2 -> 1.0.4
- www/py-plone.i18n 2.0.1 -> 2.0.5
- www/py-plone.indexer 1.0 -> 1.0.2
- www/py-plone.intelligenttext 2.0.1 -> 2.0.2
- security/py-plone.keyring 2.0 -> 2.0.1
- www/py-plone.locking 2.0.3 -> 2.0.4
- security/py-plone.openid 2.0 -> 2.0.1
- www/py-plone.outputfilters 1.6 -> 1.8
- www/py-plone.portlet.collection 2.1.1 -> 2.1.3
- www/py-plone.portlet.static 2.0.1 -> 2.0.2
- security/py-plone.protect 2.0 -> 2.0.2
- www/py-plone.registry 1.0 -> 1.0.1
- www/py-plone.resource 1.0.1 -> 1.0.2
- security/py-plone.session 3.5 -> 3.5.3
- www/py-plone.subrequest 1.6.6 -> 1.6.7
- www/py-plone.supermodel 1.1.1 -> 1.1.4
- www/py-plone.testing 4.0.4 -> 4.0.8
- www/py-plone.transformchain 1.0.2 -> 1.0.3
- www/py-plonetheme.classic 1.2.3 -> 1.2.5
- www/py-plonetheme.sunburst 1.2.7 -> 1.2.8
- textproc/py-wicked 1.1.9 -> 1.1.10
- devel/py-z3c.formwidget.query 0.8 -> 0.9
- devel/py-zope.schema 4.2.0 -> 4.2.1
Original commitRevision:315489 
Tuesday, 11 Sep 2012
17:34 rm search for other commits by this committer
Update Plone to 4.2.1.

This update includes:
 - www/py-plone.outputfilters 1.2 -> 1.6
 - www/py-Products.CMFPlone 4.1.5 -> 4.2.1.1
 - www/py-plone.app.vocabularies 2.1.6 -> 2.1.7
 - www/py-plone.subrequest 1.6.2 -> 1.6.6
 - www/py-plone.app.discussion 2.1.5 -> 2.1.7
 - www/py-plonetheme.classic 1.1.2 -> 1.2.3
 - www/plone 4.1.5 -> 4.2.1
 - www/py-plone.i18n 2.0 -> 2.0.1
 - www/py-plone.fieldsets 2.0.1 -> 2.0.2
 - www/py-plone.app.search 1.0.2 -> 1.0.4
 - www/py-plone.app.content 2.0.9 -> 2.0.11
 - www/py-plone.app.testing 4.0.2 -> 4.2
 - www/py-plone.app.contentrules 2.1.4 -> 2.1.8
 - www/py-plone.uuid 1.0.2 -> 1.0.3
 - www/py-plone.app.upgrade 1.1.6 -> 1.2.1
 - www/py-plone.app.caching 1.0.3 -> 1.1
 - www/py-plone.app.linkintegrity 1.4.5 -> 1.4.6
 - www/py-plone.app.iterate 2.1.5 -> 2.1.7
 - www/py-plone.testing 4.0.3 -> 4.0.4
 - www/py-plone.app.contentmenu 2.0.5 -> 2.0.6
 - www/py-plone.app.controlpanel 2.2.3 -> 2.2.8
 - www/py-plone.portlet.collection 2.0.4 -> 2.1.1
 - www/py-plone.resource 1.0b6 -> 1.0.1
 - www/py-plone.app.registry 1.0.1 -> 1.1
 - www/py-plone.app.workflow 2.0.6 -> 2.0.7
 - www/py-plone.app.portlets 2.2.3 -> 2.2.6
 - www/py-plone.app.blob 1.5.1 -> 1.5.2
 - www/py-Products.TinyMCE 1.2.12 -> 1.2.13
 - www/py-plone.app.locales 4.0.11 -> 4.0.15
 - www/py-plonetheme.sunburst 1.2.4 -> 1.2.7
 - www/py-plone.app.theming 1.0b9 -> 1.0.3
 - www/py-plone.app.collection 1.0.1 -> 1.0.5
 - www/py-plone.folder 1.0.1 -> 1.0.2
 - www/py-plone.app.querystring 1.0.1 -> 1.0.5
 - www/py-plone.app.jquerytools 1.3.1 -> 1.3.2
 - www/py-plone.app.contentlisting 1.0 -> 1.0.1
 - www/py-plone.stringinterp 1.0.5 -> 1.0.7
 - www/py-plone.app.layout 2.2.4 -> 2.2.7
 - www/py-plone.app.z3cform 0.5.7 -> 0.6.0
 - www/py-plone.portlets 2.0.2 -> 2.1
 - www/py-plone.app.kss 1.7.0 -> 1.7.1
 - www/py-plone.app.redirector 1.1.2 -> 1.1.3
 - devel/py-kss-core 1.6.3 -> 1.6.4
 - devel/py-Products.ATContentTypes 2.1.7 -> 2.1.8
 - devel/py-Products.ResourceRegistries 2.0.6 -> 2.2.1
 - devel/py-five.customerize 1.0.2 -> 1.0.3
 - devel/py-diazo 1.0rc4 -> 1.0.1
 - devel/py-Products.CMFEditions 2.2.2 -> 2.2.5
 - devel/py-Products.ExtendedPathIndex 2.9 -> 3.0.1
 - devel/py-z3c.formwidget.query 0.7 -> 0.8
 - devel/py-Products.Archetypes 1.7.13 -> 1.8.3
 - devel/py-Products.CMFPlacefulWorkflow 1.5.6 -> 1.5.7
 - devel/py-archetypes.querywidget 1.0.1 -> 1.0.4
 - devel/py-Products.PloneLanguageTool 3.2.4 -> 3.2.5
 - devel/py-Products.GenericSetup 1.6.6 -> 1.7.2
 - devel/py-Products.CMFTestCase 0.9.11 -> 0.9.12
 - devel/py-Products.PasswordResetTool 2.0.7 -> 2.0.8
 - devel/py-archetypes.kss 1.7.1 -> 1.7.2
 - devel/py-collective.z3cform.datetimewidget 1.1.1 -> 1.2.0
 - devel/py-Products.PloneTestCase 0.9.13 -> 0.9.15
 - devel/py-zope.schema 4.0.1 -> 4.2.0
 - devel/py-archetypes.referencebrowserwidget 2.4.11 -> 2.4.12
 - security/py-Products.PlonePAS 4.0.12 -> 4.0.13
 - security/py-Products.PluggableAuthService 1.7.7 -> 1.8.0

common changes:
 - strip Makefile header
 - choose proper value for USE_PYTHON in a cases when I sure that the port
   is required -2.7 only or may be built/run both 2.x and 3.x
 - comment off USE_ZOPE
 - tab -> space in pkg-descr:WWW

nuances:
 - new port www/py-plone.app.jquery added per this plone update requirements
 - devel/py-zope.schema updated to 4.2.0 because I hadn't got any response from
   maintainer and because this exact version is required for this plone update

feature highlights/release notes:
 - http://plone.org/products/plone/releases/4.2
 - http://plone.org/products/plone/releases/4.2.1
Original commitRevision:304111 
Tuesday, 26 Jun 2012
06:10 rm search for other commits by this committer
- add an option to enable ldap support

Submitted by:   lstewart (via mail)
Original commit
Wednesday, 25 Apr 2012
13:21 rm search for other commits by this committer
Err, it should belong to zope@, not to me.
Original commit
11:09 rm search for other commits by this committer
Restore www/plone port and update it to 4.1.5
Original commit
Friday, 30 Sep 2011
09:12 dougb search for other commits by this committer
As previously advertised, delete ports that have
vulnerabilities listed in portaudit, and those
that depend on them - part 1

math/mupad
        Relies on xpm, vulnerable since 2004-09-15
net-p2p/torrentflux
        Vulnerable since 2006-10-07
net/tptest
        Vulnerable since 2009-12-17
security/pgp6
        Vulnerable since 2005-07-31
www/p5-RTx-RightsMatrix
        Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Shredder
        Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Statistics
        Only works with www/rt36, which is FORBIDDEN
www/plone
        Vulnerable since 2011-02-10
www/pyblosxom
        Vulnerable since 2009-02-11
www/rt36
        Vulnerable since 2009-12-09
www/zope-archetypes
        Depends on www/plone, which is FORBIDDEN
www/zope-calendaring
        Depends on www/plone, which is FORBIDDEN
www/zope-coreblog2
        Depends on www/plone, which is FORBIDDEN
www/zope-i18nlayer
        Depends on www/plone, which is FORBIDDEN
www/zope-plonelanguagetool
        Depends on www/plone, which is FORBIDDEN
www/zope-simpleblog
        Depends on www/plone, which is FORBIDDEN
Original commit
Saturday, 3 Sep 2011
12:02 dougb search for other commits by this committer
Mark vulnerable ports FORBIDDEN with EXPIRATION_DATE= 2011-09-30
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 18 May 2009
19:40 gahr search for other commits by this committer
- Update download link with actual one. Old one is a redirect.
Original commit
Thursday, 14 Feb 2008
03:30 beech search for other commits by this committer
- Update to 2.5.5
- Security and bug fixes.

PR:             ports/120591
Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Security:      
http://VuXML.FreeBSD.org/ffba6ab0-90b5-11dc-9835-003048705d5a.html
Original commit
Tuesday, 12 Feb 2008
08:09 remko search for other commits by this committer
Mark forbidden due to recent vulnerabilities; see the VuXML document
for more information [1]. Note that Plone3 does not appear to be vulnerable
anymore, since that had been updated recently.

http://VuXML.FreeBSD.org/ffba6ab0-90b5-11dc-9835-003048705d5a [1]
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Original commit
Wednesday, 6 Jun 2007
20:23 gabor search for other commits by this committer
- Update to 2.5.3

PR:             ports/112756
Submitted by:   NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Security:       34414a1e-e377-11db-b8ab-000c76189c4c
Original commit
07:45 linimon search for other commits by this committer
Reset filippo.natali@gmail.com, who is very short on free time right now.

Hat:            portmgr
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 17 Feb 2007
08:32 rafan search for other commits by this committer
- Update to 2.5.2
- Polish pkg-message

PR:             ports/108144
Submitted by:   Yasushi Hayashi <yasi at yasi.to>
Approved by:    maintainer timeout (28 days)
Original commit
Wednesday, 27 Dec 2006
13:44 gabor search for other commits by this committer
- Fetch the correct tarball
- Fix security issue
- Bump PORTREVISION

PR:             ports/106074
Submitted by:   HAYASHI Yasushi <yasi@yasi.to>
Approved by:    erwin (mentor), maintainer timeout
Security:       http://plone.org/products/plone-hotfix/releases/20061031
Original commit
Saturday, 25 Nov 2006
13:10 miwi search for other commits by this committer
- Update to 2.5.1

PR:             ports/105420
Submitted by:   Armin Pirkovitsch <a.pirko@inode.at>
Approved by:    maintainer
Original commit
Thursday, 9 Nov 2006
07:59 miwi search for other commits by this committer
- Marked as Broken

Submitted by:   pointyhat via kris
Original commit
Sunday, 5 Nov 2006
20:15 miwi search for other commits by this committer
- Update to 2.1.4

PR:             ports/104576
Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by:    maintainer (timeout)
Security:      
http://www.vuxml.org/freebsd/b6c18956-5fa3-11db-ad2d-0016179b2dd5.html
Sponsored by:   FreeBSD Bug-a-thon #2
Original commit
Wednesday, 10 May 2006
18:50 jmelo search for other commits by this committer
- Fix unfetchable distfile.

PR:             ports/97048
Submitted by:   Filippo Natali <filippo.natali@gmail.com> (maintainer)
Approved by:    mnag (mentor)
Original commit
Tuesday, 18 Apr 2006
13:48 mnag search for other commits by this committer
- Fix security issue.
- Bump PORTREVISION.

PR:             95865
Submitted by:   maintainer
Security:      
http://www.vuxml.org/freebsd/22c6b826-cee0-11da-8578-00123ffe8333.html
Original commit
Friday, 17 Feb 2006
02:31 clsung search for other commits by this committer
- Update www/plone to 2.1.2, bugfix release

PR:             93443
Submitted by:   maintainer (Filippo Natali)
Original commit
Friday, 2 Dec 2005
11:41 vsevolod search for other commits by this committer
- Update to 2.1.1
- Add sha256 checksum

PR:             86451
Submitted by:   Denis Shaposhnikov <dsh at vlink.ru>
                Filippo Natali (maintainer)
Original commit
Thursday, 10 Mar 2005
17:24 novel search for other commits by this committer
Change maintainer's e-mail.

PR:     78669
Submitted by:   maintainer
Approved by:    krion (mentor)
Original commit
Monday, 10 Jan 2005
21:47 girgen search for other commits by this committer
Upgrade to 2.0.5

PR: 75351
Submitted by: maintainer
Approved by: seanc (mentor)
Original commit
Saturday, 28 Aug 2004
06:08 linimon search for other commits by this committer
Update to 2.0.4; add CMFFormController option.

PR:             ports/70993
Submitted by:   Filippo Natali <filippo at widestore dot net> (maintainer)
Original commit
Monday, 7 Jun 2004
19:10 pav search for other commits by this committer
- Update to 2.0.3

PR:             ports/67677
Submitted by:   Filippo Natali <filippo@widestore.net> (maintainer)
Original commit
Sunday, 23 May 2004
21:52 pav search for other commits by this committer
- Update to 2.0.2
- Unbreak plist

PR:             ports/66818
Submitted by:   Filippo Natali <filippo@widestore.net> (maintainer)
Original commit
Saturday, 8 May 2004
06:27 kris search for other commits by this committer
BROKEN: Broken pkg-plist
Original commit
Monday, 5 Apr 2004
22:16 pav search for other commits by this committer
- Relax syntax errors from compileall.py script

PR:             ports/65201
Submitted by:   Filippo Natali <filippo@widestore.net> (maintainer)
Original commit
Thursday, 18 Mar 2004
17:37 pav search for other commits by this committer
- Update to 2.0

PR:             ports/64296
Submitted by:   Filippo Natali <filippo@widestore.net> (maintainer)
Original commit
Monday, 5 Jan 2004
19:16 pav search for other commits by this committer
- Portlint whitespace
Original commit
19:14 pav search for other commits by this committer
- Add conflicts between www/plone and www/zope-formulator, they both install
  Zope Product named Formulator, which are incompatible.

PR:             ports/60845
Submitted by:   Filippo Natali <filippo.natali@widestore.net> (plone maintainer)
Original commit
Friday, 26 Sep 2003
07:31 daichi search for other commits by this committer
update www/plone: 1.0.1 -> 1.0.5

PR:             57165
Submitted by:   Filippo Natali <filippo@widestore.net>
Original commit
Tuesday, 8 Jul 2003
04:38 daichi search for other commits by this committer
fix www/plone: build fail on 4.x-latest(i386)

Submitted by:   Tod McQuillin <devin@spamcop.net>
Pointed out by: bento via kris
Original commit
Tuesday, 24 Jun 2003
05:36 daichi search for other commits by this committer
Update of www/plone from 1.0.r1 to 1.0.1

PR:             50048
Submitted by:   Tod McQuillin <devin@spamcop.net>
Original commit
Thursday, 20 Feb 2003
19:15 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 20 Jan 2003
12:44 nbm search for other commits by this committer
Plone is a Zope product - add it to zope category.
Use MASTER_SITE_SOURCEFORGE instead of specific mirror
Original commit
11:32 nbm search for other commits by this committer
Add plone 1.0 RC1, a user friendly implementation of the CMF written on
top of ZOPE.
Original commit

Number of commits found: 53