<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/p5-SQL-Abstract, branch pkgsrc_2013Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2013-05-31T12:39:35Z</updated>
<entry>
<title>Bump all packages for perl-5.18, that</title>
<updated>2013-05-31T12:39:35Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2013-05-31T12:39:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=68d0e366623442046374ed0cb6aa333d7c6f40c5'/>
<id>urn:sha1:68d0e366623442046374ed0cb6aa333d7c6f40c5</id>
<content type='text'>
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
</content>
</entry>
<entry>
<title>Bump all packages that use perl, or depend on a p5-* package, or</title>
<updated>2012-10-03T21:53:53Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2012-10-03T21:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=38b6b6881b1fdb7bfe17e284b1678f2632a07b7f'/>
<id>urn:sha1:38b6b6881b1fdb7bfe17e284b1678f2632a07b7f</id>
<content type='text'>
are called p5-*.

I hope that's all of them.
</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-02T21:25:15Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2012-10-02T21:25:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=21624d22674a87185e0f173e0f65b774e6efbb8f'/>
<id>urn:sha1:21624d22674a87185e0f173e0f65b774e6efbb8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating package for CPAN module SQL::Abstract in databases/p5-SQL-Abstract</title>
<updated>2012-09-10T13:26:44Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2012-09-10T13:26:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b97ce6163d2a32131ee8ad64abc7731bc0cf1b45'/>
<id>urn:sha1:b97ce6163d2a32131ee8ad64abc7731bc0cf1b45</id>
<content type='text'>
from 1.72nb1 to 1.73.

pkgsrc changes:
- update dependencies

upstream changes:
revision 1.73  2012-07-10
----------------------------
    - Fix parsing of ORDER BY foo + ?
    - Stop filling in placeholders in `format-sql` since it does not support
      passing values for them anyway
    - Fix parsing of NOT EXISTS
    - Fix over-eager parenthesis unrolling
    - Fix deep recursion warnings while parsing obnoxiously long sql statements
    - Fix incorrect comparison of malformed lists
    - Fix incorrect reporting of mismatch-members in SQLA::Test
    - Migrate the -ident operator from DBIC into SQLA
    - Migrate the -value operator from DBIC into SQLA
</content>
</entry>
<entry>
<title>Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,</title>
<updated>2012-09-03T11:16:19Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2012-09-03T11:16:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=75df9dc8f064db9c381bc534c50e6fbd809eba13'/>
<id>urn:sha1:75df9dc8f064db9c381bc534c50e6fbd809eba13</id>
<content type='text'>
Module::Install is for Authors only.

Bumping revision
</content>
</entry>
<entry>
<title>Changes 1.72:</title>
<updated>2011-08-06T20:56:08Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2011-08-06T20:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=480a06fa9320c1c2836ea1683f452dbb27f0d15f'/>
<id>urn:sha1:480a06fa9320c1c2836ea1683f452dbb27f0d15f</id>
<content type='text'>
* Extra checks of search arguments for possible SQL injection attacks
* Remove excess parentheses in debug SQL
* Fix parsing of foo.* in SQLA::Tree
* Fix bindtype fail when using -between with arrayrefref literals
* Add handling for NULL for -in
* The -nest operator has entered semi-deprecated status and has been
  undocumented. Please do not use it in new code
</content>
</entry>
<entry>
<title>Updating databases/p5-SQL-Abstract from 1.67nb1 to 1.68</title>
<updated>2010-09-17T05:36:02Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2010-09-17T05:36:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4b9e60620638954a5388201877a9538d84976ee3'/>
<id>urn:sha1:4b9e60620638954a5388201877a9538d84976ee3</id>
<content type='text'>
pkgsrc changes:
- adjusting dependencies

Upstream changes:
revision 1.68  2010-09-16
----------------------------
    - Document methods on Tree
    - Add affordances for color coding placeholders
    - Change ::Tree::whitespace to whitespace_keyword

revision 1.67_03  2010-09-11
----------------------------
    - Add docs for SQL::Abstract::Tree-&gt;new
    - correcty merge profile and parameters
    - added fill_in_placeholders option for excellent copy/pasta

revision 1.67_02  2010-09-08
----------------------------
    - rename DBIx::Class::Storage::PrettyPrinter to
      DBIx::Class::Storage::Debug::PrettyPrint
    - decreased a lot of indentation from ::Tree
    - cleaned up handling of newlines inside of parens

revision 1.67_01  2010-09-06
----------------------------
    - Add SQL::Abstract::Tree
    - Add unindexed DBIx::Class::Storage::PrettyPrinter
    - Better documentation of undef/NULL in where clause
    - Depend on bugfixed Module::Install (now again installs
      on old &lt; 5.8.3 perls)
</content>
</entry>
<entry>
<title>Bump the PKGREVISION for all packages which depend directly on perl,</title>
<updated>2010-08-21T16:32:42Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2010-08-21T16:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2071bb5c54efeb5a369d623a737c040e30ff5a84'/>
<id>urn:sha1:2071bb5c54efeb5a369d623a737c040e30ff5a84</id>
<content type='text'>
to trigger/signal a rebuild for the transition 5.10.1 -&gt; 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
</content>
</entry>
<entry>
<title>Update from version 1.62 to version 1.67.</title>
<updated>2010-07-14T15:56:53Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2010-07-14T15:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=880356f5922699aea00ae000ef96c2d907ec9311'/>
<id>urn:sha1:880356f5922699aea00ae000ef96c2d907ec9311</id>
<content type='text'>
Upstream changes:
revision 1.67  2010-05-31 14:21 (UTC)
----------------------------
    - Fix SQL::Test failure when first chunk is an unrecognized
      literal
    - Generic -not operator tests
    - More columns-bindtype assertion checks

revision 1.66  2010-04-27 02:44 (UTC)
----------------------------
    - Optimized the quoting mechanism, winning nearly 10%
      speedup on repeatable sql generation

revision 1.65  2010-04-11 19:59 (UTC)
----------------------------
    - Rerelease last version to not include .svn files
      and grab MANIFEST.SKIP from DBIx::Class so it
      won't happen again

revision 1.64  2010-04-11 16:58 (UTC)
----------------------------
    - Fix multiple generic op handling regressions by
      reverting the auto-equality assumption (turned out
      to be a very very bad idea)

revision 1.63  2010-03-24 09:56 (UTC)
----------------------------
    - Add ILIKE to the core list of comparision ops
</content>
</entry>
<entry>
<title>Updating databases/p5-SQL-Abstract from 1.61 to 1.62</title>
<updated>2010-03-16T10:56:32Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2010-03-16T10:56:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=effb49625a32f6bd9b418ae32456068079c49aa8'/>
<id>urn:sha1:effb49625a32f6bd9b418ae32456068079c49aa8</id>
<content type='text'>
pkgsrc changes:
- Adjust license definition
- Adjust dependencies

Upstream changes:
revision 1.62  2010-03-15 11:06 (UTC)
----------------------------
    - Fixed open outer parens for a multi-line literal
    - Allow recursively-nested column-functions in WHERE
    - Bumped minimum perl to 5.6.2 and changed tests to
      rely on core dependencies
</content>
</entry>
</feed>
