Commit graph

5039 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
df900ba17b Remove unnecessary rubygem-backports
- Bump PORTREVISION for dependency and package change
2018-02-28 15:13:02 +00:00
Sunpoet Po-Chuan Hsieh
63766a6577 Fix r463123
Remove https://distfiles.crux.guru/ which is for local distfiles, not MASTER_SITES.
2018-02-28 15:12:18 +00:00
Danilo Egea Gondolfo
5a0f691f90 - Update to 1.7 2018-02-27 23:28:04 +00:00
Mathieu Arnold
37677d32e3 Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight
2018-02-27 13:03:48 +00:00
Yuri Victorovich
a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00
Tobias C. Berner
a4a7daf069 Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
2018-02-22 19:03:17 +00:00
Antoine Brodin
69da4f8da3 Fix build by adding chm to USE_FPC
Reported by:	pkg-fallout
2018-02-22 09:52:47 +00:00
Emanuel Haupt
332274d2d7 Fix build on 12.0-CURRENT after upgrading clang, llvm, lld, lldb, compiler-rt
and libc++ to 6.0.0 by falling back to gcc.

Notified by:	pkg-fallout
2018-02-21 09:16:46 +00:00
Sunpoet Po-Chuan Hsieh
80931178ad Update to 1.0.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-18 13:37:59 +00:00
Tobias C. Berner
c8a04c8cdc Update KDE Frameworks to 5.43.0
PR:		225869
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D14287
2018-02-15 17:05:45 +00:00
Sunpoet Po-Chuan Hsieh
9211498650 Update to 0.23.2
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-15 12:46:14 +00:00
Dmitry Marakasov
8edcb9347f - Add LICENSE
- Switch to new test framework
- Unsilence installation commands

Approved by:	portmgr blanket
2018-02-15 09:02:52 +00:00
Sunpoet Po-Chuan Hsieh
5f169e6f57 Add p5-Archive-Tar-Wrapper 0.23
Archive::Tar::Wrapper is an API wrapper around the 'tar' command line utility.
It never stores anything in memory, but works on temporary directory structures
on disk instead. It provides a mapping between the logical paths in the tarball
and the 'real' files in the temporary directory on disk.

It differs from Archive::Tar in two ways:
- Archive::Tar::Wrapper doesn't hold anything in memory. Everything is stored on
  disk.
- Archive::Tar::Wrapper is 100% compliant with the platform's tar utility,
  because it uses it internally.

WWW: http://search.cpan.org/dist/Archive-Tar-Wrapper/
2018-02-12 19:03:13 +00:00
Yuri Victorovich
e2620e532f archivers/py-python-lhafile: Update to 0.2.2
Additional port changes:
* Changed MASTER_SITES to CHEESESHOP
* Added DISTNAME because CHEESESHOP has lhafile as name
* Updated/added to desctiption in pkg-descr
* Changed WWW URL to the https:// version

PR:		225839
Submitted by:	Carsten Larsen <cs@innolan.dk> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-02-12 00:59:58 +00:00
Yuri Victorovich
1fed7ffa70 archivers/gzip: Update WWW in pkg-descr
PR:		225026
Submitted by:	i.bakirov@gmail.com
Approved by:	timeout expired, tcberner (mentor, implicit)
2018-02-11 23:50:24 +00:00
Sunpoet Po-Chuan Hsieh
70c174cba7 Update to 0.23.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-11 14:38:17 +00:00
Sunpoet Po-Chuan Hsieh
18b44f1be9 Add missing RUN_DEPENDS
- Sort BUILD_DEPENDS
- Bump PORTREVISION for dependency change
2018-02-11 14:38:07 +00:00
Dmitry Marakasov
eb5f9c18a7 - Switch to new test framework
- Simplify stripping

Approved by:	portmgr blanket
2018-02-11 09:02:51 +00:00
Alexey Dokuchaev
b77f1e3552 Unbreak the fetch from ftp.warwick.ac.uk by switching to http:// from
ftp:// which no longer works:

  $ ftp ftp.warwick.ac.uk
  ftp: connect: Operation timed out
2018-02-11 05:23:00 +00:00
Raphael Kubo da Costa
fdb73bb664 Add patch for CVE-2018-5996
Insufficient exception handling in the method NCompress::NRar3::CDecoder::Code
of 7-Zip before 18.00 and p7zip can lead to multiple memory corruptions within
the PPMd code, allows remote attackers to cause a denial of service
(segmentation fault) or execute arbitrary code via a crafted RAR archive.

Obtained from:	Debian (link in the patch file)
MFH:		2018Q1
Security:	7a2e0063-0e4e-11e8-94c0-5453ed2e2b49
2018-02-10 11:00:26 +00:00
Raphael Kubo da Costa
79b7e05712 Add patch from CVE-2017-17969
Heap-based buffer overflow in 7zip/Compress/ShrinkDecoder.cpp.

Obtained from:	Debian (link in the actual patch)
MFH:		2018Q1
Security:	6d337396-0e4a-11e8-94c0-5453ed2e2b49
2018-02-10 10:59:11 +00:00
Tobias C. Berner
737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00
Tobias C. Berner
932e6dc413 Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.

Big thanks to Gleb for working on this.

PR:		225185
Submitted by:	Gleb Popov <6yearold@gmail.com>
Exp-run by:	antoine
Reviewed by:	pgj
Differential Revision:	https://reviews.freebsd.org/D12043
2018-02-10 08:03:22 +00:00
Dmitry Marakasov
d6c95efd94 Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
2018-02-08 20:18:08 +00:00
Johan van Selst
784d2a623e Upddate to GNU gzip 1.9 (bugfix release) 2018-02-08 12:05:05 +00:00
Dmitry Marakasov
6359c32bad - Switch to new test framework 2018-02-07 09:02:49 +00:00
Sunpoet Po-Chuan Hsieh
786d5b85e2 Update to 0.21.6
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-05 17:50:14 +00:00
Antoine Brodin
c49aff08a5 Update to 0.5.2 2018-02-04 11:42:27 +00:00
Sunpoet Po-Chuan Hsieh
10386103e8 Update to 0.20.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-04 10:13:35 +00:00
Sunpoet Po-Chuan Hsieh
73ce2cc7ae Update to 0.19.2
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-02 19:55:23 +00:00
Torsten Zuehlsdorff
f19d9106ee Update PHP 7.1 from 7.1.13 to 7.1.14
Changelog: http://www.php.net/ChangeLog-7.php#7.1.14

Remove patch since upstream integrated a fix for the issue

MFH: 2018Q1
2018-02-02 11:46:26 +00:00
Alexey Dokuchaev
8cc1ee4a90 Unbreak the build against Clang 6.0.0 and respect CXXFLAGS.
PR:	225555
2018-02-02 08:33:24 +00:00
Dmitry Marakasov
4ab6b594ed - Switch to new test framework
Approved by:	portmgr blanket
2018-02-01 09:02:16 +00:00
Jose Alonso Cardenas Marquez
6bdf91750f - Update to 6.5.0
- Add QT5 option
2018-02-01 07:19:34 +00:00
Antoine Brodin
a78ac4eb99 Revert recent fpc changes, they were obviously untested
With hat:	portmgr
2018-01-30 22:11:13 +00:00
Jose Alonso Cardenas Marquez
e899f9c339 - Update to 6.5.0
- Add QT5 option
2018-01-30 19:07:03 +00:00
Jochen Neumeister
44f04d1cd6 remove IGNORE_WITH_PHP= 70 71
This port build fine with PHP 70, 71 and 72

PR:		225292
Reported by:	v.chernyadev@tradesoft.ru
Approved by:	mentors (implicit)
2018-01-29 18:07:03 +00:00
Sunpoet Po-Chuan Hsieh
fb7a42493c Update to 0.11.0
Changes:	https://github.com/javanthropus/archive-zip/blob/master/NEWS.md
2018-01-29 11:28:24 +00:00
Koop Mast
2ffd62766c Update gcab to 0.8.
Security fix release with normal bug fixes.

MFH:		2018Q1
Security:	2cceb80e-c482-4cfd-81b3-2088d2c0ad53
		CVE-2018-5345
2018-01-27 09:13:06 +00:00
Ganael LAPLANCHE
d79ff76e24 Make portlint happier with my ports (reorder variables) 2018-01-25 11:07:50 +00:00
Sunpoet Po-Chuan Hsieh
9a8af760d4 Update to 0.19.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-01-22 15:47:03 +00:00
Alexey Dokuchaev
7f47139301 Unbreak the build on sparc64: unlike e.g. on powerpc, gcc on sparc64 does
not provide __BIG_ENDIAN__ macro by default.  As `archivers/upx' is aware
of sparc64 existence, simply tell it that it is big-endian architecture.
While here, vocalize installation commands.
2018-01-22 09:45:32 +00:00
Sunpoet Po-Chuan Hsieh
9084c4ff11 Update to 0.18.2
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-01-21 13:52:05 +00:00
Jan Beich
8b5d19a404 archivers/xmill: unbreak build with Clang 6 (C++14 by default)
./xmillinspect/exprinfo.cpp:64:10: error: cannot initialize return object of type 'int' with an rvalue of type 'nullptr_t'
                return NULL;
                       ^~~~
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
 #define NULL    nullptr
                 ^~~~~~~

Reported by:	pkg-fallout
2018-01-21 02:23:59 +00:00
Sunpoet Po-Chuan Hsieh
12002c7a16 Update to 1.8.1.2
Changes:	https://github.com/lz4/lz4/releases
PR:		225277
Submitted by:	Martin Waschbusch <martin@waschbuesch.de> (maintainer)
2018-01-18 14:44:16 +00:00
Sunpoet Po-Chuan Hsieh
5e63fae51e Fix build with include/lz4.h which is in UTF-8 format
This can be removed with newer liblz4 since the file format has been changed back to ASCII.

PR:		225235
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
Reference:	https://github.com/lz4/lz4/pull/454
2018-01-18 14:44:11 +00:00
Renato Botelho
cdda253c45 Update debian patch collection to version 17 since 16 is not available anymore
Reported by:	David Martin <dmartin@aisliny.com>
MFH:		2018Q1
Sponsored by:	Rubicon Communications, LLC (Netgate)
2018-01-18 13:33:30 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Danilo G. Baio
07320800d4 archivers/c-blosc: Update to 1.13.1
PR:		225251
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
2018-01-17 22:33:08 +00:00
Tobias C. Berner
94ac845319 Update KDE Frameworks to 5.42.0
PR:		225155
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D13816
2018-01-17 10:21:32 +00:00