New commits:
commit 49c830ea45aae2090f6a6db788b9776378f0ce8f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
gnuplot: depends WXWIDGET
commit a4a7c81bb76aeb946cea79599b7f952a75d13702
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
perl: version 5.22.1
commit 87047b134a8b172254c725d1a3a38ec91990d313
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
wxperl: version 0.9928
commit 81b456745b452f257033224caec0016f1eb77695
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
perl-cpan/perl-extutils-xspp: new spell (Perl XS C++)
commit 5b1438951a74d9b5d1cc04146f9228dab6b6ee2c
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
alien-wxwidgets: depends module-pluggable at runtime
commit 28b226faabe1b4f53be3714e0655455e338aef10
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
alien-wxwidgets: update to 0.67
commit 0fc32169b73212b4c5163131421decf8030c2c90
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
event: use PERL_CPAN_URL
commit e7d79403c53098530578edf7af238da65ac73f04
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
devel-size: version 0.80
commit b9c9254b672db1ebe2fc53e1392822e3121b7f20
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
event: version 1.24 (builds with perl-5.22)
diff --git a/ChangeLog b/ChangeLog
index 3ba8a8b..4488682 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-12-28 Thomas Orgis <sobukus AT sourcemage.org>
+ * perl-cpan/perl-extutils-xspp: ExtUtils::XSpp - XS for C++
+
2015-12-26 Pavel Vinogradov <public AT sourcemage.org>
* editors/neovim: new spell, a new refactored Vim
diff --git a/devel/perl/DETAILS b/devel/perl/DETAILS
index e0eb9b8..9ee2050 100755
--- a/devel/perl/DETAILS
+++ b/devel/perl/DETAILS
@@ -1,6 +1,6 @@
SPELL=perl
- VERSION=5.22.0
-
SOURCE_HASH=sha512:751c715f6483109fcaf3304115751a3bddb50f5e648efc767fd796e3959f42ab88b6471a6ad901667f18eda4d9bfbc85cb091d582b6fc66fcab77668f41d1e0c
+ VERSION=5.22.1
+
SOURCE_HASH=sha512:cead35f0dfea61104066a9e8e00bde7b33783f5f6cbef6c3307c3425453aec14c37775e9284b1235e9f14d76cae3455e3e215c16e31eee780917d9ec9490346a
SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/devel/perl/HISTORY b/devel/perl/HISTORY
index 885ecbb..b67782f 100644
--- a/devel/perl/HISTORY
+++ b/devel/perl/HISTORY
@@ -1,3 +1,6 @@
+2015-12-28 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 5.22.1
+
2015-06-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.22.0
* PRE_BUILD, perl-5.20.2-gcc5_fixes-1.patch: deleted
diff --git a/perl-cpan/alien-wxwidgets/DEPENDS
b/perl-cpan/alien-wxwidgets/DEPENDS
index f9d54e1..d385c8d 100755
--- a/perl-cpan/alien-wxwidgets/DEPENDS
+++ b/perl-cpan/alien-wxwidgets/DEPENDS
@@ -1,4 +1,5 @@
depends perl &&
depends -sub CXX gcc &&
depends WXWIDGET &&
+depends module-pluggable &&
depends extutils-cbuilder
diff --git a/perl-cpan/alien-wxwidgets/DETAILS
b/perl-cpan/alien-wxwidgets/DETAILS
index 1aee8d8..dbffdf7 100755
--- a/perl-cpan/alien-wxwidgets/DETAILS
+++ b/perl-cpan/alien-wxwidgets/DETAILS
@@ -1,10 +1,10 @@
SPELL=alien-wxwidgets
SNAME=Alien-wxWidgets
- VERSION=0.51
-
SOURCE_HASH=sha512:910334756631c47d118afa057450869a3052312556190a99a359ef1946438571e238a552f0fc6ffe76924cb4f4aac77c118a0812b42e2f5cdb265287a7949701
+ VERSION=0.67
+
SOURCE_HASH=sha512:633547a4417a42e96621a9409a83e736ba94c8692b7791a1887cf8497aaade9bc827a1279db169f737e834c5070c6f0d485c005133708bbf76a279acf1684092
SOURCE=$SNAME-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/MB/MBARBON/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/MD/MDOOTSON/$SOURCE
LICENSE=ART
WEB_SITE=http://wxperl.sourceforge.net/
ENTERED=20071111
diff --git a/perl-cpan/alien-wxwidgets/HISTORY
b/perl-cpan/alien-wxwidgets/HISTORY
index 9c69684..23b1038 100644
--- a/perl-cpan/alien-wxwidgets/HISTORY
+++ b/perl-cpan/alien-wxwidgets/HISTORY
@@ -1,3 +1,8 @@
+2015-12-28 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 0.67
+ * DEPENDS: depends module-pluggable (runtime)
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/perl-cpan/devel-size/DETAILS b/perl-cpan/devel-size/DETAILS
index 974124a..a86bccb 100755
--- a/perl-cpan/devel-size/DETAILS
+++ b/perl-cpan/devel-size/DETAILS
@@ -1,8 +1,8 @@
SPELL=devel-size
- VERSION=0.77
+ VERSION=0.80
SOURCE="Devel-Size-${VERSION}.tar.gz"
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/N/NW/NWCLARK/${SOURCE}
-
SOURCE_HASH=sha512:592b8bb00139c83d306a02db9e2fd2176c08ac3e3f13e695b73136d32528ca770c111ffc2e7a93e3f7aff1c1c269012e56ce296d497a73326973c861fd9e77ad
+
SOURCE_HASH=sha512:ab146c631a56dace05158395ecaf56e785655a4dbe1893b6c52bc89768ed56b9f5df81b2c2acba4259add083f19349a7bff0b224c3a4e586469091501833bc02
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Devel-Size-${VERSION}"
WEB_SITE="http://search.cpan.org/~DSUGAL/Devel-Size/"
LICENSE[0]=ART
diff --git a/perl-cpan/devel-size/HISTORY b/perl-cpan/devel-size/HISTORY
index b76300b..1dc7c0b 100644
--- a/perl-cpan/devel-size/HISTORY
+++ b/perl-cpan/devel-size/HISTORY
@@ -1,3 +1,6 @@
+2015-12-28 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: updated spell to 0.80
+
2012-07-19 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD, DEPENDS, DETAILS: spell created