Commit graph

177711 commits

Author SHA1 Message Date
marino
3a19b64a78 sysutils/desktop-file-utils: cleanup after deinstall
This package creates ${LOCALBASE}/share/applications directory, but it
didn't attempt to remove it upon deinstallation.  DEINSTALL fragment has
been updated to fix this.
2011-11-11 22:36:43 +00:00
joerg
6948b13071 Move LICENSE up where it belongs. Remove duplicate PKG_DESTDIR_SUPPORT. 2011-11-11 22:08:52 +00:00
christos
437b030d8b bump, since this would affect simh on sparc64 2011-11-11 19:52:39 +00:00
christos
2d5c2a5de0 Pass the right type to accept! 2011-11-11 19:50:54 +00:00
joerg
e20e70251c Unbreak after changes to scotty. Add user-destdir support. 2011-11-11 19:17:11 +00:00
joerg
8de5d59f73 Unbreak after changes to scotty. Add user-destdir support 2011-11-11 19:16:27 +00:00
joerg
6532830077 Supports user-destdir 2011-11-11 19:15:49 +00:00
joerg
bf93ca120d Remove patch-aa, it's a nop. Remove MAKE_DIRS for an entry that also has
MAKE_DIRS_PERMS. Add user-destdir support.
2011-11-11 18:58:13 +00:00
joerg
727414b816 Add user-destdir support 2011-11-11 18:48:24 +00:00
joerg
92bf206731 Fix PLIST. Add user-destdir support 2011-11-11 18:46:58 +00:00
joerg
6580615de9 Don't force -Wl,--whole-archive for NetBSD, it breaks the build with
clang, which doesn't have a reason to disable it again.
2011-11-11 18:45:46 +00:00
joerg
829f8921a0 Add DESTDIR support.
XXX The @exec logic in PLIST is a mess and needs fixing.
2011-11-11 18:43:43 +00:00
joerg
c24672a531 PKG_DESTDIR_SUPPORT must be declared before bsd.prefs.mk is included. 2011-11-11 18:42:52 +00:00
sno
ad05a29832 Updated print/p5-LaTeX-Driver to 0.10 2011-11-11 11:37:20 +00:00
sno
6c0df5b7f4 Updating LaTeX::Driver module for Perl programming language in
print/p5-LaTeX-Driver from 0.08nb3 to 0.10.

pkgsrc changes:
- fix whitespaces in Makefile.PL patch

Upstream changes:
#------------------------------------------------------------------------
# Version 0.10 - 2011-09-18
#------------------------------------------------------------------------

* use system tmp directory rather than hardcoded /tmp
* Makefile.PL exits if latex binary is not found (rather than dieing

#------------------------------------------------------------------------
# Version 0.09 - 2011-08-18
#------------------------------------------------------------------------

* Tidied up for perlcritic
2011-11-11 11:37:08 +00:00
sno
a7602c82fe Updated time/p5-Time-HiRes to 1.9724 2011-11-11 11:25:51 +00:00
sno
5e7a349e09 Updating Time::HiRes module for Perl programming language in
time/p5-Time-HiRes from 1.9721nb2 to 1.9724.

Upstream changes:
1.9724 [2011-06-09]
	- Correct XS parameter list, and therefore prototype, for
	  unimplemented-on-this-platform version of clock_nanosleep()
	  [rt.cpan.org #68700].
	- Declare package variables with "our" rather than "use vars".
	- Corresponding to "our" usage, check for minimum Perl version
	  5.006.
	- Declare module dependencies.

1.9723 [2011-06-07]
	- Remove $ENV{PERL_CORE} logic from test suite, which is no
	  longer desired in the core.
	- Convert test suite to use Test::More.
	- Factor out watchdog code from test suite.
	- In test suite, be consistent about using fully-qualified form
	  of function names.
	- Divide test suite into feature-specific scripts.
	- Make ualarm timing test less vulnerable to delay-induced false
	  failure, from Dave Mitchell.

1.9722 [2011-05-18]
	- Update for changes in build process in the core, patches
	  from BinGOs [rt.cpan.org #58858] and Craig Berry [rt.cpan.org
	  #63363].
	- Fix broken linkage on Windows with gcc 3.4 seen with ActivePerl,
	  report from Christian Walde [rt.cpan.org #61648], fix derived
	  from Vincent Pit.
	- Jump through hoops to avoid compiler warnings.
2011-11-11 11:25:38 +00:00
sno
4de4ad2673 Updated archivers/p5-Archive-Tar to 1.80 2011-11-11 11:17:37 +00:00
sno
3103131af6 Updating archivers/p5-Archive-Tar (containing Pure Perl implementation for
tar ball handling) from 1.76 to 1.80.

Upstream changes:
* important changes in version 1.80 13/10/2011
- patch from Rocky Bernstein to add file chown() method [rt#71221]

* important changes in version 1.78 08/09/2011
- patch from Rocky Bernstein to add chown() method [rt#70623]
- blead patch from Alexandr Ciornii to resolve [perl#78708]
2011-11-11 11:17:25 +00:00
sno
d4dd1fbcc6 Updated devel/p5-IO-Compress to 2.040 2011-11-11 11:10:54 +00:00
sno
b3de614384 Updating devel/p5-IO-Compress from 2.033nb2 to 2.040 to bring IO compression
module IO::Compress for the Perl programming language up to date.

Upstream changes:
  2.040 28 October 2011

        * t/105oneshot-zip-only.t
	  - CanonicalName test failure on Windows
	    [RT# 68926]

        * IO::Compress::Zip
	  - ExtAttr now populates MSDOS attributes

  2.039 28 October 2011

        * IO::Compress::Zip
	  - Added CanonicalName option.
	    Note this option is set to true by default.
	  - Added FilterName option

	* IO::Unompress::Base
	  - Fixed issue where setting $\ would corrupt the uncompressed data.
	    Thanks to Steffen Goeldner for reporting the issue.

	* t/050interop-*.t
	  - Handle case when external command contains a whitespace
	    RT #71335
2011-11-11 11:10:42 +00:00
sno
f2f8e0bda3 Updated devel/p5-Compress-Raw-Bzip2 to 2.040 2011-11-11 11:02:36 +00:00
sno
5d269e71ce Updating devel/p5-Compress-Raw-Bzip2 from 2.037 to 2.040 for most recent
low level programing interface to bzip2 from the Perl programming language
as requirement for the update of devel/p5-IO-Compress to 2.040.

Upstream changes:
2.040 28 October 2011

* No Changes

2.039 28 October 2011

* croak if attempt to freeze/thaw compression object
  [RT #69985]
2011-11-11 11:02:24 +00:00
sno
77610f073a Updated devel/p5-Compress-Raw-Zlib to 2.040 2011-11-11 10:58:47 +00:00
sno
6fa13947dc Updating devel/p5-Compress-Raw-Zlib from 2.037 to 2.040
It's a requirement for update of devel/p5-IO-Compress to 2.040.

Upstream changes:
2.040 28 October 2011

* No Changes

2.039 28 October 2011

* croak if attempt to freeze/thaw compression object
    [RT #69985]
2011-11-11 10:58:34 +00:00
cheusov
0393159d22 Updated pkgtools/pkg_summary-utils to 0.56.2 2011-11-11 10:56:17 +00:00
cheusov
a68e033f84 Update to 0.56.2
pkg_src_summary:
    - Mysterious infinite loop was fixed in 'pkg_src_summary -m'
    - summary2multi_variants script was separated from pkg_src_summary
  pkg_bin_summary:
    - CKSUM was renamed to FILE_CKSUM (by analogy with FILE_SIZE
      and FILE_NAME) as suggested by spz@
2011-11-11 10:56:02 +00:00
sbd
26385afaa3 A broken ex clone stalls causes the configure script to stall 2011-11-11 09:18:31 +00:00
hiramatsu
db92652001 Note update of www/p5-CGI-Session, devel/p5-Module-Load,
devel/p5-MooseX-Types, net/p5-Net-Daemon and devel/p5-MooseX-Declare.
2011-11-11 08:34:58 +00:00
hiramatsu
6cab63b5ae Update p5-MooseX-Declare to 0.35.
Change from previous:
0.35  Tue, 23 Aug 2011 13:13:10 +0200
  * Adapt to changes in MooseX::Role::Parameterized 0.27.
2011-11-11 08:33:22 +00:00
hiramatsu
ac7b029450 Update p5-Net-Daemon to 0.48.
Changes from previous:
2011-03-09 Malcolm Nooning  <m.nooning@comcast.net> (0.48)
        * t/forkm.t Patched perl Leon Timmermans
	  http://rt.perl.org/rt3/Public/Bug/Display.html?id=83646
2011-03-01 Malcolm Nooning  <m.nooning@comcast.net> (0.47)
        * lib/Net/Daemon.pm Patched per bug 32887
	  "ithreads not detected due to a typo"
2011-02-22  Malcolm Nooning  <m.nooning@comcast.net> (0.46)
        * lib/Net/Daemon.pm Fixed "Subroutine import redefined" problem
	  that perl 5.8.8 CPAN testers was getting.  It was due to
	  more than one "require threads" being run.
	* distribution.  Bumped up the version number first.
2011-02-18  Malcolm Nooning  <m.nooning@comcast.net> (0.45)
        * lib/Net/Daemon.pm Used "make dist" to create the uploaded
	* distribution.  Bumped up the version number first.
2011-02-17  Malcolm Nooning  <m.nooning@comcast.net> (0.44)
        * lib/Net/Daemon.pm Added ServClose patch by Gaspar Chilingarov
	* t/thread.t Added patches by Daniel Macks and Joe McMahon,
	  and added Test::More and skip_all for Windows < 5.10
2009-03-12  Joe McMahon     <mcmahon@blekko.com> (0.44)
       * Added necessary thread sharing to work with 5.10
         threads model: regexp-threads,
       * Bumped minimum required perl to 5.10 for t/threads.t tests
2011-11-11 08:31:44 +00:00
hiramatsu
4b6f02cb90 Update p5-MooseX-Types to 0.30.
Changes from previous:
0.30    2011-09-17
        - Fix a bug in the tests that caused failures with Moose HEAD. (doy)

0.29    2011-08-20
        - Require namespace::clean 0.19. Tests fail with 0.18. Reported by
          Ruslan Zakirov. RT #67923.

0.28    2011-08-02
        - Fixed git and bug tracking info in META.{yml,json}. Reported by
          Petter Rabbitson. (Dave Rolsky)

0.27    2011-06-06
        - A better fix for type constraint changes in Moose 2.0100. (doy)

0.26    2011-06-05
        - Small changes for forward compatibility with Moose 2.0100, when it
          is released. (Dave Rolsky)
        - Some small doc cleanup and improvements. (Dave Rolsky)

0.25    2010-11-30
        - The test suite now uses Test::Fatal instead of Test::Exception
          (Karen Etheridge).
        - Modernized tests to use Test::Requires and done_testing. (Dave
          Rolsky)
        - MooseX::Types::Combine is a little more efficient, and only tries to
          load the libraries it's combining when that list is set. It also
          checks that each lib in the list actually provides types. (Dave
          Rolsky).
        - The MooseX::Types docs now contain a pointer to
          MooseX::Types::Combine. (Dave Rolsky)
2011-11-11 08:31:25 +00:00
sbd
0c0c6b973a NOT_FOR_BULK_PLATFORM= Linux-*-* 2011-11-11 08:29:06 +00:00
hiramatsu
beff24d523 Update to p5-Module-Load to 0.22.
Changes from previous:
Changes for 0.22    Tue Oct  4 21:44:32 2011
============================================
* Resolve possible security problem [http://goo.gl/YzHRU]
  where a '::' prefixed module can 'jump' out of @INC

Changes for 0.20    Mon Aug  1 19:13:44 2011
============================================
* Resolve [rt #69886] reported by Laurent Dami,
  trailing '::' silently ignored

Changes for 0.18    Tue Mar  2 15:54:30 2010
============================================
* Documentation fix from Michael Schwern RT #55123
2011-11-11 08:29:02 +00:00
hiramatsu
7f5a6b6898 Update p5-CGI-Session to 4.48.
Changes from previous:
4.48 - July 11th, 2011
    No code changes.

    * INTERNAL: quit using "use diagnostics;" to avert some test failures

4.47 - July 8th, 2011
    No code changes.

    * DOCS: minor POD fixes (Rene Mayorga and Nicholas Bamber)

4.46 - July 8th, 2011
    No code changes.

    * INTERNAL: More packaging fixes.

4.45 - July 1st, 2011
    No code changes.

   * INTERNAL: Fix packaging problem with 4.44.

4.44 - June 6th, 2011

   * FIX: Fix 5.14 compatibility issue (Walt Arstingstall)
   * DOCS: Clarify docs for static ID generator (oalders)

4.43 - Saturday, December 11, 2010

    * FIX: Avoid deleting unmatched sessions when calling find() when ip_match is enabled.
        Closes RT#47795. Thanks to m-uchino, Ron Savage, and Mark Stosberg

    * NEW: new public ip_match() method is available, primarily for use with find(). (Ron Savage, Mark Stosberg)

    * DOCS: UTF8 related documentation was updated.

    * INTERNAL: Don't add _SESSION_EXPIRE_LIST to internal hash unless we need to.
                RT#51192, Thanks to Pavel V. Rochnyack, Ron Savage, Mark Stosberg
    * INTERNAL: Avoid calling sprintf() in CGI::Session::ErrorHandler, fixing RT#48733
        Solves taint error for Perl V 5.10.0. All well-written code will have
        been using errstr() to retrieve errors anyway so this change will not
        affect any code which obeys the API. (Peter Kaminsk, Ron Savage, Mark Stosberg)
    * INTERNAL: The undocumented 4th parameter to load() has changed its meaning.
	* INTERNAL: Test suite improvements. (Ron Savage, Mark Stosberg)
2011-11-11 08:28:38 +00:00
spz
8e8dddcbe0 fix for http://secunia.com/advisories/45793/
snarfed (with adjustment regarding location) from
http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util.c?r1=1198940&r2=1198939&pathrev=1198940
2011-11-11 07:58:03 +00:00
hiramatsu
ef3ea3c503 Note update of devel/p5-B-Hooks-OP-Check, www/p5-HTML-TreeBuilder-XPath,
mail/p5-Email-Abstract and textproc/p5-Encode.
2011-11-11 07:48:05 +00:00
hiramatsu
477fd645a8 Updated p5-Encode to 2.44.
Changes from previous:
$Revision: 2.44 $ $Date: 2011/08/09 07:49:44 $
! Unicode/Unicode.xs
  Addressed the following:
    Date: Fri, 22 Jul 2011 13:58:43 +0200
    From: Robert Zacek <zacek@avast.com>
    To: perl5-security-report@perl.org
    Subject: Unicode.xs!decode_xs n-byte heap-overflow
! Encode.pm encoding.pm
! lib/Encode/Alias.pm lib/Encode/Encoder.pm lib/Encode/Guess.pm
  Applied: RT#69735: patch for use constant DEBUG =>
  https://rt.cpan.org/Ticket/Update.html?id=69735

2.43 2011/05/21 23:14:43
! lib/Encode/Alias.pm
  Addressed RT#68361: Encode::Bytes x-mac-... aliases missing
  https://rt.cpan.org/Ticket/Display.html?id=68361
! Encode.pm
  Applied the 0001-Fix-typo-in-pod.patch
  https://rt.cpan.org/Ticket/Update.html?id=64381
  Addressed RT#65796 Deep recursion error finding invalid charset
  https://rt.cpan.org/Ticket/Update.html?id=65796
  Applied a jumbo doc patch by Tom Christiansen
  Message-Id: <14795.1304618434@chthon>

2.42 2010/12/31 22:48:48
! Encode.xs
! Unicode/Unicode.xs
  Applied: RT#64371: Update for 5.14 API changes
  http://rt.cpan.org/Ticket/Display.html?id=64371

2.41 2010/12/23 11:05:58
! lib/Encode/MIME/Header.pm
  Applied: RT#63387 encode of MIME-Header inserts too much whitespace
  http://rt.cpan.org/Ticket/Display.html?id=63387
! t/Aliases.t lib/Encode/Alias.pm
  Applied: RT#63286: Various Encode::Alias improvements
  http://rt.cpan.org/Ticket/Display.html?id=63286
2011-11-11 07:47:01 +00:00
hiramatsu
60871cc4ad Updated p5-Email-Abstract to 3.004.
Change from previous:
3.004     2011-02-18

          If present, MIME::Entity must be v5.501; v5.500 had a regression (or
          a bug fix, depending how you look at it) that broke header-reading.
          While technically older versions that are not 5.500 would work, it is
          much simpler to just require the newest version, rather than to
          support a version range with a hole in it.
2011-11-11 07:46:38 +00:00
hiramatsu
1e1d02a240 Updated p5-HTML-TreeBuilder-XPath to 0.14.
Changes from previous:
version 0.14
date: 2011-09-20
# bug fix
fix:   comment() did not work, as the text was in {text} not {_text}
       report and initial patch by perlover

version 0.13
date: 2011-06-19
# minor improvement
added: make the link _parent a weakref
       sent by Graham Barr https://rt.cpan.org/Public/Bug/Display.html?id=68896

version 0.12
date:   2010-09-29
# minor bug fix
fix:    added getLocalName on elements
        see https://rt.cpan.org/Public/Bug/Display.html?id=61746
        found and fixed by Tokuhiro Matsuno
added:  a few tests
2011-11-11 07:45:55 +00:00
hiramatsu
2d306e5bdb Update p5-B-Hooks-OP-Check to 0.19.
Changes from previous:
0.19  Sat, 10 Sep 2011 20:10:00 +0100
  * Fix hooking protocol, which was broken in a way that could result in losing
    checkers hooked in by other modules.
  * Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
  * New repository location for release by Zefram.
2011-11-11 07:45:28 +00:00
hiramatsu
f97a7249be Note update of net/p5-Net-MAC, www/p5-Plack-Middleware-ReverseProxy and
textproc/p5-Filter.
2011-11-11 04:34:41 +00:00
hiramatsu
928308f765 Update p5-Filter to 1.39.
Changes from previous:
  * Versions being seperate from Module versions results in dependency confusion
    Bumped all versions to match the distribution version number.
    [RT #67655]

  * Fix decrypt to work with Perl 5.14
    [RT #67656]

  * Update the Filter-Simple URL
    [RT #49778]
2011-11-11 04:33:32 +00:00
hiramatsu
006f93388d Updated p5-Plack-Middleware-ReverseProxy to 0.11.
Changes from previous:
0.11    Thu Oct 13 11:30:00 2011
        - test_requires 'Test::Base' instead of use_test_base (by tokuhirom)

0.10    Fri Aug 26 00:30:00 2011
        - fix dependency error (RT:70437 by bobtfish)

0.09    Tue May 03 20:02:00 2011
        - fix for x-forwarded-proto: http (by fujiwara)

0.08    Tue Nov 23 18:20:00 2010
        - Compatibility with Apache 1.x frontend

0.07    Sat Aug 28 09:40:00 2010
        - Fix dependencies
2011-11-11 04:32:49 +00:00
hiramatsu
dd20f919bf Update p5-Net-MAC to 2.103622.
Changes from previous:
2.103622  2010-12-28 21:00:37 Europe/London

        - Fix for converting between two as_ formats,
            the delimiter discovery is a bit more relaxed

2.103621  2010-12-28 14:36:42 Europe/London

        - Add custom format support (rt.cpan #63017)

1.103620  2010-12-28 12:55:41 Europe/London

        - Port to Dist::Zilla
2011-11-11 04:32:18 +00:00
mef
df32077c7a Update modular-xorg-server (1.11.2). 2011-11-11 03:37:41 +00:00
jmmv
aed42328a6 Update the kqueue patch to v1 and bump PKGREVISION to 2. This fixes some
interaction problems with the Gtk file chooser and also corrects other
problems.
2011-11-11 03:12:10 +00:00
joerg
e0cb6ac695 Fix return; in non-void functions 2011-11-11 00:21:17 +00:00
ryoon
233616b0e1 This commit probably fix "make patch" on non-NetBSD platform,
for example Aleksey Cheusov's Debian GNU/Linux bulk build.
But I have not tested on non-NetBSD platform.
2011-11-10 22:05:03 +00:00
joerg
a2f8a2ca29 Don't use implementation namespace as include guard. If not using our
SHA2 code, fallback to <sha2.h>.
2011-11-10 21:58:43 +00:00