Commit graph

16 commits

Author SHA1 Message Date
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
rhaen
72c1ba29fa - updated to 1.30
ChangeLog:
2012-05-19: version 1.30

    * Fix buck2sock corruption that causes errors like
      "No map found matching for GLOB" or "No sock found for" (hachi@cpan.org)
        https://rt.cpan.org/Ticket/Display.html?id=62872

    * Fix t/05_reconnect_timeout.t to not fail on networks that fast-reject
      TEST-NET-1 https://rt.cpan.org/Ticket/Display.html?id=74500

    * Fix warning about undefined value in GetParser.pm (kost@ropnet.ru)
        https://rt.cpan.org/Ticket/Display.html?id=31067

    * Add documentation of connect_timeout and select_timeout
        https://rt.cpan.org/Ticket/Display.html?id=30904
2013-01-23 09:45:10 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
adam
7b91268c14 Revision bump after updating perl to 5.14.1 2011-08-09 09:20:58 +00:00
wiz
a08d077eb4 Update to 1.29:
2010-06-17: version 1.29

    * fix warnings spew if calling stats on a down server

    * fix buck2sock confusion (Eddie Canales)

	* quell ipv6-related warning
	  https://rt.cpan.org/Ticket/Display.html?id=51761
2010-09-19 10:54:28 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 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!
2010-08-21 16:32:42 +00:00
sno
c3d467c7bc Updating devel/p5-Cache-Memcached from 1.27 to 1.28
Upstream changes:
2009-10-21: version 1.28
	* IPv6 support (https://rt.cpan.org/Ticket/Display.html?id=50577)
	* Add Encode.pm requirement to Makefile.PL for perl 5.6.x (Ask)
2009-10-24 16:13:08 +00:00
sno
6ed3d62081 Updating devel/p5-Cache-Memcached from 1.26 to 1.27
pkgsrc changes:
  - Adjusting license

Upstream changes:
2009-09-22: version 1.27
	* Fix get() with utf-8 keys  (athomason)
	* "stats malloc" command is gone in 1.4; remove those tests (athomason)
	* Add append/prepend support (dormando)
	* Fix occasional failure in the 100_flush_bug.t test (Ask Bjorn Hansen)
2009-10-11 08:14:23 +00:00
sno
779f775652 pkgsrc changes:
- Updating package for p5 module Cache::Memcached from 1.24 to 1.26
  - Setting license to gnu-gpl-v2

Upstream changes:
2009-05-04: version 1.26
	* don't include "stats sizes" by default in the stats method,
	  as that can hang big servers for a few seconds (Brad Fitzpatrick)

2009-05-02: version 1.25
	* Clear @buck2sock when calling disconnect_all.  (Dennis Stosberg,
	  [rt.cpan.org #45560]
	* Reconnects to a dead connection shouldn't happen every time when the
	  connection has never succeded. Apply the dead timeout to sockets that
	  never even came up. Add a test.
	* Warn when trying to put undef values into memcache.
	  (Henry Lyne <hlyne@livejournalinc.com>)
	* flush_all now only returns success if there is a proper reply from all
	  servers - Yann Kerherve <yann@sixapart.com>
	* 'noreply' support from Tomash Brechko <tomash.brechko@gmail.com>
	* various test updates from Ronald J Kimball <rkimball@pangeamedia.com>
2009-05-18 07:09:29 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
rhaen
43a1733298 Fixing error reported by babylon5.NetBSD.org weekly pkgsrc output (missing newline) 2007-12-16 07:13:15 +00:00
rhaen
0ff8549530 - updated to 1.24
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2007-07-17: version 1.24

	* update the stats method, including tests for it
	  (Ronald J Kimball <rkimball+memcached@pangeamedia.com>)

	* arguments to 'new' constructor can be %hash or $hashref now
	  (previously was only $hashref)

	* work around a Perl segfault (Matthieu PATOU <mp@oxado.com>)
	  see http://lists.danga.com/pipermail/memcached/2007-June/004511.html

2007-06-19: version 1.23

	* add 'remove' as an alias for 'delete' (Dave Cardwell <dave@davecardwell.co.uk>)

2007-06-18: version 1.22

	* lost connection handling broken due to wrong %sock_map indexing
	  http://rt.cpan.org/Public/Bug/Display.html?id=27181
	  fix from RHESA

	* let parser_class be configured as a constructor option,
	  defaulting to XS if available, else regular.  (unless
	  $ENV{NO_XS} is set, in which case the default is regular)

2007-05-02: version 1.21

	* new faster optional interface for GetParser subclasses.  doing
	  this release so upcoming Cache::Memcached::GetParserXS can
	  depend on this.  otherwise this release isn't interesting.

2007-04-16: version 1.20

        * fix "Warning produced when flush_all called" from CDENT
	  http://rt.cpan.org/Public/Bug/Display.html?id=22181

	* support access via unix domain sockets. (Nathan Neulinger <nneul@umr.edu>)

	* abstract out response parsing into own class, and add XS-module
	  detection, so if you have the XS (C) version, things'll be faster.
	  that part's not done yet.

2006-07-03
	* don't use dual scalar/glob sockets.  makes it all profilable
	  again under SmallProf, DProf, and Devel::Profiler, all three
	  of which used to barf on those weird sockets previously
	* only init_buckets once, when servers are changed
	* don't call sock_to_host and get_sock as much:  cache closer
	  in get_multi
	* more internal caching (buck2sock, etc)
	* fast paths for namespaces/single sock/etc in a few more places
	* general micro-speedups all over

2006-06-27
	* patch from Maxim Dounin <mdounin@rambler-co.ru> to fix a typo
	  which caused no_rehash flag to not work.
	* release 1.18

2006-04-29
	* flush_all command from Patrick Michael Kane <modus-memcache@pr.es.to>
	* document namespaces
	* release 1.17

2006-04-29
	* fix stats method (people have only been asking since 2004  :-/)
	* add tests
	* move Memcached to lib/Cache directory to be more CPAN-friendly
	* release 1.16

2005-09-20
	* configurable connect delays and callback on connect failure (brad)
	* release 1.15
2007-12-09 22:15:42 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
grant
4c8d9ac199 initial import of p5-Cache-Memcached 1.14.
This is the Perl API for memcached, a distributed memory cache daemon.
2006-02-23 03:56:22 +00:00