2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month
2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools
2013-11-18 devel/mono-tools: Broken for more than 6 month
2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired textproc/p5-XML-Sablotron
2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month
2013-11-18 net/freeswitch-core: Broken for more than 6 month
2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core
2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core
2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron
- Fix port to work with django 1.6
- Remove leading article from COMMENT
- Adjust run depends to use package name and version
- Allow staging
- Use python auto plist
Approved by: maintainer
Splinter is an open source tool for testing web applications using Python.
It lets you automate browser actions, such as visiting URLs and interacting
with their items.
WWW: http://splinter.cobrateam.info/
Reset maintainership for llwang@infor.org due to multiple timeouts and email
address permanent failure. Return all ports to the free pool except
py-numpy, which is taken under the wing of the python@ team.
We thank you for your contribution to the FreeBSD project
Approved by: portmgr
- Stagify
- Set NO_ARCH
- Drop post-install printing (this is already in the options)
- Drop pkg-plist
- Bump PORTREVISION so that py-setuptools is not registered as a run-time
dependency
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
- allow staging
- change MASTER_SITE
Changes:
v1.0.3 (Jan Wolter - Oct 6, 2011)
------------------------------------
* Allow group names to be quoted, so that you can have group names with
spaces in them. This change was suggested by David Homborg.
* Document updated with references to versions for Apache 2.4.
v1.0.2 (Jan Wolter - May 21, 2009)
------------------------------------
* Adding copyright and Apache Version 2.0 license in LICENSE and NOTICE
files.
* New directive: AuthzUnixgroupError, can be used to specify the HTTP
error number to be returned on failure.
commit, but was accidentally forgotten in the commit log
- add a patch to fix the build with ENIGMAIL [1]
Tested by: Christoph Lukas <clukas@firc.de>
Obtained from: OpenBSD [1]
- Use the python version specified for building instead
of one of the meta port values, which might mismatch
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
Release 4.0.29
--------------
* Fixed a compilation problem on OS X Mavericks.
Release 4.0.28
--------------
* Introduced a workaround for a GCC 4.6 bug. This bug could cause Phusion
Passsenger to crash during startup. Affected operating systems include
Ubuntu 12.04 and Amazon Linux 2013.09.01, though not every machine with
this OS installed exhibits the problem. See issue #902.
* Improved Node.js support: the Sails framework is now supported.
* Improved Node.js support: the streams2 API is now supported.
* Introduced support for hooks, allowing users to easily extend Phusion
Passenger's behavior.
* Fixed a bug in the `passenger start -R` option. It was broken because of a
change introduced in 4.0.25.
* Fixed a bug in PassengerMaxInstancesPerApp. Fixes issue #1016.
* Fixed compilation problems on Solaris.
* Fixed an encoding problem in the Apache autodetection code. Fixes
issue #1026.
* The Debian packages no longer depend on libruby.
* Application stdout and stderr are now printed without normal
Phusion Passenger debugging information, making them easier to read.
</ChangeLog>
Update to nss 3.15.3.1
Update firefox-esr and thunderbird to 24.2.0
Update firefox to 26.0
Update seamonkey to 2.23
- catch up with directory renames since USES=webplugins was introduced;
fixes plugins not being automatically enabled after install
- linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and
measure about:memory usage, again
- dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes
some flash sites work again; as there's no nspluginwrapper in-between
the infamous "youtube issue" never occurs
- install DEBUG with symbols [3] and describe the option better [4]
- enable dumping about:memory upon kill -65, kill -66 and GC/CC log
upon kill -67 to a file under /tmp directory; linux-firefox uses
kill -34, kill -35 and kill -36 respectively
PR: ports/183861 [1]
PR: ports/184006 [2]
PR: ports/169896 [3]
PR: ports/184285 [3]
PR: ports/184286 [4]
Security: dd116b19-64b3-11e3-868f-0025905a4771
In collaboration with: Jan Beich <jbeich@tormail.org>
After reporting that re-rolling distributions can cause headaches for packagers
and users, Martin graciously (and quickly) addressed it with a version bump,
git tag and PyPi update. This change is a functional noop and brings the
universe back into equilibrium.
Four reported issues were upstreamed and the PyPi distribution file
was re-rolled without a version bump or new tag. A number of addition
commits also come along with this (Cmd-Enter to submit form) so bump
PORTREVISION accordingly.
- Delete all patches and the post-patch: workaround. Fixes:
Issue #26: Templates and static files missing from sdist and installed
files (create MANIFEST.in)
https://github.com/bartTC/dpaste/issues/26
Issue #27: manage.py uneccessarily installed in LOCALBASE/bin due
to scripts= in setup.py
https://github.com/bartTC/dpaste/issues/27
Issue #28: Trove classifiers missing in pypi entry (use list not tuple)
https://github.com/bartTC/dpaste/issues/28
Issue #29: Create LICENSE file, add MIT contents, add to MANIFEST.in
https://github.com/bartTC/dpaste/issues/29
A few migrations come packaged with this Django application and the author
notes they are "preferred", but not required.
Regarding the option naming, it was furiously debated in #freebsd-python and
I opted for naming the "feature that is enabled" rather than the application
enabling it. Another data point is the common use of the term "schema
migrations" in Django parlance.
Thank you xmj for being a great sounding board as always!
Reported by: Johannes Meixner (xmj, via IRC)
Reviewed by: Johannes Meixner
NO_ARCH=yes
While here, fix a few other niggles:
net/phpldapadmin -- remove indefinite article from COMMENT
www/p5-RT* -- fix comments referencing the different versions of RT
x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
install targets; rework the handling of ${FONTPATH}
dpaste is a Django based pastebin. It's intended to run separately but its
also possible to be installed into an existing Django project like a regular
app. You can find a live example on dpaste.de
WWW: https://github.com/bartTC/dpaste/
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run
adjust OSVERSION evaluation in ports that specifically use '100050N'.
Approved by: affected maintainers (implicit)
Sponsored by: The FreeBSD Foundation
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
* [Apache] Fixed a bug in the Apache module which could lock up the Apache
process or thread. This is a regression introduced in version 4.0.24.
* Node.js application processes now have friendly process titles.
</ChangeLog>
- Remove CONFLICTS with www/joomla15 (they are different pkg name,
and installation directories)
- Allow staging
- Fix path of php executable in test files
All other core ZeroMQ library ports have been moved to the net/ category
along with the czmq client library. This change completes the set,
enabling greater flexibility and choice for maintainers of ZeroMQ-based
software in the ports tree.
- Move devel/zmq to net/libzmq2
- Update devel/ and net/ category Makefiles
- Add MOVED entry
- Update LIB_DEPENDS in dependent ports
net/libzmq2:
- Switch primary category to net
- Enable STAGE support
- Add DEBUG option
- Update COMMENT to match libzmq[34]
- Update pkg-descr to match libzmq[34]
- Update CONFLICTS
- Add LICENSE
- Sort USE_* section
- Remove MAN macros and move entries to pkg-plist
- Add regression-test target for QA
Reviewed by: makc
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer, via email)
- Revert options helpers to if statements since the OFF condition is not
applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
graphics/opencv, leaving opencv-core as just the bare minimum required
for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
dependent ports
- Add UPDATING entry
- Add STAGEing support
- Add OPTIONs for building with Firefox, or libxul
- Add LICENSE information
- Improve package description
PR: ports/183646
Submitted by: Joseph Mingrone <jrm at ftfl.ca>
- Use converters/p5-JSON instead of outdated converters/p5-JSON1
- Support STAGEDIR
- Bump PORTREVISION for dependency change
This port seems to be the only customer of converters/p5-JSON1.
converters/p5-JSON1 can be removed after this update.
PR: ports/183752
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 24 days)