Commit graph

283509 commits

Author SHA1 Message Date
fhajny
dbe7c6469d print/lilypond: Fix patch by removing an empty if/fi block. 2018-06-19 08:46:41 +00:00
adam
486c09a9aa Updated x11/qt5 2018-06-19 07:23:02 +00:00
adam
bcaba131ef qt5: updated to 5.11.0
Qt 5.11 comes with quite a few new features as well as many bug fixes to existing functionality.
2018-06-19 07:21:23 +00:00
wiz
b3713414dd doc: Updated x11/libXaw3d to 1.6.3 2018-06-19 07:14:16 +00:00
wiz
75f664015c libXaw3d: update to 1.6.3.
Alan Coopersmith (9):
     Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
     Replace TXT16 with XChar2b inline
     Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)
     configure: Drop AM_MAINTAINER_MODE
     autogen.sh: Honor NOCONFIGURE=1
     Just use C89 size_t instead of rolling our own Size_t & Off_t
     Use SEEK_* names instead of raw numbers for fseek whence argument
     Get rid of some extraneous ; at the end of C source lines
     Avoid using dead pointer in _XawTextSetSelection

Emil Velikov (1):
     autogen.sh: use quoted string variables

Javier Pello (1):
     Fix --disable-feature options in configure

Jeremy Huddleston Sequoia (1):
     darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass

Matt Turner (1):
     libXaw3d 1.6.3

Mihail Konev (1):
     autogen: add default patch prefix

Peter Hutterer (1):
     autogen.sh: use exec instead of waiting for configure to finish

Thomas Klausner (1):
     Fix abs() usage.
2018-06-19 07:14:07 +00:00
wiz
1d0355bf70 doc: Updated x11/xf86-input-mouse to 1.9.3 2018-06-19 07:12:54 +00:00
wiz
6e0bad7e9f xf86-input-mouse: update to 1.9.3.
Adam Jackson (2):
     Adapt to removal of xf86GetOS
     bsd: Don't try to use SIGIO for input ABI >= 23

Emil Velikov (1):
     autogen.sh: use quoted string variables

Matt Turner (1):
     xf86-input-mouse 1.9.3

Mihail Konev (1):
     autogen: add default patch prefix

Peter Hutterer (1):
     autogen.sh: use exec instead of waiting for configure to finish
2018-06-19 07:12:45 +00:00
wen
d429df5800 Updated devel/p5-PPIx-Regexp to 0.060 2018-06-19 06:52:53 +00:00
wen
d51cf3e3ff Update to 0.060
Upstream changes:
0.060           2018-06-16      T. R. Wyant
    \N{} now parses as the unknown token, not NoOp, regardless of the
    setting of 'use re qw< strict >;'. \N{} became unconditionally fatal
    in 5.28.0 (5.27.1, actually). The policy when the parse changes is
    to use the most-modern parse. Hence this change.

    As a side effect of this, the unknown token's explain() method now
    returns something -- normally the associated error.

    Add method remove_insignificant(). If the invocant isa Node, this
    returns a clone of the invocant with non-significant elements
    removed. Otherwise it returns either the invocant or nothing.
2018-06-19 06:52:00 +00:00
wen
aa011e6484 Updated devel/p5-Perl-Critic to 1.132 2018-06-19 06:45:37 +00:00
wen
fc8e78d7ad Update to 1.132
Update DEPENDS

Upstream changes:
1.132    Thu May 31 21:48:48 CDT 2018
    [New Features]
    Added the ability to specify a regex to tell what unused private
    subroutines are OK in Subroutines::ProhibitUnusedPrivateSubroutines.
    This is handy for Moose classes where there could be many false
    positives on _build_xxxx() subroutines.
    Thanks, Dave Cross.  (GH #811, #812)

    [Dependencies]
    Perl::Critic now no longer relies on the deprecated Email::Address.
    (GH #816)

1.131_02 Tue Feb 20 17:18:03 CST 2018
    [New Features]
    Perl::Critic now assumes that .psgi files are Perl, too.  Thanks, Tom
    Hukins. (GH#805)

    Variables::ProhibitUnusedVariables no longer gives a false positive for
    variables used in interpolation.  Thanks, Omer Gazit. (GH#801)

    [Bug Fixes]
    Added missing requirement for Fatal.pm.


1.131_01 Tue Nov 21 17:28:06 CST 2017
    [New Features]
    In the ProhibitLeadingZeros policy, added an exception for mkfifo.
    Thanks, Evan Zacks. (GH#786)

    Add color support for Windows platforms.  Thanks, Roy Ivy III. (GH#700)

    [Bug Fixes]
    Recode Perl::Critic::Utils::all_perl_files() to use File::Find instead
    of opendir/readdir.  This solves endless directory traversals if
    the directories contain circular symbolic references.  Thanks, Tom Wyant.

    [Documentation]
    Added CONTRIBUTING.md.  Thanks, Jonas B. Nielsen.
2018-06-19 06:44:31 +00:00
wen
1c10875cea Added textproc/p5-PPIx-QuoteLike version 0.005 2018-06-19 06:38:50 +00:00
wen
03a690ded8 Add p5-PPIx-QuoteLike 2018-06-19 06:37:21 +00:00
wen
f672b8ad0b Import PPIx-QuoteLike-0.005 as p5-PPIx-QuoteLike.
PPIx::QuoteLike parses Perl string literals and things that are reasonably like
string literals. Its real reason for being is to find interpolated variables for
Perl::Critic policies and similar code.
2018-06-19 06:33:38 +00:00
khorben
ff2d2f3e7a Disable the flags for PKGSRC_MKPIE when explicitly required
This notably allows emulators/qemu to properly detect support for PIE, and
disable it where appropriate. This does not work with cwrappers yet.
2018-06-19 05:02:10 +00:00
wen
62a428e89f Updated devel/p5-Net-Netmask to 1.9103 2018-06-19 03:16:10 +00:00
wen
85b2555644 Update to 1.9103
Upstream changes:
1.9103 2018-06-18
 - Use ASCII-like regex matching (Github #4)
 - Convert tests to Test2
 - Pass perlcritic tests
 - Pass Kwalitee tests
 - Add contributor information
 - Add protocol() method (just a stub today that will always return
   'IPv4')

1.9102 2018-06-18
 - DEV release only
 - Contains most changes that made it to 1.9103.

1.9101 2018-06-02

 - fix precision issue on long-double platforms (BAYMAX)
 - Convert to use Dist::Zilla
 - Formatting changes

1.9100 2018-06-02

 - DEV release only
 - fix precision issue on long-double platforms (BAYMAX)
 - Convert to dist.zilla
 - Minor formatting changes
2018-06-19 03:15:02 +00:00
wen
d5d3ecfe93 Updated devel/p5-Net-CIDR to 0.19 2018-06-19 03:07:47 +00:00
wen
3e37959727 Update to 0.19
Upstream changes:
0.19

2018-06-11  Sam Varshavchik  <mrsam@courier-mta.com>

        * Fix cidrvalidate() checking of IPv6 addresses with a 0 word.

2016-02-13  Sam Varshavchik  <mrsam@courier-mta.com>

        * Move test.pl to t/
        Update documentation to use only reserved IP addresses.
2018-06-19 03:06:48 +00:00
wen
a49da46e0f Updated devel/p5-Module-Starter to 1.75 2018-06-19 03:01:41 +00:00
wen
657dc49a80 Update to 1.75
Upstream changes:
1.75    Thu Jun 14 12:53:47 EDT 2018
        * Update additional template URLs for consistency in tests

1.74    Tue Jun 12 18:15:20 EDT 2018
        * GH#66: Update default module template to link to metacpan (Dan Book)
        * GH#67: Update default module template to use HTTPS where appropriate (Chas. J. Owens IV)
2018-06-19 03:00:41 +00:00
maya
78df1147ac pulseaudio: fix build on FreeBSD11. Include missing headers.
From Santhosh Raju in PR pkg/53381
2018-06-19 02:25:58 +00:00
maya
4cb9beb82d mercury: disable non-local gotos on powerpc(32) too
PR pkg/53346: The configure test for use of labels loops on powerpc
2018-06-19 02:04:04 +00:00
maya
7db0ebd9b9 seamonkey: x86-specific PLIST entries.
We include firefox52/mozilla-common.mk so we don't need extra logic.
Somewhat blind commit.

Reported in PR pkg/53379.
2018-06-19 01:30:26 +00:00
minskim
c21fa6c31f doc: Added archivers/go-xz version 0.5.4 2018-06-18 20:46:55 +00:00
minskim
e526d31f46 archivers/Makefile: Add go-xz 2018-06-18 20:46:49 +00:00
minskim
11225f4ea0 archivers/go-xz: Import version 0.5.4
This Go language package supports the reading and writing of xz
compressed streams. It includes also a gxz command for compressing and
decompressing data. The package is completely written in Go and
doesn't have any dependency on any C code.
2018-06-18 20:46:47 +00:00
leot
e27531d934 doc: Updated net/youtube-dl to 20180618 2018-06-18 18:01:05 +00:00
leot
5b85c89f07 youtube-dl: Update net/youtube-dl to 20160618
Changes:
version 2018.06.18

Core
* [downloader/rtmp] Fix downloading in verbose mode (#16736)

Extractors
+ [markiza] Add support for markiza.sk (#16750)
* [wat] Try all supported adaptive URLs
+ [6play] Add support for rtlplay.be and extract hd usp formats
+ [rtbf] Add support for audio and live streams (#9638, #11923)
+ [rtbf] Extract HLS, DASH and all HTTP formats
+ [rtbf] Extract subtitles
+ [rtbf] Fixup specific HTTP URLs (#16101)
+ [expressen] Add support for expressen.se
* [vidzi] Fix extraction (#16678)
* [pbs] Improve extraction (#16623, #16684)
* [bilibili] Restrict cid regular expression (#16638, #16734)


version 2018.06.14

Core
* [downloader/http] Fix retry on error when streaming to stdout (#16699)

Extractors
+ [discoverynetworks] Add support for disco-api videos (#16724)
+ [dailymotion] Add support for password protected videos (#9789)
+ [abc:iview] Add support for livestreams (#12354)
* [abc:iview] Fix extraction (#16704)
+ [crackle] Add support for sonycrackle.com (#16698)
+ [tvnet] Add support for tvnet.gov.vn (#15462)
* [nrk] Update API hosts and try all previously known ones (#16690)
* [wimp] Fix Youtube embeds extraction


version 2018.06.11

Extractors
* [npo] Extend URL regular expression and add support for npostart.nl (#16682)
+ [inc] Add support for another embed schema (#16666)
* [tv4] Fix format extraction (#16650)
+ [nexx] Add support for free cdn (#16538)
+ [pbs] Add another cove id pattern (#15373)
+ [rbmaradio] Add support for 192k format (#16631)
2018-06-18 18:00:52 +00:00
wen
21c065af7c Updated devel/p5-Log-Report to 1.27 2018-06-18 15:08:53 +00:00
taca
775a0bba2b doc: Updated security/pear-Crypt_GPG to 1.6.3 2018-06-18 15:06:31 +00:00
taca
e265c7e460 security/pear-Crypt_GPG: update to 1.6.3
1.6.3				Release date: 2018-06-04 01:59 UTC

Changelog:

* Exclude tools/ and package.php from a composer archive.
* Make possible to get a list of GnuPG warnings collected on last operation.
* Fix Bug #21242: PHPUnit tests fail sometimes while deleting
  S.gpg-agent.extra.
* Fix mode argument type in docblock.
2018-06-18 15:06:10 +00:00
wen
70718ff43e Update to 1.27
Upstream changes:
version 1.27:

        Fixes:
        - fix metadata [Mohammad S Anwar]

        Improvements:
        - Dancer2 add custom fatal handlers [Andrew Beverley]
2018-06-18 15:03:46 +00:00
taca
362492c112 doc: Updated www/contao45 to 4.5.9 2018-06-18 15:02:11 +00:00
taca
1ece502c92 www/contao45: update to 4.5.9
Contao 4.5.9 is available
						2018/06/18 12:15 by Leo Feyer

Contao version 4.5.9 is available. The bugfix release fixes several minor
problems and optimizes the RAM usage when generating XML sitemaps.
2018-06-18 15:01:46 +00:00
taca
94ffb736db doc: Updated www/contao44 to 4.4.19 2018-06-18 15:01:26 +00:00
taca
a58d740a35 www/contao44: update to 4.4.19
Contao 4.4.19 is available
						2018/06/18 09:49 by Leo Feyer

Contao version 4.4.19 is available. The bugfix release fixes several minor
problems and optimizes the RAM usage when generating XML sitemaps.
2018-06-18 15:01:02 +00:00
wen
29278dc82d Updated devel/p5-List-SomeUtils-XS to 0.58 2018-06-18 14:53:57 +00:00
wen
98688bb441 Update to 0.58
Upstream changes:
0.58     2018-06-08

- Re-release to fix the generated Makefile.PL. We do not want to try to build
  the XS code with compiler warnings enabled except on Perl 5.24+. There are
  unavoidable warnings with older Perls. If you tried to install this distro
  in an environment where AUTHOR_TESTING was set, these warnings would be
  enabled, along with "-Werror", causing the build to fail
  completely. Reported by Olaf Alders. GH #3.
2018-06-18 14:52:53 +00:00
wen
acfe0bb076 Updated devel/p5-Hash-MoreUtils to 0.06 2018-06-18 14:48:03 +00:00
wen
a00c9066b5 Update to 0.06
Upstream changes:
0.06    2018-06-08
    - update toolchain for modern perl environments including
      * automated regression test
      * test coverage analyzation
      * pod coverage
    - introducing common code style
    - introduce a bunch of missing functions:
      * slice_without (Thanks to Theo van Hoesel <Th.J.v.Hoesel@THEMA-MEDIA.nl>)
      * slice_missing / slice_missing_map (Thanks to Christoph Zimmermann <christophemzim@web.de>)
      * slice_notdef / slice_notdef_map (Thanks to Christoph Zimmermann <christophemzim@web.de>)
      * slice_true / slice_true_map
      * slice_false / slice_false_map
2018-06-18 14:47:00 +00:00
wen
4f2614f319 Updated devel/p5-Glib-Object-Introspection to 0.045 2018-06-18 14:42:06 +00:00
wen
04bf03506d Update to 0.045
Upstream changes:
Overview of changes in Glib::Object::Introspection 0.045

* Correctly marshal arrays with length arguments in signal callbacks
* Add some docs about overriding virtual functions
2018-06-18 14:40:27 +00:00
adam
16ffd1e092 Updated devel/py-flakes, devel/py-flake8 2018-06-18 11:18:15 +00:00
adam
4b26419c57 py-flake8: fix for py-flakes 2.0.0; revbump 2018-06-18 11:17:54 +00:00
adam
b36937ed81 py-flakes: updated to 2.0.0
2.0.0 (2018-05-20)
- Drop support for EOL Python <2.7 and 3.2-3.3
- Check for unused exception binding in except: block
- Handle string literal type annotations
- Ignore redefinitions of _, unless originally defined by import
- Support __class__ without self in Python 3
- Issue an error for raise NotImplemented(...)
2018-06-18 11:17:15 +00:00
schmonz
b0b6fa8a45 doc: Updated net/ucspi-ssl to 0.99d 2018-06-18 11:00:39 +00:00
schmonz
e65438d4e8 Update to 0.99d. From the changelog:
- Added `correct` pid display in error log.
- Fixed cosmetic bug in sslserver displaying parent and not child pid in log.
  Tx Bruce Guenter.

pkgsrc changes:

- Adjust path to OpenSSL certs
- Install the provided example DH params
- Look for /etc/dnsrewrite under PKG_SYSCONFBASE
- Create a user and group for privilege separation
- Install manpages and more documentation
2018-06-18 11:00:21 +00:00
schmonz
fc936bf281 Provide defaults for UCSPI_SSL_{USER,GROUP}. 2018-06-18 10:59:55 +00:00
adam
edf7a60e0b Updated www/py-cheroot, www/py-cherrypy 2018-06-18 10:54:52 +00:00