Commit graph

17 commits

Author SHA1 Message Date
ryoon
1344d8d8e3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
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
534dabfa52 Update to 1.15
--------------
1.16 2015-02-16
 - Canonicalize paths using File::Spec->canonpath; this addresses
   failures on Windows where /-separated paths were stored in the
   origins hash, due to Cwd::abs_path returning them
2015-02-18 13:16:23 +00:00
mef
151c45170c Update 1.12 to 1.15
-------------------
1.15 2014-06-24
 - Cope with Cwd::abs_path dying on non-existant paths on Windows

1.14 2014-05-20
 - Fix tests under MacOS, where TMPDIR is, by default, under a symlink

1.13 2014-04-22
 - Only expand ~ in paths if they are the first character
 - Implement include.path, as git 1.7.10 and above do
2015-01-28 04:42:39 +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
9774f519ac Update to 1.12
Update DEPENDS

Upstream changes:
1.12 2013-08-05

    - Reformat Changes file to follow CPAN::Changes::Spec; no functional
      changes.

1.11 2013-08-04

    - Switch from the deprecated Any::Moose to Moo

1.10 2012-11-07

    - Provide and API got accessing the original key that a value was set
      with, in a case-preserving way.  If the case of the key in a file
      matters, it is now possible to determine.
    - The 'name' value passed to the 'callback' parameter is now no longer
      forced to lower-case, as a consequence.
2013-10-15 15:19:08 +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
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
wen
ea6b90d67e Update to 1.09
Upstream changes:
1.09 2012-08-10

* Multiple bug fixes concerning filters, including empty filters,
  valueless keys, and applying filters to single values.
* Add "human" argument to get_all and get_regexp, to match get
* Add an add_comment method
* Add an encoding attribute, which adds the appropriate layer on file
  I/O
* Enforce that all keys must have sections, as git 1.7.4.4 began doing

1.08 2012-02-15

* Fix loading of user_file, broken in dcdd01f, due to unexpanded ~
  (alexmv, clkao@clkao.org)
2012-09-02 13:08:49 +00:00
rhaen
a7b5b0068d Updated to 1.07
Changes:

1.07 2011-10-25

* Fix a spelling mistake in Config::GitLike::Cascaded
  (gregoa@debian.org, forwarded by carnil@debian.org)

1.06 2011-10-12

* Allow calling ->load_file as a class method, for simple use cases
  (alexmv)
* Fix a parsing bug when quoted strings directly adjoined to unquoted
  strings (alexmv)
* Calling ->load_file on a nonexistant file no longer sets ->is_loaded
  (alexmv)
* Document that getters implicitly call ->load (alexmv)
* Make ->dump implicitly call ->load as well (alexmv)
* Minor POD fixes (alexmv, spang)
2012-02-01 20:39:33 +00:00
adam
76d44e6bc8 Changes 1.05:
* support Module::Install::ExtraTests 0.007
* properly set is => 'rw' in inherited classes
* silence lc warnings on undef under perl 5.12
2011-08-10 08:30:07 +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
59e4dbae60 Update p5-Config-GitLike from version 1.02 to version 1.04.
Pkgsrc changes:
- Set LICENSE

Upstream changes:
1.04 - 2010-04-03

* The functionality of Config::GitLike::Cascaded has been folded into
  Config::GitLike as a "cascade" option, and the subpackage is now
  deprecated. (alexmv)
* Config::GitLike::Git->new->load("/path/to/git") when the path is
  lacking a ".git", or is a bare repository, now works. (alexmv)
* Fixed a bug wherein the home directory config file would be loaded
  twice, causing all values to be multiple, if that was your cwd.
  Reported by rjbs. (alexmv)
* Allow explicitly calling ->load_file without previously having
  called ->load (alexmv)

1.03 - 2010-01-03

* Filter without replace_all should only replace the _first_ match (alexmv)
* Having a matching filter with multiple and not replace_all does mean
  replacement (alexmv)
* Fix a test that failed because multiple now works, and we're too smart
  (alexmv)
* Fix for when ->set_multiple called with no arguments (alexmv)
2010-04-24 17:17:01 +00:00
seb
8c0203772e Initial import of p5-Config-GitLike version 1.02 in the NetBSD
Packages Collection.

The Perl 5 module Config::GitLike handles interaction with configuration
files of the style used by the version control system Git. It can
both parse and modify these files, as well as create entirely new
ones.
2009-11-22 22:29:13 +00:00