Installed /usr/local/lib/python2.7/site-packages/AnnouncerPlugin-0.12_p2.dev-py2.7.egg
Processing dependencies for AnnouncerPlugin==0.12-p2.dev
Searching for Genshi>=0.6
Reading http://pypi.python.org/simple/Genshi/
Download error on http://pypi.python.org/simple/Genshi/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
Reading http://pypi.python.org/simple/Genshi/
Download error on http://pypi.python.org/simple/Genshi/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
Couldn't find index page for 'Genshi' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error on http://pypi.python.org/simple/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
No local packages or download links found for Genshi>=0.6
error: Could not find suitable distribution for Requirement.parse('Genshi>=0.6')
Reported by: pkg-fallout
serious bugs when handling non-ascii characters in addresses
- Remove the mirror at ftp.eu.uu.net which hasn't been updated since
the release of rt-4.0.8
- Add SourceForge as a mirror site
This port had some sort of broken roll-your-own github fetch support. It
could have been easily corrected for the current version 0.8.1, but that
was 11 releases ago!
So in addition to fixing the fetch, the port was updated to the latest
release v2.4.0. The port now requires PHP to build. It always required
PHP as a run depends but this was previously omitted. The MIT license was
moved to the built-in license handling, and the documentation was eliminated
because it is in unreadable markdown format. The test files were also
eliminated because it doesn't appear to be meant for users. The examples
were kept and augmented. The name of the main class file changed from
"Mustache.php" to "mustache.php" but gets installed to the same location.
PR: ports/179961
Approved by: bapt (mentor), maintainer timeout (~4 weeks)
- new modules: mod_cache_socache, mod_macro and mod_proxy_wstunnel
- add enty to vuxml
SECURITY: CVE-2013-1896 (cve.mitre.org)
mod_dav: Sending a MERGE request against a URI handled by mod_dav_svn with
the source href (sent as part of the request body as XML) pointing to a
URI that is not configured for DAV will trigger a segfault.
SECURITY: CVE-2013-2249 (cve.mitre.org)
mod_session_dbd: Make sure that dirty flag is respected when saving
sessions, and ensure the session ID is changed each time the session
changes. This changes the format of the updatesession SQL statement.
Existing configurations must be changed.
Changelog:
http://www.apache.org/dist/httpd/CHANGES_2.4.6
with hat apache@
Security: ca4d63fb-f15c-11e2-b183-20cf30e32f6d
- Limit to python 2.X [2]
- Convert to USES=gmake
- Drop dependency on libspeechd, enable webrtc [3]
- Use GCC 4.6+ again [4]
Submitted by: George Liaskos [1,3]
eadler [2]
Discussed with: George Liaskos [4]
Security: http://vuxml.org/freebsd/3b80104f-e96c-11e2-8bac-00262d5ed8ee.html [1]
- Update to 2.2.1
- Copy old version to www/zend-framework1
- Chase mail/squirrelmail-postfixadmin-plugin dependency
- Take maintainership
If you wish to stay with the older version run:
# portmaster -o www/zend-framework1 www/zend-framework
or
# portupgrade -fo www/zend-framework1 www/zend-framework
or
# pkg set -o www/zend-framework:www/zend-framework1
PR: ports/179689
Submitted by: wg (myself)
Approved by: maintainer