Commit graph

32 commits

Author SHA1 Message Date
ryoon
b9d9d2fc30 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
bsiegert
043edb41ce Update Time::Piece to 1.31.
1.31    2015-10-20
        - No Changes since 1.30_01

1.30_01 2015-09-01
        - Ignore some tests on non *nix platforms
        - fix compile warnings
        - Inherit from Dynaloader (fix static build issues)
        - Fix windows mem corruption

1.30    2015-05-16
        - Stable release. Overview from 1.29:
        - Make strftime more portable + fix %z %z
        - Add many more tests
        - Clean inheritance

1.29_05   2015-05-02
        - Combine multiple 'use constant' statements (saves 0.5ms at runtime)
        - Don't leave c_epoch undef
        - deprecate parse() function
        - More constructor tests
        - export() calls Exporter::export

1.29_04   2015-04-09
        - Clean inheritance of Exporter and DynaLoader (Thanks dolmen!)
        - Refactor _strftime to use localtime/gmtime to generate tm struct

1.29_03   2015-04-04
        - Don't mix gmtime and mktime in _strftime
        - Clean whitespace at end of lines
        - Add more tests for DST issues and also strptime parsing

1.29_02   2015-04-04
        - Fix handling of %Z and %z in strftime (hopefully)
        - Remove compile warnings for int cast

1.29_01   2015-03-30
        - Fix handling of %Z and %z in strftime (in progress)
        - Remove unused constants from Time::Seconds (Thanks Xaerxess!)
        - _strftime: use system mktime to better support past/future dates
        - Relicense strptime as BSD 2-clause http://git.io/vfNSg
2016-01-10 19:40:40 +00:00
wiz
2e65d464e8 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:50:58 +00:00
mef
62c0db6458 Udate 1.27 to 1.29
1.29      2014-09-01
        - when pretty printing negative Time::Seconds, do not lose the "minus"
1.28
       (no record)
2014-12-04 02:45:20 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
schmonz
d2bbb3ec8f Update to 1.27. From the changelog:
- portability fixes for XS changes in 1.25_01
- no changes since previous (trial) release
- fix compiling for WinCE, execution is untested
- add a .gitignore (from Win32::API)
- fix a compiler warning about unused var, and add inlining
- add PERL_NO_GET_CONTEXT to XS to bring the binary into 21st century
- refactor XS code to remove large sections of duplicate machine code
- fix _crt_localtime to return year only once, previously
  _crt_localtime returned year (item #6) twice in the list
2014-07-15 20:27:05 +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
d1f9056009 Update to 1.24
Upstream changes:
1.24      2013-12-03
        - add repository metadata (thanks, David Steinbrunner)
2013-12-04 15:12:04 +00:00
wen
cb15bfded8 Update to 1.23
Upstream changes:
1.23      2013-09-06
        - add a LICENSE file (thanks, John Peacock!)
        - make sure Time::Seconds loads Exporter, which it relies on (thanks,
          GFUJI and TOKUHIROM!)
        - fix day of year parsing (like "%y%j") (thanks, Doug Wilson)
2013-10-02 02:28:47 +00:00
wen
8e7a72576a Update to 1.22
Upstream changes:
1.22      2013-08-12
          - add explicit copyright and license statements
          - fix encoding of .pm files and add =encoding directive

1.21      2013-07-06
          - fix installation target; now installs to site in v5.12 and later
          - make Time::Seconds match its VERSION to Time::Piece
          - numerous portability fixes imported from perl core distribution
2013-08-12 23:13:44 +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
8a8017c10f Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:04:16 +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
obache
d4d001ed9c Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +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
a68d5df23d Updating time/p5-Time-Piece from 1.19 to 1.20
Upstream changes:
1.20
    - Fix for alloca broke Solaris
    - Fixed documentation buggette about strptime
    - Added ->pretty() method for Time::Seconds objects
	- Add %s support to strptime
2010-08-01 20:35:49 +00:00
sno
bb9e6dc0cc Updating time/p5-Time-Piece from 0.17 to 0.19
Upstream changes:
1.19
    - Fix for alloca broke FreeBSD

1.18
    - Fix for alloca on IRIX
2010-02-18 08:58:38 +00:00
sno
68710f442d Updating time/p5-Time-Piece from 1.16 to 1.17
Upstream changes:
1.17
    - Force all to use internal strptime then everyone gets %z even OSX
      users.
    - Finally figured out the timezone test failures on Win32 and fixed
      them.
2010-02-02 12:43:41 +00:00
sno
7361dce0e7 Updating time/p5-Time-Piece from 1.15 to 1.16
Upstream changes:
1.16
	- Implement %z for the internal implementation of strptime().
	  Unfortunately this doesn't get picked up everywhere, so there are no
	  tests for it (yet - patches welcome).
	- Fix for major bug in add_months() using negative months which were
	  multiples of 12. Also affected add_years() with negative years.
	- Fix for object creation bug in get_epochs which called new from object
	  but that wasn't supported in the new() code.
 	- Added docs about the weakness of using epoch seconds internally and
	  suggested alternatives.
	- Removed useless "use UNIVERSAL qw(isa)" line.
	- Fix for installing over core perl version.
2010-01-25 14:14:59 +00:00
sno
11057f7fb9 pkgsrc changes:
- Updating package for p5 module of Time::Piece from 1.14 to 1.15
  - Correcting license (see module documentation)

Upstream changes:
1.15
    - Skip a test on Win32 that there's just no way of passing
    - Document the above failure
2009-07-07 19:27:57 +00:00
sno
fa9ec481e4 pkgsrc changes:
- updating package for p5 module Time::Piece from 1.13nb1 to 1.14
  - setting gnu-gpl-v2 as license

upstream changes:
1.14
	- rework add_months() to not rely on strptime being able to parse illegal
	  dates (Gisle Aas).
        - Various win32 TZ fixes from p5p core perl version
2009-05-19 23:27:34 +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
he
8a8b881907 Update from version 1.11 to 1.13, discussed with maintainer.
Pkgsrc changes:
 o Revert MAINTAINER to pkgsrc-users@ as directed by maintainer
 o Add USE_LANGUAGES=c

Upstream changes:

1.13
    - More QNX fixes (kraai@ftbfs.org)
    - Restore freebsd copyright on strptime.
    - Added add_months and add_years methods.

1.12
    - QNX fixes
    - Merge with perl core version
2008-09-14 12:52:29 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
6a251433d7 Update to 1.11:
1.11
    - Skip %V test on Win32

1.10
    - Number of bug fixes from RT
    - (maintenance by Ricardo SIGNES)
    - avoid warning in _mktime (bug #19677)

1.09
    - (patches from Ricardo SIGNES)
    - Tests largely moved to Test::More (from Test.pm)
    - Time::Piece should now be safely subclassable
2007-02-27 13:13:49 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
minskim
16d688b663 Import p5-Time-Piece from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.
This module replaces the standard localtime and gmtime functions with
implementations that return objects.  It does so in a backwards
compatible manner, so that using localtime/gmtime in the way
documented in perlfunc will still return what you expect.
2004-10-23 17:04:37 +00:00