Commit graph

20 commits

Author SHA1 Message Date
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
f0b50c77ce Update 0.24 to 0.26
-------------------
0.26      2015-01-24 07:52:46Z
  - change Mouse $VERSION check to avoid dying on bad 'v2.4.0' version

0.25      2015-01-21 04:31:32Z
  - mark module as deprecated in metadata
  - add additional checks for too-old Mouse
2015-03-15 13:06:03 +00:00
wiz
52e3479efe Update to 0.24. Add options.mk file to choose between Mouse and
Moose backends.

0.24      2014-06-23 15:53:03Z
  - fixed bad changelog from last release, doh!

0.23      2014-06-23 13:04:35Z
  - now always prefers Moose if Moo is loaded, to overcome some
    incompatibility issues in subclasses (github #1, Graham Knop)

0.22      2014-06-19 02:30:13Z
  - fix missing =encoding directive in pod
  - canonical repository moved to https://github.com/moose/Any-Moose
2014-09-06 13:29:55 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
17c34902b4 Update to 0.21
Upstream changes:
0.21 2013-03-02
  * Add tokuhirom's translation of the deprecation notice
2013-08-27 02:28:13 +00:00
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
cb950ca6ac Updated to 0.20
ChangeLog:
0.20 2012-12-30
  * Documentation fixes

0.19 2012-12-30
  * Deprecated in favor of Moo. Good night, sweet prince.
2013-01-26 20:09: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
sno
cb25a7dadf Update package for CPAN module Any::Moose in devel/p5-Any-Moose from
0.15 to 0.18.

pkgsrc changes:
- update fetch location (maintainer independent dist location on CPAN)
- adjust dependencies

Upstream changes:
0.18 2011-11-07
  * Try to cope with broken smokers better by recording a Moose
    prereq when it is used. (Chris Williams)
    - see https://rt.cpan.org/Public/Bug/Display.html?id=72043

0.17 2011-09-16
  * Better indicate that this module is dynamically configured.
    - fixes [rt.cpan.org #70996]

0.16 2011-09-15
  * If you have Moose installed you no longer get the Mouse dependency (rjbs, reported by andk)
    Any::Moose has long had both runtime and test support for Moose
    without Mouse, but the toolchain has not, until recently, been
    good enough to handle alternatives. This change is designed
    to affect very few people.
    - fixes [rt.cpan.org #70597]
2011-11-15 12:49:16 +00:00
adam
5020d66c61 Changes 0.15:
* Standardize the tests' Mouse/Moose loading eval/skip code

Changes 0.14:
* Skip t/004-x-modules-mouse.t if you don't have MouseX::Types 0.03 since
  older versions do not work with modern Mouse
2011-08-07 05:59:47 +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
seb
e4f0afb314 Update from version 0.11 to version 0.13.
Approved by MAINTAINER.

Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.13  Wed 19 May 2010
  * Add load_first_existing_class (gfx)

0.12  Fri 02 Apr 2010
  * t/000-version.t for better diagnostics (tokuhirom)
  * Slight performance improvements for is_class_loaded,
      lazily loading Carp, etc (Sartak)
  * Start some real documentation (Sartak)
  * Document $ENV{ANY_MOOSE} (Sartak)
    - fixes [rt.cpan.org #52339]
  * Test that Moose is loaded, not CMOP (Sartak)
    - fixes [rt.cpan.org #56093]
  * Alias class_of and more functions (Sartak)
    - requested by [rt.cpan.org #52275]
2010-07-29 19:03:25 +00:00
wiz
e95fbea4e6 Update to 0.11:
0.11  Sun 19 Dec 2009
  * Support "use Any::Moose '::Util::TypeConstraints'" (gfx)
  * Support "no Any::Moose '::Util::TypeConstraints'" (gfx)
  * $@ related fixes (gfx)
  * Documentation and other minor improvements (gfx)
  * Any::Moose should now work when you have Moose but not Mouse. Still need to
    work out how to encode this in the installation system (Sartak)
2010-01-20 14:55:51 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
7e805fdc77 Updating package for p5 module Any::Moose from 0.09 to 0.10
Correcting LICENSE

Upstream changes:
0.10  Fri 19 Jun 2009
  * Fix META.yml
2009-07-07 20:39:47 +00:00
sno
11140d05ba pkgsrc changes:
- Updating package for p5 module Any::Moose to 0.09 from 0.07
  - Setting gnu-gpl-v2 as license
  - Updating dependency to p5-Mouse

Upstream changes:
0.09  Tue 19 May 2009
  * Depend on Mouse 0.21.

0.08  Mon 18 May 2009
  * Add moose_is_preferred and mouse_is_preferred functions for when you
    need to care about which backend is in use (Sartak)
  * Deprecate the internal is_moose_loaded in favor of moose_is_preferred
    (Sartak)
2009-05-20 21:24:56 +00:00
seb
199981df7c Update from version 0.05 to version 0.07.
Approved by MAINTAINER.

Upstream changes:
0.07  Fri, 10 Apr 2009
  * Depend on Mouse 0.20 for better compatibility with Moose >= 0.74 (rafl).

0.06  Wed, 18 Mar 2009
  * Add Any::Moose::is_class_loaded. (tokuhirom)
2009-04-24 09:35:56 +00:00
rhaen
4e92cf4dc7 Perl extension which is very useful to decide which object model to use.
Either Moose or Mouse has to be installed in order to fulfill the needed
dependencies.
2009-03-09 19:40:59 +00:00