summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-06-15pkgsrc changes:sno2-8/+12
- Updating package of p5 module Moose from 0.80 to 0.81 - Apply Module::Install switch to skip dependency check, but keep bundled Module::Install (extended) - Adjusting license according to META.yaml Upstream changes: 0.81 Sun, Jun 7, 2009 * Bumped our Class::MOP prereq to the latest version (0.85), since that's what we need.
2009-06-15Updated www/p5-Catalyst-Manual to 5.8000sno1-1/+2
2009-06-15pkgsrc changes:sno2-6/+7
- Updating package of p5 module for Catalyst::Manual from 5.7021 to 5.8000 - Setting license to ${PERL5_LICENSE} according to META.yaml Upstream changes: 5.8000 27 May 2009 - Tutorial: - Update for Catalyst 5.80 - Update to "depluralize" the database names (big thanks to Kiffin Gish!) - Switch back to including numbers in chapter names (for proper sorting) - Add section to Ch 4: "Moving Complicated View Code to the Model" - Add section to Ch 3: "RenderView's 'dump_info' Feature" - Misc fixes and updates (thanks to Anne Wainwright) - Other: - Add some 5.8 and Moose-specific material to the new CatalystAndMoose.pod (thanks to t0m and Sebastian Willert)
2009-06-15Updated devel/p5-Class-C3-Adopt-NEXT to 0.12sno1-1/+2
2009-06-15pkgsrc changes:sno2-8/+12
- Updating package of p5 module Class::C3::Adopt::Next from 0.11 to 0.12 - Apply Module::Install switch to skip dependency check, but keep bundled Module::Install (extended) - Adjusting license according to META.yaml Upstream changes: 0.12 Mon, 08 Jun 2009 14:16:34 +0200 * Update copyright notice. * A couple of pod whitespace changes.
2009-06-15Updated databases/p5-DBIx-Class to 0.08107sno1-1/+2
2009-06-15pkgsrc changes:sno3-14/+16
- Updating package of p5 module DBIx::Class from 0.08103 to 0.08107 - Adjusting dependencies according to META.yaml - Adjusting LICENSE according to META.yaml - Setting module type to Module::Install Upstream changes: 0.08107 2009-06-14 08:21:00 (UTC) - Fix serialization regression introduced in 0.08103 (affects Cursor::Cached) - POD fixes - Fixed incomplete ::Replicated debug output 0.08106 2009-06-11 21:42:00 (UTC) - Switched SQLite storage driver to DateTime::Format::SQLite (proper timezone handling) - Fix more test problems 0.08105 2009-06-11 19:04:00 (UTC) - Update of numeric columns now properly uses != to determine dirtyness instead of the usual eq - Fixes to IC::DT tests - Fixed exception when undef_if_invalid and timezone are both set on an invalid datetime column 0.08104 2009-06-10 13:38:00 (UTC) - order_by now can take \[$sql, @bind] as in order_by => { -desc => \['colA LIKE ?', 'somestring'] } - SQL::Abstract errors are now properly croak()ed with the correct trace - populate() now properly reports the dataset slice in case of an exception - Fixed corner case when populate() erroneously falls back to create() - Work around braindead mysql when doing subquery counts on resultsets containing identically named columns from several tables - Fixed m2m add_to_$rel to invoke find_or_create on the far side of the relation, to avoid duplicates - DBIC now properly handles empty inserts (invoking all default values from the DB, normally via INSERT INTO tbl DEFAULT VALUES - Fix find_or_new/create to stop returning random rows when default value insert is requested (RT#28875) - Make IC::DT extra warning state the column name too - It is now possible to transparrently search() on columns requiring DBI bind (i.e. PostgreSQL BLOB) - as_query is now a Storage::DBI method, so custom cursors can be seamlessly used - Fix search_related regression introduced in 0.08103
2009-06-15Updated devel/p5-Path-Class to 0.17sno1-1/+2
2009-06-15pkgsrc changes:sno2-7/+7
- Updating package of p5 module Path::Class from 0.16nb1 to 0.17 - Setting license to ${PERL5_LICENSE} according to META.yaml Upstream changes: - dir(undef) now returns undef rather than the rootdir, because undef was probably a mistake by the caller, and the rootdir is too scary a default. [Suggested by John Goulah] - Temporary files during testing are now created in the system temp directory, rather than somewhere in t/ . See RT #31382. [Suggested by Alex Page] - Added is_relative() as the obvious complement to the existing is_absolute() method. - Added a resolve() method to clean up paths much more thoroughly than cleanup(), e.g. resolving symlinks, collapsing foo/../bar sections, etc. [Suggested by David Garamond] - Fixed a problem in which a file/directory called "0" or "0.0" would end a loop prematurely when using the idiom 'while($x = $dir->next) {...}'. See http://rt.cpan.org/Ticket/Display.html?id=29374 [Spotted by Daniel Lo] - Fixed an exists($array[$i]) that prevented compatibility with perl 5.005. - Moved the repository from my personal CVS repo to Google Code.
2009-06-15Update www/ap2-auth-mellon to 0.2.2manu1-1/+2
2009-06-15Update to 0.2.2. From NEWS:manu3-56/+6
* Improve metadata autogeneration: cleanup certificate, allow Organizarion element data to be supplied from Apache configuration
2009-06-15Updated databases/p5-SQL-Translator to 0.09006sno1-1/+2
2009-06-15pkgsrc changes:sno2-11/+26
- Updating package of p5 module SQL::Translator from 0.09004 to 0.09006 - Setting license to gnu-gpl-v2 - Adjusting dependencies according to Makefile.PL Upstream changes: # ---------------------------------------------------------- # 0.09006 2009-06-10 # ---------------------------------------------------------- * Multiple test and dependency adhustments to make smokers happy * Fix YAML producer wrt extra attribute * Added support for "time(stamp) (p) with time zone" for Pg producer (mo) # ---------------------------------------------------------- # 0.09005 2009-06-08 # ---------------------------------------------------------- * Add parser support for MySQL default values with a single quote * Properly quote absolute table names in the MySQL producer * Added semi-colon for (DROP|CREATE) TYPE statements in the Pg producer (wreis) * Added CREATE VIEW subrules for mysql parser (wreis) * ALTER TABLE/ALTER COLUMN/DROP DEFAULT support in Pg producer (mo) * XML parser support for multi-event triggers * SQLite producer support for multi-event triggers * XML parser switched from XML::XPath to XML::LibXML * Pg producer ALTER TABLE/COLUMN and DROP DEFAULT support * MySQL producer skips length attribute for columns which do not support that attribute. Currently following column types are added to that list: date time timestamp datetime year * Switch to Module::Install (mandates minimum perl 5.005) * Major cleanup of GraphViz proucer * Massive amount of fixes to SQLite/Pg/Mysql/MSSQL parsers/producers Fix most of the problems uncovered by the roundtrip test framework Some highlights: - Rewind exhausted globs before attempting a read - Do not add xml comment header if no_comments is set - table/field counts are held per schema object, not globally - no more variable table and column names in SQLite and MSSQL - VIEW support for Pg parser, also some cleanups - The way we generate Pg create view statements was not standards compliant (per RhodiumToad in #postgresql) - Disable MSSQL view/procedure production - they never worked in the first place - SQLite/MSSQL improvements: - Support parsing of all DROP clauses - Support parsing of field-level comments - When producing do not append table names to constraint/index names
2009-06-15belatedly mention addition of comms/asterisk16 1.6.0.10jnemeth1-1/+2
2009-06-15Updated archivers/p5-Archive-Tar to 1.52sno1-1/+2
2009-06-15pkgsrc changes:sno2-6/+7
- Updating package of p5 module Archive::Tar from 1.48 to 1.52 - Setting LICENSE to ${PERL5_LICENSE} according to module documentation Upstream changes: * important changes in version 1.52 13/06/2009: - Apply documentation patch to describe IBM APAR issue IZ50240; AIX tar does not always end a Tar archive with a 0x00 null block, which can cause warnings from Archive::Tar. This is a documentation patch only, and users of 1.50 need not upgrade. * important changes in version 1.50 12/06/2009: - Apply patch in #46450: Support for --no-same-permissions style behavior This facilitates leaving the +x bit, while still applying your umask on the extracted file.
2009-06-15Updated textproc/p5-XML-NamespaceSupport to 1.10sno1-1/+2
2009-06-15pkgsrc changes:sno2-8/+9
- Updating package of p5 module XML::NamespaceSupport from 1.09nb1 to 1.10 - Setting LICENSE to ${PERL5_LICENSE} according to module documentation - Setting module type to Module::Install Upstream changes: 1.10 2009-06-12 - Release real version since CPAN testers gave us a pass (perigrin) 1.09_90 2009-05-28 - Re-bundle with modern testing and Module::Install (perigrin)
2009-06-15Restrict to Python 2.4+ to match GTK2 and Cairo dependency.joerg1-1/+3
2009-06-15Note updates:he1-1/+3
www/ap2-perl to 2.0.4nb5 www/ap-perl to 1.29nb2
2009-06-15Update from version 1.29nb1 to 1.29nb2.he3-4/+41
Pkgsrc changes: o Apply fix from svn repository to fix an XSS bug in Apache::Status, ref. CVE-2009-0796.
2009-06-15Update from version 2.04nb4 to 2.04nb5.he3-4/+58
Pkgsrc changes: o Apply fix from svn repository to fix an XSS bug in Apache2::Status, ref. CVE-2009-0796.
2009-06-15Bail out before doing anything if PKG_PATH is set.joerg1-1/+6
2009-06-15Note update of the "rsync" package to version 3.0.6.tron2-3/+3
2009-06-15Update "rsync" package to version 3.0.6. Changes since version 3.0.5:tron3-18/+19
- Fixed a --read-batch hang when rsync is reading a batch file that was created from an incremental-recursion transfer. - Fixed the daemon's socket code to handle the simultaneous arrival of multiple connections. - Fix --safe-links/--copy-unsafe-links to properly handle symlinks that have consecutive slashes in the value. - Fixed the parsing of an [IPv6_LITERAL_ADDR] when a USER@ is prefixed. - The sender now skips a (bogus) symlink that has a 0-length value, which avoids a transfer error in the receiver. - Fixed a case where the sender could die with a tag-0 error if there was an I/O during the sending of the file list. - Fixed the rrsync script to avoid a server-side problem when -e is at the start of the short options. - Fixed a problem where a vanished directory could turn into an exit code 23 instead of the proper exit code 24. - Fixed the --iconv conversion of symlinks when doing a local copy. - Fixed a problem where --one-file-system was not stopping deletions on the receiving side when a mount-point directory did not match a directory in the transfer. - Fixed the dropping of an ACL mask when no named ACL values were present. - Fixed an ACL/xattr corruption issue where the --backup option could cause rsync to associate the wrong ACL/xattr information with received files. - Fixed the use of --xattrs with --only-write-batch. - Fixed the use of --dry-run with --read-batch. - Fixed configure's erroneous use of target. - Fixed configure's --disable-debug option. - Fixed a run-time issue for systems that can't find iconv_open() by adding the --disable-iconv-open configure option. - Complain and die if the user tries to combine --remove-source-files (or the deprecated --remove-sent-files) with --read-batch. - Fixed an failure transferring special files from Solaris to Linux. Approved by Alistair Crooks.
2009-06-15Drop mkfontdir calls that are already done by pkginstall scripts.joerg2-8/+3
Bump revision.
2009-06-15Update MASTER_SITES.ghen1-2/+2
2009-06-15Update HOMEPAGE and MASTER_SITES.ghen1-3/+3
2009-06-15Complete last change to make this package build again.tron1-3/+2
2009-06-15Updated devel/glade to 2.12.2nb1obache1-1/+2
2009-06-15As pkglint's suggestion, include sysutils/desktop-file-utils/desktopdb.mk.obache1-1/+3
Bump PKGREVISION.
2009-06-15Set LICENSE=gnu-gpl-v2.obache1-1/+2
2009-06-15Remove 2nd part, glade-gnome package was removed over 7 months ago.obache1-3/+0
2009-06-15devel/glade/Makefile.common is not used elsewhere than devel/glade/Makefile.obache2-30/+21
So marge Makefile.common into Makefile, and remove Makefile.common.
2009-06-15Replace contents with Glade-3's one, former one is same as Glade-2, unfit.obache1-7/+9
2009-06-15Removed x11/xf86-video-via.hasso1-1/+2
2009-06-15Remove x11/xf86-video-via, it doesn't build, it's deprecated andhasso8-79/+2
x11/xf86-video-openchrome replaces it.
2009-06-15Mark x11/xf86-video-cyrix and x11/xf86-video-imstt broken.hasso4-8/+10
2009-06-15add options.mkahoka1-0/+24
2009-06-15Add options.mk.ahoka1-0/+24
2009-06-15Note the start of the freeze in preparatino for the pkgsrc-2009Q2 branchagc1-1/+2
2009-06-14Updated devel/p5-Devel-PPPort to 3.19sno1-1/+2
2009-06-14pkgsrc changes:sno2-6/+7
- Updating package of p5 module Devel::PPPort from 3.17 to 3.19 - Setting license to ${PERL5_LICENSE} according to META.yaml Upstream changes: 3.19 - 2009-06-14 * updated base/todo files 3.18_01 - 2009-06-12 * fix CPAN #44614: Please support XSBODY * fix CPAN #44655: Please support SVfARG * added support for the following API gv_fetchpvn_flags gv_fetchpvs gv_stashpvs GvSVn HvNAME_get HvNAMELEN_get isGV_with_GP newSV_type PL_error_count PL_in_my PL_in_my_stash SVfARG XSPROTO (thanks to Goro Fuji for providing a patch to implement almost all of these, fixes CPAN #44087) 3.18 - 2009-06-12 * remove MAN3PODS option from Makefile.PL, which is no longer needed (thanks to Nicholas Clark for providing a patch) * adapt mktests.PL for new layout of ext modules in the core
2009-06-14Updated devel/p5-Module-CPANTS-Analyse to 0.83sno1-1/+2
2009-06-14pkgsrc changes:sno2-6/+11
- Updating package for p5 module Module::CPANTS::Analyse from 0.82 to 0.83 - Setting license to ${PERL5_LICENSE} according to META.yaml - Adding build dependencies according to META.yaml Upstream changes to 0.82 are not noted
2009-06-14Updated devel/p5-PAR-Dist to 0.45sno1-1/+2
2009-06-14pkgsrc changes:sno2-7/+8
- Updating package of p5 module PAR::Dist from 0.44 to 0.45 - Adjusting dependencies (check what module tries to load) Upstream changes: By: smueller on 2009/02/20 * Fix test skipping if certain optional dependencies couldn't be found. * This is 0.45.
2009-06-14Updated devel/p5-NEXT to 0.64sno1-1/+2
2009-06-14pkgsrc changes:sno2-7/+7
- Updating package of p5 module for NEXT from 0.63 to 0.64 - Correcting LICENSE according to module documentation Upstream changes: 0.64 Mon Jun 8 14:36:00 2009 - Fixed overwriting dynamically scoped regex vars (Norbert Buchmuller, Closes RT#36956).
2009-06-14Updated devel/p5-IPC-Run3 to 0.043sno1-1/+2