Next | Query returned 54 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2011-08-17 13:43:59 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.48:

version: 0.48
date: Mon 21 Feb 2011
      Version 0.48 released to CPAN. (No changes from 0.47_02.)

---
version: 0.47_02
date: Tues 1 Feb 2011
      Version 0.47_02 released to CPAN.
Makefile.PL - Change the Test::Warn dependency from 0.22 to 0.21 and
              specify it in top-level Makefile.PL instead of in C/Makefile.PL.

---
version: 0.47_01
date: Sun 30 January 2011
      Version 0.47_01 released to CPAN.
      Changes only to Inline::C test suite - see C/Changes.

---
version: 0.47
date: Fri 21 January 2011
      Version 0.47 released to CPAN. No changes from 0.46_02

---
version: 0.46_02
date: Wed 29 December 2010
lib/Inline/MakeMaker.pm - apply patch from Raymond Mroz to accommodate the modern
                          h2xs directory structure. Bump Inline::MakeMaker version
                          to 0.45.

---
version: 0.46_01
date: Wed 31 March 2010 (and released to CPAN as 0.46_01)
Inline.pm - warn about untainting of Inline configuration info (where applicable)
          - quieten non-numeric warnings in relation to devel releases
          - quieten uninitialized warning regarding $ENV{WIN64} that can occur
            in certain circumstances on MS Windows
Inline.pod - Documentation change relating to introduction of further _TESTING
             capabilities in Inline::C

---
version: 0.46_01
date: Mon 8 March 2010
Inline.pm - add '_TESTING' config option
          - hide the 'redefined' warning introduced by the fix to ticket 49669,
            by placing the offending code in a 'no warnings \ 
"redefine";' block.
          - bump require from 5.005 to 5.006

---
version: 0.46_01
date: Sun 14 feb 2010
Inline.pm - add archname and perlversion number to config filename.
C/C.pm - Second attempt at accommodating 'ccache cc' compiler (RT ticket 40140).
   2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406)
Log message:
Revision bump after updating perl5 to 5.14.1.
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
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-02-15 16:47:18 by Jens Rehsack | Files touched by this commit (3)
Log message:
Updating devel/p5-Inline from 0.45 to 0.46 as proposed by PR pkg/42794,
but replaced the modified patch by EU::MM environment variable.

pkgsrc changes:
- Add license definition
- Adjust dependencies (Digest::MD5 2.09 is in Perl core since 5.7.3)
- Replace patch for C/Makefile.PL by environment variable controlling
  MM::EU prompt() function

Upstream changes:
version: 0.46
date:    Fri Feb 12 2010
 Same as 0.45_02 (plus some minor doc alterations in Inline.pod).

version: 0.45_02
date:    Fri Feb 5 2010
 Changes to Inline.pm, denter.pm, and Inline.pod relating to "fixing" \ 
untainting
 (to the extent that untainting of -T inline scripts works as documented).
 Many thanks to Patrick LeBoutillier.
 Also added C/t/08core.t (which contains -T on the shebang line) as a basic test
 of untainting. (RT ticket 13084)

version: 0.45_01
date:    Thurs Jan 28 2010
C/C.pod - document that *fully qualified* paths for LIBS, INC, TYPEMAPS and MYEXTLIB
          are needed. (RT ticket 5207)
Inline.pm - remove "defined" from "defined \ 
%main::Inline::Config::" as that usage
            causes a deprecation warning with perl-5.11 and later. (RT ticket 53227)
Inline.pm - fix sub push_overrides (RT ticket 49669)
            This change responsible for "Subroutine Inline::C::get_parser \ 
redefined"
            warnings that can occur during build stage under certain circumstances.
denter.pm - local()ise $_ (in four places) (RT ticket 16801)
Inline.pod - doc correction (thanks Alejandro Ochoa).
C/Makefile.PL - accommodate 'ccache cc' (RT ticket 40140)
              - accommodate ActivePerl-5.10.1 and later (RT ticket 49419)
C/Cookbook.pod - typo fixes (thanks Brad Barber)
               - Change "NAME" from "C Cookbook ..." to \ 
"Inline::C-Cookbook ...".
                (RT ticket 45417)
   2008-12-21 00:38:37 by Havard Eidnes | Files touched by this commit (3)
Log message:
Update from version 0.44nb3 to 0.45.

Pkgsrc changes:
 o Update dependencies with version information culled from META.yml
 o Re-do the patch to include Inline::C without prompting

Upstream changes:

version: 0.45
date:    Sat Nov 22 2008
No changes from 0.44_01

version: 0.44_01
date:    Tues Oct 11 2008
changes:
  - Apply patch to Inline.pm that addresses a problem with whitespace occurring
    in the name of the build directory. (RT ticket 4150)
  - Fix ParseRegExp.pm. (RT ticket 6327)
  - Fix (in Inline.pm) problem regarding the calling of the same script from
    different builds of perl. (RT ticket 29326)
  - Allow Inline::install() subroutine to apply to languages other than C and
    CPP. (RT ticket 35517)
  - Fix C/Makefile.PL so that the C compiler can still be found when $Config{cc}
    reports something like /some/place/cc. (RT ticket 8251)
  - In C/C.pm, allow for the calling of multiple typemaps (RT ticket 5639), and
    have the "No Inline C functions bound to Perl" warning specify the \ 
file for
    which no bindings were found (RT ticket 17774).
  - Minor doc fixes.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
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-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.

Next | Query returned 54 messages, browsing 31 to 40 | Previous