summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-06-17s/gnupg2-2.0.11/gnupg2-2.0.12/.taca1-2/+2
2009-06-17patch-aa: Since the 'roman' module is unconditionally present in the PLIST,tnn2-1/+24
it must be unconditionally built and installed. (when building the py-docutils package while already having it installed, setup.py excluded the module, causing PLIST breakage with USE_DESTDIR=yes)
2009-06-17Make sure that _UPDATE_RUNNING=YES is passed down to su-deinstall forjoerg2-3/+5
PKG_PRESERVE packages (e.g. pkg_install). Otherwise an old version of pkg_install is not removed from pkgdb.
2009-06-17Updated net/Transmission to 1.72tnn1-1/+2
2009-06-17Add companion patch to previous commit.tnn2-1/+17
Fix build on NetBSD-current/i386 by papering over a build time assertion. (Probably due to 64-bit time_t.)
2009-06-17Fix build on NetBSD-current/i386 by papering over a build time assertion.tnn2-1/+16
(Probably due to 64-bit time_t.) cvs: ----------------------------------------------------------------------
2009-06-17Updated pkgtools/pkg_rolling-replace to 0.17tnn1-1/+2
2009-06-17pkg_rolling-replace-0.17:tnn2-5/+4
Use "pkg_info -Q" to extract PKGPATH from installed packages instead of "pkg_info -B" coupled with awk magic. The previous regexp didn't account for packages that have PREV_PKGPATH set, and blew up while replacing for example mail/sylpheed and multimedia/ffmpeg.
2009-06-17- py-qt3-base-3.18hasso1-2/+1
2009-06-17Updated x11/py-sip to 4.8.1hasso1-1/+6
Updated x11/py-qt3-base to 3.18.1 Updated x11/py-qt3-modules to 3.18.1 Updated x11/py-qt3-qscintilla to 3.18.1 Updated x11/py-qt4 to 4.5.1
2009-06-17Update to 4.5.1. Changes since 4.5:hasso2-7/+7
* Only convert exact dicts to a QVariantMap and back and not dict sub-classes. * Removed an assertion when building dynamic meta-objects, instead just ignore the attribute if it doesn't have the expected type. * Fixed the handling of QWizard by pyuic. * Changed the SIP dependency to v4.8.1 (not necessary but we don't want it to survive in the wild). * Changed the roadmap to show how incompatible APIs will be selected. * Fixed __str__ for QByteArray for Python v3 so it is consistent with Python v2. * Reverted the roadmap change about __hash__ being an incompatibile change. The issue isn't that the hash function has changed (which isn't considered a compatibility problem) it's that different objects that previously had a different hash value (based on their id()) now might have the same hash value. * Updated the roadmap to show that the __hash__ additions (including QUrl) are not now considered incompatible changes. * Removed the Python v3 buffer protocol support for QString. * Improved the implementation of the Python v3 buffer protocol for QByteArray. * Fixed a pyuic problem with Python v3 when setting the tab order. * Added /Transfer/ to QComboBox.setLineEdit(). * Added /KeepReference/ to setValidator() and setCompleter() for QLineEdit and QComboBox. * Added the missing setCoordinateMode() and coordinateMode() methods from QGradient.
2009-06-17Update to 3.18.1 which makes it actually build with sip-4.8.x.hasso7-46/+46
Changes in 3.18.1 since 3.18: * Fixed the handwritten code for all QDomDocument.setContent() overloads which was using deprecated (and now removed) sipBuildResult() format characters. * Fixed a build problem that affected Python v2.5 and earlier. Changes in 3.18 since 3.17.6: * Removed some compiler warning messages. * Reverted the changes that removed the use of sipSelfWasArg in handwritten code. * Tweaked configure.py so that Python3 can run just enough of it to display an error message. * Fixed a regression in emitting Python signals to Qt signals. * Handwritten code changes for the removal of the sipProtectVirt_*() methods. * Fixed a build problem with the GPL version. * Refactored the signla/slot support. * Safety checking of latest signal/slot refactoring. * Safety commit of the PyQt3-specific meta-type and super-type (just stubs at the moment). * Use the %Plugin directive to enable PyQt3 signal support. * More changes to the QObject.sender() support. * Updated the QObject::sender() support in response to sip changes. * Moved the last of the type parsing from sip. * The type parsing now uses sipResolveTypedef(). * Added the type parsing support from the sip module as PyQt4 no longer uses it. * Replaced sipFindConnection() with sipFindSlot(). * Replaced sipFreeConnection() with sipFreeSipslot(). * Changes required by recent changes to the Qt support API. * Compatibility changes needed for SIP v4.8. * Merged the v3.17 maintenance branch into the trunk. * Made some char* in handwritten code const needed by SIP v4.8.
2009-06-17Update to 4.8.1. Changes since 4.8:hasso2-6/+6
* Fixed the reference count handling of a module in the error paths when initialising it. * Added support for (vaguely) defining private assignment operators to suppress the generation of PyQt4 assignment helpers. * Fixed a regression in the creation of new exceptions. * Various changes (including bumping the major version number of the C API) to accomodate the design of the API selection support. The implementation should not need any further data structure changes. * Fixed a code generation bug when an /ArraySize/ argument was typedef'ed. * Fixed sipResolveTypedef().
2009-06-17Updated net/p5-Net-Amazon to 0.53obache1-1/+2
2009-06-17Update p5-Net-Amazon to 0.53.obache2-7/+7
While here, set LICENSE=${PERL5_LICENSE}. Revision history for Perl extension Net::Amazon: 0.53 (06/13/2009) (cb) Nathan Handler re-reported a man page issue on Ubuntu, rt 46708. I managed to fix 197 issues, except for the specific one he called out in the bug. 0.52 (06/09/2009) (cb) Nathan Handler reported a man page issue on Ubuntu, rt 46708. 0.51 (06/05/2009) (cb) Vince Veselosky submitted a patch to support request signing, a feature that is required for accessing AWS after 2009-08-15. Upgrading is recommended. (cb) Complete the upgrade to WSDL 2009-03-31 that was started by Vince Veselosky. (cb) Clean-up POD issues found by pod checker. (cb) Indicate the code has moved to github.com. (cb) Update the README to reflect the actual date of the WSDL.
2009-06-17Updated print/acroread8 to 8.1.6obache1-1/+2
2009-06-17Update acroread8 to 8.1.6.obache2-8/+8
The Adobe Acrobat and Reader 8.1.6 update addresses several security vulnerabilities. Please see Security Bulletin APSB09-07 for details.
2009-06-16Include BUILD_DEPENDS for devel/gnome-macros in case they're not installed.bjs1-3/+8
Regen with autoreconf -i.
2009-06-16configure requires pixman>=0.13.2 so define BUILDLINK_API_DEPENDS.pixman.reed1-1/+2
If try to workaround that get build failures in rrtransform.h or runtime problem: Xorg: Undefined PLT symbol "pixman_transform_init_identity" (symnum = 1603)
2009-06-16Fix a serious security issue for platforms using kgrantpty (NetBSD isn'thasso1-2/+6
such, but DragonFly is): ${SETUID_ROOT_PERMS} doesn't work for suid kgrantpty, because the locate() method used to find the path to the binary expects it to have a read permissions set.
2009-06-16+ samba-3.2.12, samba-3.3.5, webmin-1.480.taca1-3/+4
2009-06-16Fix a number of GENERATE_PLIST entries to always have a terminating ;joerg9-21/+18
2009-06-16Update Ruby programming language related package to 1.8.7.174 (1.8.7-p174).taca1-1/+9
It was approved by agc@.
2009-06-16Update Ruby packages to 1.8.7.174 (1.8.7-p174).taca4-14/+14
* Fix critical problem of BigDecimal class in 1.8.7-p173. Fri Jun 12 16:36:44 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced in r23613. [ruby-talk:338957]
2009-06-16It's actually ikiwiki-3.141 (possibly a TeX-like versioning scheme?), andschmonz1-2/+2
I'll handle the update.
2009-06-16Note restriction of acceptable python version came from py-gtk2 and py-cairo.obache1-1/+3
pygoocanvas itself require just python>=2.2.
2009-06-16fix for DESTDIR installabs1-2/+2
2009-06-15+ caff-1.1.1, ikiwiki-3.14.1, ocaml-3.11.1, p5-Archive-Tar-1.52,wiz1-5/+13
p5-Digest-1.16, p5-Digest-MD5-2.39, p5-Filter-1.37, p5-MIME-Base64-3.08, p5-XML-NamespaceSupport-1.10, telepathy-glib-0.7.32, x264-devel-20090613, yaz-3.0.46.
2009-06-15Updated time/p5-DateTime-Format-Natural to 0.77sno1-1/+2
2009-06-15pkgsrc changes:sno2-7/+7
- Updating package of p5 module DateTime::Format::Natural from 0.76 to 0.77 - Adjusting license according to META.yaml Upstream changes: 0.77 Sun Jun 14 20:46:53 CEST 2009 - Merged development version to stable. 0.76_04 Sat Jun 13 14:04:21 CEST 2009 - Remove comment in code about the legacy debug option. - Use '\s+' instead of the ambiguous ' ' as token split pattern. - Add some whitespace to the regexp which recognizes additional tokens for formatted dates. 0.76_03 Wed Jun 10 11:50:42 CEST 2009 - The current "now" can be overridden through the 'datetime' option. [rt #45127 - Giovanni Pensa] - parse_datetime_duration() handles durations where the second part is relative to the first one. [rt #45127 - Giovanni Pensa] - New supported relative duration: for <count> <unit>. [rt #45127 - Giovanni Pensa] 0.76_02 Sat Jun 6 13:24:58 CEST 2009 - When using prefer_future, also allow for weekdays combined with the time of day to be parsed correctly. [rt #46689 - Jason May] - New supported format: <weekday> <time>. [rt #46689 - Jason May] 0.76_01 Mon Jun 1 21:34:06 CEST 2009 - Change in default behavior: Use DateTime's truncate method to reset time components. Inspired by [rt #43468 - Clayton L. Scott] and suggestions from others.
2009-06-15Updated devel/p5-Devel-Declare to 0.005005sno1-1/+2
2009-06-15pkgsrc changes:sno3-23/+20
- Updating package of p5 module Devel::Declare from 0.005002 to 0.005005 - Adjusting license according to META.yaml - Use Module::Install as module type - Adjust MEM_WRAP_CHECK_ patch (was it submitted upstream?) Upstream changes: 0.005005 - Improve compatibility with MAD-enabled perls (Reini Urban, Closes RT#45779). 0.005004 - Don't redefine MEM_WRAP_CHECK_ if it's already defined, getting rid of compilation errors on some perls (Maik Fischer). 0.005003 - Failing tests for line number issues (Ash Berlin). - Add strip_names_and_args (Cory Watson). - Various pod fixes (Yanick Champoux, Florian Ragwitz). - Add copyright statements.
2009-06-15Updated www/p5-Catalyst-Component-ACCEPT_CONTEXT to 0.07sno1-1/+2
2009-06-15pkgsrc changes:sno2-7/+8
- Updating package of p5 module Catalyst::Component::ACCEPT_CONTEXT from 0.06 to 0.07 - Use Module::Install as module type - Adjusting license according to META.yaml Upstream changes: 0.07 11 June 2009 Fix tests with Catalyst 5.80005
2009-06-15Updated www/p5-Catalyst-Plugin-Authentication to 0.100120sno1-1/+2
2009-06-15pkgsrc changes:sno2-9/+10
- Updating package for p5 module Catalyst::Plugin::Authentication from 0.10011 to 0.10012 - Adjusting license according to META.yaml - Use Module::Install as module type Upstream changes: 0.10012 Sat Jun 6 10:58:43 BST 2009 - Add Catalyst::Authentication::Credential::Remote which authenticates you directly from environment variables passed by your web server. This allows the use of SSL client certificates, NTLM, or just basic/digest auth done at the web server level to be used to authenticate users to your Catalyst application (kmx) - Tests for this - Change ->config invocations to be best practices (t0m) - Note about session auto-vification even when use_session is set to false (robert). - Note about how a realms key used to be needed to unconfuse people running an old version, but browsing the docs on search.cpan (ruoso)
2009-06-15Updated www/p5-Catalyst-Devel to 1.18sno1-1/+2
2009-06-15pkgsrc changes:sno2-9/+7
- Updating package of p5 module Catalyst::Devel from 1.17 to 1.18 - Adjusting dependencies according to META.yaml Upstream changes: 1.18 2009-06-10 17:43:12 - The forking restarter was not waiting for the child to exit, which could lead to a race condition. If the old child did not exit before the new child tried to bind to its socket, it would find the old child blocking the port it wanted. - More fixes for the Win32 restarter. It was effectively ignoring all command-line options except those related to the restarter itself.
2009-06-15Updated databases/p5-CatalystX-CRUD-Model-RDBO to 0.22sno1-1/+2
2009-06-15pkgsrc changes:sno2-7/+9
- Updating package of p5 module CatalystX::CRUD::Model::RDBO from 0.20 to 0.22 to avoid incompatibilities to currently updated Catalyst::Runtime - Setting license to PERL5_LICENSE according to module documentation - Adjusting dependencies according to META.yaml Upstream changes: 0.22 13 June 2009 * fix tests for UPPERCASE normalize in newer Sort::SQL of ORDER BY string direction 0.21 13 June 2009 * fix multiple ORDER BY columns with comma-join (see RT 46904) * explicitly call ->delegate->meta to fix moosification issue with Catalyst 5.8x
2009-06-15Updated databases/p5-CatalystX-CRUD to 0.45sno1-1/+2
2009-06-15pkgsrc changes:sno2-11/+12
- Updating package of p5 module CatalystX::CRUD from 0.43 to 0.45 as dependency of scheduled update of CatalystX::CRUD::Model::RDBO - Adjusting license to ${PERL5_LICENSE} according to module documentation - Adjusting dependencies according to META.yaml Upstream changes: 0.45 13 June 2009 * fix multi-column sort via cxc-order param (requires Sort::SQL 0.04) 0.44 23 May 2009 * check for symlink() support in Model::File at compile time and return from rm_related() if not supported. Fixes spurious test breakage on Win32. See https://rt.cpan.org/Ticket/Display.html?id=46314
2009-06-15Updated databases/p5-Sort-SQL to 0.06sno1-1/+2
2009-06-15pkgsrc changes:sno2-6/+6
- Updating package of p5 module Sort::SQL from 0.05 to 0.06 as dependency of scheduled update of CatalystX::CRUD::Model::RDBO Upstream changes: 0.06 14 June 2009 - refactor for parse() method
2009-06-15Updated www/p5-Catalyst-Runtime to 5.80005sno1-1/+2
2009-06-15pkgsrc changes:sno2-9/+9
- Updating package of p5 module Catalyst::Runtime from 5.80004 to 5.80005 - Adjusting license and dependencies according to META.yaml Upstream changes: 5.80005 2009-06-06 14:40:00 Behaviour changes: - Arguments ($c->req->args) in Chained dispatch are now automatically URL decoded to be consistent with Local/Path dispatch (Caelum) Documentation: - Clarify correct techniques for Moose controllers (domm) Bug fixes: - Further change pushing 'env' attribute down into Catalyst::Engine to make $c->engine->env work in all cases (kmx) - Also fix $c->engine->env in Catalyst::Test tests (kmx) - Tests for this (t0m) - Fix Catalyst failing to start if any plugin changed $_ whilst loading (t0m) - Tests for this - Be stricter about arguments to Args attributes for Chained actions, so that they blow up on load instead of causing undefined behavior later on (hdp) - Tests for this - Prefer Path actions with a smaller (or set) number of Args (caelum) Bug reported here: http://stackoverflow.com/questions/931653/catalyst-action-that-matches-a-single-file-in-the-root-directory/933181#933181 - Tests for this New features: - Add $c->req->remote_user to disambiguate from $c->req->user (dwc) - Require MooseX::MethodAttributes 0.12 so that action methods (with attributes) can be used in / composed from Moose roles. - Allow the generation of cookies with the HTTPOnly flag set
2009-06-15Updated devel/p5-MooseX-Types to 0.12sno1-1/+2
2009-06-15pkgsrc changes:sno2-7/+11
- Updating package of p5 module MooseX::Types from 0.10 to 0.12 - Adjusting dependencies according to META.yaml - Setting license to ${PERL5_LICENSE} according to META.yaml - Using Module::Install as module type Upstream changes: 0.12 Sun Jun 14 14:39:57 PDT 2009 - fix mixing of typelibs with regular Moose classes 0.11 Sat May 23 18:02:35 PDT 2009 - warning on string types and unregistered class/role types - better error for missing comma - MooseX::Types::Combine for combining type libs
2009-06-15Updated devel/p5-MooseX-Emulate-Class-Accessor-Fast to 0.00900sno1-1/+2
2009-06-15pkgsrc changes:sno2-7/+8
- Updating package for p5 module MooseX::Emulate::Class::Accessor::Fast from 0.00802 to 0.00900 - Adjusting license according to META.yaml - Using Module::Install as module type Upstream changes: 0.00900 May 29, 2009 - Fix so that classes which implement BUILD themselves still get all attributes passed to their constuctor placed into the instance hash (t0m)