pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
p5-Module-Starter-Plugin-CGIApp: update to 0.44.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Sep 20 13:17:06 2017 +0200
Changeset: 7ca7aef51277b59743a201da0f6da0373613480c
Modified Files:
p5-Module-Starter-Plugin-CGIApp/Makefile
p5-Module-Starter-Plugin-CGIApp/distinfo
Log Message:
p5-Module-Starter-Plugin-CGIApp: update to 0.44.
0.44 Sun Sep 20 05:09:32 EDT 2015
*sigh* git screwup means some of the metadata might not actually match
what's in the package. Uploading a new version just to be sure.
0.43 Sun Sep 20 04:43:35 EDT 2015
Internal:
---------
Fixed to work with newer versions of Module-Starter. RT #101984, #66240
Added dependency on Module::Starter >= 1.70
In Created distributions:
-------------------------
t/boilerplate.t is added to MANIFEST.
More work still needs to be done for Module-Starter parity...
0.42 Wed May 16 19:17:15 EDT 2012
Internal:
---------
The license of this module is "Same as Perl" which somewhere along
the line I thought meant GPL 2+/Artistic 2+ when actually it is
GPL 1+/Artistic 1+. This is now fixed in all the relevant places.
In Created distributions:
-------------------------
The same license confusion occurred here too. Fixed.
0.41 Thu May 10 23:54:01 EDT 2012
Internal:
---------
Forgot to mention File::ShareDir as a dependency.
While I'm at it, I normalized the format of copyright statements
everywhere and updated the copyright year of this distro to 2012.
0.40 Thu May 10 22:58:23 EDT 2012
Internal:
---------
Breakage caused by newer versions of Module::Starter (RT#71734) has
been fixed.
Module has been updated to use the latest features of Module::Starter.
Author tests have been moved into xt directory and brought up to
current best practices.
Templates have been moved into a share directory using File::ShareDir.
Templates have been improved in various minor ways.
In Created distributions:
-------------------------
Author tests are brought up to current best practices and now go into
the xt directory so they don't have to be run by end users.
Templates go into a shared directory using File::ShareDir instead
of the old method of putting them in @INC
Instead of pgp.mit.edu, t/00-signature.t will now use
pool.sks-keyservers.net for key queries.
MANIFEST.SKIP will also skip .git
0.30 Sat Mar 6 22:54:25 EST 2010
cgiapp-starter and titanium-starter had got broken during the last
release due to an errant local and were unable to find the default
template directory. They should work correctly now.
t/boilerplate.t in generated dists had got broken during the last
set of updates. It should work correctly now. It will now also
check that you do not have a boilerplate abstract in your buildscript.
Previously there was support for a generated dist with multiple
modules but it didn't really work. Now it does. This justifies
a bump in the version number I think.
The RT address in generated modules (for bug reporting) is based on
the distro name instead of the module name now.
0.22 Thu Mar 4 01:52:09 EST 2010
t/00-signature.t was wrong in the module and generated dists.
Now it will only be carried out if the envvar TEST_SIGNATURE is set.
Unneeded dependencies deleted from the build scripts in the module
and generated dists.
README in the module and generated dists updated to reflect these
changes.
0.21 Wed Mar 3 15:28:02 EST 2010
Fixed test failures on Windows (and possibly other platforms with
disgusting perverted non-unixy line endings.) Thanks csjewell,
jdb, and samuraijack on #win32%irc.perl.org@localhost and almut, ambrus, and
banesong on Perl Monks for their help in solving these problems.
Upped the recommended perl version to 5.008.
0.20 Sun Feb 28 14:02:44 EST 2010
t/test-app.t in generated dists now passes an object to $mech->app
to match what is done is server.pl
Tests in generated dists now follow Test::XT recommendations.
If the license of a generated dist is 'perl', the license blurb in
the module and README explicitly mentions GPL+Artistic instead of
just 'same as perl'. A LICENSE file is added to the dist where you
can put the license terms.
Hopefully the problem with Build mistakenly trying to run the
Makefile.PLs from templates is resolved.
Revamped test suite should be more comprehensive than before. In
line with Test::XT recommendations, test relevant to the author
only, will be skipped unless envvar RELEASE_TESTING=1. See README.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7ca7aef51277b59743a201da0f6da0373613480c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-Module-Starter-Plugin-CGIApp/Makefile | 17 ++++++++++-------
p5-Module-Starter-Plugin-CGIApp/distinfo | 7 ++++---
2 files changed, 14 insertions(+), 10 deletions(-)
diffs:
diff --git a/p5-Module-Starter-Plugin-CGIApp/Makefile b/p5-Module-Starter-Plugin-CGIApp/Makefile
index d5a9e7e80e..418bd42122 100644
--- a/p5-Module-Starter-Plugin-CGIApp/Makefile
+++ b/p5-Module-Starter-Plugin-CGIApp/Makefile
@@ -1,21 +1,24 @@
# $NetBSD: Makefile,v 1.2 2012/10/04 18:42:21 asau Exp $
-#
-DISTNAME= Module-Starter-Plugin-CGIApp-0.10
+DISTNAME= Module-Starter-Plugin-CGIApp-0.44
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/J/JA/JALDHAR/
MAINTAINER= ficovh%yahoo.com@localhost
-HOMEPAGE= http://search.cpan.org/CPAN/authors/id/J/JA/JALDHAR/
+HOMEPAGE= http://search.cpan.org/~jaldhar/Module-Starter-Plugin-CGIApp/
COMMENT= Template based module starter for CGI apps
+LICENSE= ${PERL5_LICENSE}
-
-DEPENDS+= p5-Module-Signature>=0:../../security/p5-Module-Signature
+DEPENDS+= p5-Module-Signature-[0-9]*:../../security/p5-Module-Signature
DEPENDS+= p5-Pod-Coverage>=0.20:../../textproc/p5-Pod-Coverage
DEPENDS+= p5-Test-Pod>=1.02:../../devel/p5-Test-Pod
-DEPENDS+= p5-HTML-Template>=0:../../www/p5-HTML-Template
-DEPENDS+= p5-Module-Starter>=0:../../devel/p5-Module-Starter
+DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template
+DEPENDS+= p5-Module-Starter-[0-9]*:../../devel/p5-Module-Starter
+DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
+DEPENDS+= p5-File-DirCompare-[0-9]*:../../devel/p5-File-DirCompare
+DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
+DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Module/Starter/Plugin/CGIApp/.packlist
diff --git a/p5-Module-Starter-Plugin-CGIApp/distinfo b/p5-Module-Starter-Plugin-CGIApp/distinfo
index 4280091ba7..bf7d548c8b 100644
--- a/p5-Module-Starter-Plugin-CGIApp/distinfo
+++ b/p5-Module-Starter-Plugin-CGIApp/distinfo
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2009/05/01 23:22:50 ficovh Exp $
-SHA1 (Module-Starter-Plugin-CGIApp-0.10.tar.gz) = e5bab1d5d4fcf419b5b3f193ee8fe59d1688ae2c
-RMD160 (Module-Starter-Plugin-CGIApp-0.10.tar.gz) = 7716672805864408f24d1ce7713cb1211fb75cf6
-Size (Module-Starter-Plugin-CGIApp-0.10.tar.gz) = 19343 bytes
+SHA1 (Module-Starter-Plugin-CGIApp-0.44.tar.gz) = dbfd4ebe0f27767879c59393d748d8e17ff26c5b
+RMD160 (Module-Starter-Plugin-CGIApp-0.44.tar.gz) = 99a98fba0408c24abb4d76774ca845aab26cb69f
+SHA512 (Module-Starter-Plugin-CGIApp-0.44.tar.gz) = 8ab8aed4d637164d2ceab66065bb26c236b9f7a5173e6fc199cffdfa0d48cd3d5bfd48204f63515b093e8348fe8709a429933ab97f60859a53cea7dfcf20a21c
+Size (Module-Starter-Plugin-CGIApp-0.44.tar.gz) = 40112 bytes
Home |
Main Index |
Thread Index |
Old Index