Commit graph

271675 commits

Author SHA1 Message Date
wiz
efc23fc0de py-memory-profiler: follow redirect 2017-10-09 08:24:23 +00:00
wiz
9d9936c589 py-gdbm: update HOMEPAGE 2017-10-09 08:23:41 +00:00
wiz
32a3769048 py-cssselect2: update HOMEPAGE 2017-10-09 08:22:20 +00:00
wiz
c2acdbd4ac php-tt-rss-fever-plugin: update HOMEPAGE and MASTER_SITES 2017-10-09 08:21:24 +00:00
wiz
29a5d06cff p5-HTML-Mason: update HOMEPAGE 2017-10-09 08:18:52 +00:00
wiz
6a38f967f1 opencv2: update HOMEPAGE 2017-10-09 08:17:41 +00:00
wiz
b16a04b35f naim: remove package
Dead upstream, last release from 2009
2017-10-09 08:16:35 +00:00
wiz
424734fe31 moon-buggy: Comment out dead sites 2017-10-09 08:14:02 +00:00
wiz
59ec54eef7 kismet: follow redirects 2017-10-09 08:13:10 +00:00
wiz
11cd1eabec ical2rem: comment out dead site 2017-10-09 08:11:46 +00:00
wiz
4b9f439e87 freedv: follow redirect 2017-10-09 08:10:33 +00:00
wiz
11d979a7e2 baci: update HOMEPAGE 2017-10-09 08:07:55 +00:00
wiz
3b701ea4b7 alpine: comment out dead sites 2017-10-09 08:06:20 +00:00
adam
85d3249b05 Updated devel/py-libmc 2017-10-09 07:53:04 +00:00
adam
f499f08b16 py-libmc: update to 1.5.2
1.5.2:
Bug fixes.
2017-10-09 07:52:12 +00:00
adam
352296aee0 Fixed building on Darwin; clean-ups 2017-10-09 07:48:52 +00:00
wiz
76d1642657 doc: Updated multimedia/p5-xmltv to 0.5.69 2017-10-09 07:44:02 +00:00
wiz
daf86f085b p5-xmltv: update to 0.5.69.
Major Changes in this release (0.5.69)

    tv_grab_hr - removed broken grabber
    tv_grab_pt - removed broken grabber
    tv_grab_uk_atlas - removed due to new target site rules

    tv_grab_fi - major changes, need to run configure again

    tv_grab_sd_json/tv_grab_zz_sdjson - major speed improvements.
    This grabber is replicated as tv_grab_zz_sdjson and will only
    be available via the new name in the next release. Please switch
    to the new name.

    tv_grab_zz_sdjson_sqlite - additional grabber for Schedule
    Direct's fee-based SD-JSON service. Supports 50+ countries.
2017-10-09 07:43:50 +00:00
wiz
636b8e4606 doc: Updated devel/p5-Test-Simple to 1.302098 2017-10-09 07:40:13 +00:00
wiz
8e9852a57e doc: Updated devel/p5-Safe-Isa to 1.000008 2017-10-09 07:39:51 +00:00
wiz
f353a68814 doc: Updated devel/p5-Devel-Cover to 1.28 2017-10-09 07:39:26 +00:00
wiz
94fe24a683 doc: Updated security/p5-Digest-SHA3 to 0.27 2017-10-09 07:37:48 +00:00
wiz
752fded5be p5-Digest-SHA3: update to 0.27.
0.27  Wed Oct  4 00:40:04 MST 2017
	- removed "portable" mode from sha3sum and addfile
		-- rarely used, mostly in outdated systems
		-- potentially confusing features (e.g. \r\r\n -> \n)
		-- Universal Newlines mode (-U) a much cleaner approach
			-- mimics Universal Newlines in Python
	- sha3sum now depends explicitly on Digest::SHA3
		-- eliminates runtime loading of modules
		-- no future plans to write Digest::SHA3::PurePerl
2017-10-09 07:37:32 +00:00
wiz
4bc4227c79 doc: Updated security/p5-Digest-SHA to 5.98 2017-10-09 07:37:06 +00:00
wiz
d072dd2551 p5-Digest-SHA: update to 5.98.
5.98  Wed Oct  4 00:40:02 MST 2017
	- removed "portable" mode from shasum and addfile
		-- rarely used, mostly in outdated systems
		-- potentially confusing features (e.g. \r\r\n -> \n)
		-- Universal Newlines mode (-U) a much cleaner approach
			-- mimics Universal Newlines in Python
	- shasum now uses Digest::SHA explicitly
		-- no longer loads Digest::SHA::PurePerl as an option
			-- hence no need for -R switch
		-- Digest::SHA::PurePerl has its own shasum: shasumpp
2017-10-09 07:36:54 +00:00
wiz
f5a049de6c doc: Updated net/p5-Net-IPv6Addr to 0.91 2017-10-09 07:36:02 +00:00
wiz
01eed93911 p5-Net-IPv6Addr: update to 0.91.
0.91 2017-10-06	    Ben Bullock <bkb@cpan.org>

	* Documentation (esp. SEE ALSO, BUGS)
        * Better validation of IPv4 addresses in ipv6_chkip
2017-10-09 07:35:50 +00:00
wiz
bfa1159716 p5-Test-Simple: update to 1.302098.
1.302098  2017-10-03 06:13:49-07:00 America/Los_Angeles

    - Add docs for test2_stdout and test2_stderr
    - Fix 5.6 support

1.302097  2017-10-02 19:35:08-07:00 America/Los_Angeles

    - Fix hub->process bug that could let an error pass
    - Fix #789 (Modification of read only value)
    - Fix typo in Test::Builder when looking for IPC (#777)
    - Fix #791, clone_io broke on scalar io layer
    - Fix #790 and #756, Exception event stingify exception
    - Localize $^E in context (#780)
    - Fix test that failed in verbose mode (#770)
2017-10-09 07:35:02 +00:00
wiz
3ac48fdc22 doc: Updated devel/p5-Test-MockModule to 0.13 2017-10-09 07:33:47 +00:00
wiz
2d8fdb872b p5-Test-MockModule: update to 0.13.
v0.13
    - Added the `redefine()` function. It works just like `mock()`, except if the
      method being mocked doesn't exist, it causes a panic. Many thanks to Felipe
      Gasper for this feature!
2017-10-09 07:33:35 +00:00
wiz
6d760ba95a doc: Updated devel/p5-Term-Table to 0.010 2017-10-09 07:32:52 +00:00
wiz
e3541bfbc6 p5-Term-Table: update to 0.010.
0.010     2017-10-03 09:41:46-07:00 America/Los_Angeles

    - No changes since trial

0.009     2017-09-18 20:51:26-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Further optimize term_size when SIGWINCH is supported
2017-10-09 07:32:37 +00:00
wiz
751102c830 p5-Safe-Isa: update to 1.000008.
1.000008 - 2017-10-03
  - fix scalar/list context handling for $_call_if_can
2017-10-09 07:31:50 +00:00
wiz
275f75b06d doc: Updated devel/p5-Log-Any to 1.70.0 2017-10-09 07:31:08 +00:00
wiz
75859efbc8 p5-Log-Any: update to 1.70.0.
1.701     2017-10-02 14:36:51-05:00 America/Chicago

    [Fixed]

    - Fixed more method aliases in Log::Any::Adapter::Syslog that were
      mapped to invalid syslog priorities. Thanks @legaultp for the
      patch!
2017-10-09 07:30:56 +00:00
wiz
817bbf4179 doc: Updated devel/p5-List-MoreUtils-XS to 0.426 2017-10-09 07:29:30 +00:00
wiz
63bc107789 p5-List-MoreUtils-XS: update to 0.426.
0.426	2017-10-02
    - release 0.425_001 as 0.426

0.425_001	2017-09-27
    - Fix broken format in part (fixes issues/4, thanks Andreas Schwab
      for reporting and testing the fix)
    - Fix gcc 4.7 sequence point warning (fixes issues/5, thanks Andreas
      Schwab for reporting and testing the fix)
    - Fix incorrect padname resolving for perl > 5.21.6 (Fixes RT#122883,
      thanks Alexander Bluhm <alexander.bluhm@gmx.net> for reporting).
    - Fix compiling issue on CentOS 4 & CentOS 5 (thanks Alex Karelas
      <alex.karelas@gmail.com> for reporting and testing the fix)
2017-10-09 07:29:16 +00:00
wiz
a7a8db47a3 p5-Devel-Cover: update to 1.28.
Release 1.28 - 5 October 2017
 - Fix typo in docs (Gregor Herrmann) (github 195)
 - Fix up options to cover program (github 194)
2017-10-09 07:28:09 +00:00
wiz
8dd3c6da5c doc: Updated devel/p5-Config-Std to 0.903 2017-10-09 07:26:34 +00:00
wiz
1e6608d7ca p5-Config-Std: update to 0.903.
0.903 Fri Oct 6, 2017
   -  general Kwallitee cleanup
   -  warnings cleanup
   -  limitations noted re sequential tests only and repeated re-reading.

0.902 Thu Oct 5, 2017
    - Fix test for RT 114342  (Literal '{' in RE fatal in 5.25+)
2017-10-09 07:26:21 +00:00
wiz
916588265e doc: Updated devel/p5-Alien-Base-ModuleBuild to 1.00 2017-10-09 07:25:01 +00:00
wiz
4e0991b4cb p5-Alien-Base-ModuleBuild: update to 1.00.
1.00 2017-10-01 06:21:53 -0400
  - Remove Alien::Base::PkgConfig
  - Require Alien::Build::PkgConfig 1.20
2017-10-09 07:24:49 +00:00
wiz
8d0c1502c5 doc: Updated devel/p5-Alien-Build to 1.22 2017-10-09 07:23:24 +00:00
wiz
b69c4aa63f p5-Alien-Build: update to 1.22.
1.22      2017-10-05 11:43:25 -0400
  - Improved bootstrap_ssl to allow use of Net::SSLeay, if it is already
    installed.
  - Windows path fix in test suite

1.21      2017-10-02 15:36:33 -0400
  - Fix bug in Test::Alien where extra_compiler_flags or extra_linker_flags
    could override (instead of augment) the alien cflags or libs.  This is
    most commonly a problem when using Test::Alien::CPP.

1.20      2017-10-01 06:52:36 -0400
  - Remove dependency on Alien::Base::ModuleBuild
  - Add access to environment via %{env.VARNAME}
  - Move Alien::Base::PkgConfig from ABMB

1.19_01   2017-09-28 13:06:28 -0400
  - Add Alien::Build::Version::Basic
  - Add Alien::Build::Plugin::Fetch::CurlCommand
  - Add Alien::Build::Plugin::Fetch::Wget
  - Workaround for old tar on Solaris
  - Fix test for Solaris 64 bit
  - Add start_url directive to alienfile
  - Add bootstrap_ssl property to Alien::Build::Plugin::Download::Negotiate
2017-10-09 07:23:11 +00:00
wiz
489a61b520 doc: Updated cad/p5-gds2 to 3.35 2017-10-09 07:12:35 +00:00
wiz
99a69de604 p5-gds2: update to 3.35.
3.35  Tweaks to testing - playing the Kwalitee game
3.34  Tweaks
2017-10-09 07:12:22 +00:00
adam
1524bb7052 Fixed: PLIST is different for Python 2.x and 3.x 2017-10-09 06:21:39 +00:00
rillig
30737486c2 doc: Updated pkgtools/pkglint4 to 4.164 2017-10-08 23:25:16 +00:00
rillig
54c14efe1e Updated pkglint4 to 4.164
Removed support for kde3, since it has been removed from pkgsrc.
2017-10-08 23:25:06 +00:00
rillig
eeed0364a1 doc: Updated pkgtools/pkglint to 5.4.21 2017-10-08 22:31:30 +00:00