Commit graph

274977 commits

Author SHA1 Message Date
markd
b9d92b7ef7 luatex: gcc-7 fix 2017-12-31 00:36:04 +00:00
bacon
cc5361132b devel/netcdf: Add missing m4 dependency for Linux
ok gdt
2017-12-30 22:43:25 +00:00
schwarz
a0d5113891 nano: update to 2.9.1
Changes between v2.9.0 and v2.9.1:
Benno Schulenberg (21):
     build: fix compilation with --disable-browser --disable-tabcomp
     bump version numbers and add a news item for the 2.9.1 release
     files: always update the stat info when the entire file is written
     files: save the marked region only when we've prompted for a file name
     gnulib: update to its current upstream state
     history: create the path '~/.local/share/' when it is needed
     history: make nano's state directory accessible for the user only
     history: save the positions file also when a record was deleted
     input: make the macro key discoverable by giving feedback when undefined
     linting: switch the mark off when the linter starts
     po: update translations and regenerate POT file and PO files
     selecting: do not cancel the softmark when the cursor is not moved
     selecting: let a justification cancel a softmark
     syntax: adjust the magic strings for the changes since file-5.10
     tweaks: adjust indentation after previous change
     tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough
     tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments
     tweaks: reshuffle a couple of lines, and frob a comment or two
     tweaks: reshuffle a couple of lines, to put similar things together
     undo: clear the Modified state when the very first edit is undone
     undo: discarding the stack does not always lose information
2017-12-30 21:59:26 +00:00
adam
52a90c1dc3 Removed www/py-django-mezzanine-filebrowser, www/py-django-mezzanine-grappelli 2017-12-30 21:39:35 +00:00
adam
62085f6038 py-django-mezzanine-{filebrowser,grapelli}: removed, successors py-filebrowser_safe py-grappelli_safe 2017-12-30 21:37:44 +00:00
gdt
8af953bed0 glibmm: Drop GCC_REQD from buildlink3.mk
As a hack for 2017Q4, I added GCC_REQD+=4.9 to glibmm's buildlink3.mk,
to make some fraction of glibmm-depending packages build on the
branch.  This commit reverts the bl3 addition (but leaves
GCC_REQD+=4.9 for glibmm itself).

The result will be that someone building pkgsrc with a compiler older
than gcc 4.9 will be able to build glibmm (via forcing 4.9), and
depending packages will fail.  This is much like the situation before
the previous commit, except that glibmm will build.
2017-12-30 17:12:51 +00:00
wiz
9fe9fcf7df doc: Updated www/p5-libwww to 6.31 2017-12-30 15:17:52 +00:00
wiz
008138e50c p5-libwww: update to 6.31.
6.31      2017-12-11 01:55:53Z
    - fix version numbering (RT#123841)

6.30      2017-12-07
    - Use tr/// instead of s/// where appropriate (Ville Skyttä) (GH #265)
    - Use parent -norequire instead of base to not look for external
      dependencies (Fabian Zeindler) (GH #259)
    - Fix run_handlers to allow assigning to the request / response (Gianni
      Ceccarelli) (GH #274)
2017-12-30 15:17:39 +00:00
wiz
8d2d7fc4c0 doc: Updated www/p5-Mojolicious to 7.59 2017-12-30 15:14:46 +00:00
wiz
14dfb45a2d p5-Mojolicious: update to 7.59.
7.59  2017-12-15
  - Moved home and ua attributes from Mojo to Mojolicious.
  - Changed Mojo::IOLoop::Client to only start a thread pool with
    Net::DNS::Native on demand. (Grinnz)
  - Improved subprocess method in Mojo::IOLoop to allow for easier role
    composition.
  - Fixed RFC 7230 compliance bug in Mojo::Message::Response. (jberger)
2017-12-30 15:14:37 +00:00
wiz
69f5471e83 doc: Updated www/p5-HTTP-Message to 6.14 2017-12-30 15:13:20 +00:00
wiz
406ae74424 p5-HTTP-Message: update to 6.14.
6.14      2017-12-20 22:28:48Z
    - Add some useful examples in HTTP::Request (GH #92) (Chase Whitener).
      Batch requests are now explained.
    - PUT and PATCH docs updated (GH #84) (saturdaywalkers)
    - Trim trailing \r from status line so message() doesn't return it (GH #87) (Felipe Gasper)
    - Bring test coverage of HTTP::Config to 100% (GH #85) (Pete Houston)
    - Add 103 Early Hints to HTTP::Status (GH #94) (Tatsuhiko Miyagawa)
2017-12-30 15:13:11 +00:00
wiz
7a9d0b1f39 doc: Updated time/p5-Time-Piece to 1.3203 2017-12-30 15:06:58 +00:00
wiz
754df7725b p5-Time-Piece: update to 1.3203.
1.3203  2017-12-12
        - Fix copy constructor erroneous parent modification (Thanks Grinnz!)
        - Fix wrong islocal of existing object in copy constructor (Thanks Grinnz!)
        - Switch to XSLoader
2017-12-30 15:06:49 +00:00
wiz
d0b329748a doc: Updated time/p5-Time-HiRes to 1.9750 2017-12-30 15:06:18 +00:00
wiz
5d5f1c18df p5-Time-HiRes: update to 1.9750.
1.9750 [2017-12-22]
 - update META.yml and META.json for XSLoader instead of DynaLoader
   [rt.cpan.org #123933]

1.9749 [2017-12-21]
 - CPAN release
 - Quieten Time-HiRes test noise: blead 0f009486
 - Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789]
 - disable a flapping test for CI: blead cd2a978d
 - Avoid newGVgen in blead-upstream modules: blead 732d3893
 - Declaration after statement in typemap: blead d269f586
 - semicolon-friendly diagnostic control: blead 7347ee54
 - in macOS (OS X) check properly in runtime whether futimens()
   and utimensat() are available

1.9748 [2017-12-16]
 - bleadperl only
 - semicolon-friendly diagnostic control: blead 7347ee54

1.9747 [2017-09-13]
 - bleadperl only
 - Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789]
2017-12-30 15:06:09 +00:00
wiz
526be0f5b0 doc: Updated time/p5-DateTime-Format-Strptime to 1.7500 2017-12-30 15:04:50 +00:00
wiz
012ec99be1 p5-DateTime-Format-Strptime: update to 1.7500.
1.75     2017-12-24

- Fixed tests to pass with blead Perl. Reported by James Keenan. GH #19.
2017-12-30 15:04:41 +00:00
wiz
c150228919 doc: Updated textproc/p5-podlators to 4.10 2017-12-30 15:03:52 +00:00
wiz
8cff7fe474 p5-podlators: update to 4.10.
podlators 4.10 (2017-12-25)

    [Pod::Man] Change man page references and function names to bold
    instead of italic, following the current Linux man page standard.  The
    previous formatting was taken from Solaris, and it seems safe to say
    that the Linux man page formatting conventions are now much more
    widely followed than Solaris's.  Patch from Guillem Jover.

    [Pod::Man] Revert the .IX handling code to the earlier version from
    Bjarni Ingi Gislason but add the trailing backslashes that should
    hopefully avoid blank page issues on HP-UX.  This fixes a warning
    regression when man is run with warnings enabled.  (Debian Bug#847972)

    [Pod::Man] Wrap the output file descriptor in a glob before passing it
    to PerlIO::get_layers so that the layer check works properly.
    Previously, this code would throw a warning if given a scalar not
    wrapped in a glob and not detect layers properly.  Patch from Zefram.
    (#122521)

    Produce a proper diagnostic when given empty input on standard input
    with no other arguments to pod2man or pod2text.  Reported by Guillem
    Jover.
2017-12-30 15:03:43 +00:00
wiz
adfc0c4442 doc: Updated textproc/p5-ack to 2.22 2017-12-30 15:02:52 +00:00
wiz
aca37edd38 p5-ack: update to 2.22.
2.22    Fri Dec 22 16:42:43 CST 2017
====================================
No changes since 2.21_01.


2.21_01 Mon Dec 18 23:40:45 CST 2017
====================================
[FIXES]
Avoid a fatal error that sometimes happened if a file was unreadable.
(GH#520)

[ENHANCEMENTS]
Added support for the Kotlin language.

Sped up file type detection for certain files.


2.20    Sun Dec 10 21:54:55 CST 2017
====================================
No changes since 2.19_01.


2.19_01 Thu Dec  7 23:35:53 CST 2017
====================================
[FIXES]
Changed a construction in the docs that Ubuntu flagged as a misspelling.

[ENHANCEMENTS]
When using submodules, the .git directory will be a file.  Make ack
ignore this by default.  Thanks, Michele Campeotto. (GH#653)

[INTERNALS]
Replaced all the test data for the test suite with public domain documents.
2017-12-30 15:02:43 +00:00
wiz
5a46f84c96 doc: Updated textproc/p5-YAML-LibYAML to 0.69 2017-12-30 14:59:14 +00:00
wiz
5ac9ea63d9 p5-YAML-LibYAML: update to 0.69.
0.69 Tue Dec 26 18:37:25 CET 2017
 - Security fix Add $LoadBlessed option to turn on/off loading objects
   PR#73 PR#74 TINITA++

0.68 Mon Dec 18 20:01:05 CET 2017
 - Fix regex roundtrip (fixes issue#69) PR#70 (TINITA++)
 - Fix loading of many regexes (fixes issue#64) PR#71 (TINITA++)
2017-12-30 14:59:04 +00:00
wiz
6d88d227c7 doc: Updated textproc/p5-XML-LibXML-Simple to 0.99 2017-12-30 14:56:49 +00:00
wiz
9a4d731263 p5-XML-LibXML-Simple: update to 0.99.
version 0.99: Mon 11 Dec 12:53:14 CET 2017

	Changes:
	- support SuppressEmpty.

	Improvements:
	- typo
	  rt.cpan.org#123618 [Gregor Herrmann, Debian]
2017-12-30 14:56:40 +00:00
wiz
76d4965b2b doc: Updated textproc/p5-Text-Xslate to 3.5.4 2017-12-30 14:56:02 +00:00
wiz
4e908624bd p5-Text-Xslate: update to 3.5.4.
v3.5.4 2017-12-19T14:06:41Z
    - Guarantee that test cleans up after itself (jkeenan #189)
2017-12-30 14:55:52 +00:00
wiz
f28366934c doc: Updated security/p5-Digest-SHA3 to 1.03 2017-12-30 14:52:18 +00:00
wiz
ef622598f1 p5-Digest-SHA3: update to 1.03.
1.03  Mon Dec 25 00:08:10 MST 2017
	- added "--ignore-missing" and "--strict" options to sha3sum
		-- consistent with GNU coreutils
		-- ref. rt.cpan.org #123897

1.02  Fri Dec  8 22:44:46 MST 2017
	- added "tag" option (BSD-style checksums) to sha3sum
		-- consistent with GNU sha1sum, sha224sum, etc.
		-- thanks to Christopher Tubbs for suggestion
	- modified SHA3.pm to use XSLoader
		-- falls back to DynaLoader if necessary
2017-12-30 14:52:09 +00:00
tsutsui
17c0a9c5c8 mozc-server: fix a build error on NetBSD/amd64 7.1.1 + pkgsrc-2017Q4.
Apply a patch from the upstream pull request #424:
https://github.com/google/mozc/pull/424/files
> Fix reference to std::swap #424
2017-12-30 14:51:42 +00:00
wiz
78f22a4315 doc: Updated security/p5-Digest-SHA to 6.01 2017-12-30 14:51:41 +00:00
wiz
d58aa3e988 p5-Digest-SHA: update to 6.01.
6.01  Mon Dec 25 00:08:08 MST 2017
	- added "--ignore-missing" and "--strict" options to shasum
		-- consistent with GNU coreutils
		-- ref. rt.cpan.org #123897
	- removed PERL_CORE preambles from test scripts
		-- preambles no longer needed for core testing
		-- thanks to Chris Williams for patch
		-- ref. rt.cpan.org #123863

6.00  Fri Dec  8 22:44:44 MST 2017
	- added "tag" option (BSD-style checksums) to shasum
		-- consistent with GNU sha1sum, sha224sum, etc.
		-- thanks to Christopher Tubbs for suggestion
	- modified SHA.pm to use XSLoader
		-- falls back to DynaLoader if necessary
	- decoupled Digest::SHA and Digest::SHA::PurePerl
		-- scripts/tests in each module now fully independent
		-- Digest::SHA::PurePerl to be phased out eventually
			-- past versions will remain available
2017-12-30 14:51:31 +00:00
wiz
4f722207c7 doc: Updated security/p5-CryptX to 0.056 2017-12-30 14:50:55 +00:00
wiz
ae3c6af700 p5-CryptX: update to 0.056.
0.056   2017-12-22
        - new Crypt::Stream::Rabbit
2017-12-30 14:50:46 +00:00
wiz
e02b6403a9 doc: Updated net/p5-Zabbix-Sender to 0.07 2017-12-30 14:49:33 +00:00
wiz
571ee59529 p5-Zabbix-Sender: update to 0.07.
0.07    2017-12-23
        Use Moo and Type::Tiny.
2017-12-30 14:49:24 +00:00
wiz
ecd54ee608 doc: Updated net/p5-SOAP-Lite to 1.24 2017-12-30 14:46:00 +00:00
wiz
3223df52ea p5-SOAP-Lite: update to 1.24.
1.24 December 19, 2017
    + Consistent Versioning https://github.com/redhotpenguin/soaplite/pull/24
    ! Remove is_utf8() check from 78588

1.23 December 18, 2017
    ! RT #78588 unicode data not correct encoded
2017-12-30 14:45:50 +00:00
wiz
36b1f34d3e doc: Updated net/p5-SNMP-Info to 3.39 2017-12-30 14:44:37 +00:00
wiz
d7b1afa13d p5-SNMP-Info: update to 3.39.
version 3.39 (2017-12-17)

  [ENHANCEMENTS]

  * #236 Enhanced Ubiquiti device support (L. Begnaud)
  * add HP J9774A model (H. Teulahti)

  [BUG FIXES]

  * fix scripts (F. Mass)
  * fix CiscoASA typos (laelly)
2017-12-30 14:44:28 +00:00
wiz
dc50e9ffc1 doc: Updated net/p5-Net-GitHub to 0.91 2017-12-30 14:39:57 +00:00
wiz
8323c644d4 p5-Net-GitHub: update to 0.91.
0.91    2017-12-11
        - methods to the Orgs class to list outside collaborators and team maintainers (grantm)
2017-12-30 14:39:48 +00:00
wiz
f51ee3d1bd doc: Updated net/p5-Net-DNS-Resolver-Mock to 1.20171219 2017-12-30 14:39:11 +00:00
wiz
baf2475de1 p5-Net-DNS-Resolver-Mock: update to 1.20171219.
Changes not found.
2017-12-30 14:39:02 +00:00
wiz
2ac8172a06 doc: Updated net/p5-Net-DNS to 1.14 2017-12-30 14:37:57 +00:00
wiz
b2d77c4e83 p5-Net-DNS: update to 1.14.
**** 1.14 Dec 15, 2017

Fix rt.cpan.org #123702

	'use base' should not be used in packages with several
	subpackages defined

Fix rt.cpan.org #123676

	Net::DNS::Nameserver malformed message on big axfr
2017-12-30 14:37:48 +00:00
wiz
68cd3a0457 doc: Updated math/p5-Math-GMP to 2.16 2017-12-30 14:35:30 +00:00
wiz
3f16c16dfc p5-Math-GMP: update to 2.16.
2.16  2017-12-18 Shlomif
    - Fix behaviour under "use feature 'bitwise'"
        - See https://rt.cpan.org/Public/Bug/Display.html?id=123907
        - Thanks to Sisphus for the report and perlxs for some insights.
2017-12-30 14:35:19 +00:00
wiz
82c36358a2 doc: Updated mail/p5-Mail-Message to 3.005 2017-12-30 14:33:55 +00:00