1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Commit Graph

426648 Commits

Author SHA1 Message Date
Dmitry Marakasov
0c4bdcaf10 - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2017-09-13 09:01:51 +00:00
Dmitry Marakasov
0547cb18a1 - Update to 3.1.2 2017-09-13 08:58:17 +00:00
Sunpoet Po-Chuan Hsieh
38c1915ae4 Update to 0.4.909
Changes:	https://github.com/soimort/you-get/releases
		https://github.com/soimort/you-get/commits/develop
2017-09-13 08:52:05 +00:00
Sunpoet Po-Chuan Hsieh
d5a233c576 Update MASTER_SITES and distinfo
Upstream rerolled the tarball with changes unrelated to this port.
2017-09-13 08:48:46 +00:00
Sunpoet Po-Chuan Hsieh
c81e843559 Update MASTER_SITES and distinfo
- Bump PORTREVISION for package change

Upstream rerolled the tarball with the following change:

--- MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/File_Mpeg4_Elements.cpp.orig	2017-09-11 20:01:14.000000000 +0800
+++ MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/File_Mpeg4_Elements.cpp	2017-09-12 21:03:36.000000000 +0800
@@ -2764,7 +2764,7 @@
                         Fill(Stream_General, 0, "Media/UUID", Value);
                     else if (Parameter=="com.apple.finalcutstudio.media.history.uuid")
                         Fill(Stream_General, 0, "Media/History/UUID", Value);
-                    else if (Parameter=="com.apple.proapps.logNote")
+                    else if (Parameter=="com.universaladid.idregistry")
                     {
                         Fill(Stream_General, 0, "AdID_Registry", Value);
                         Fill_SetOptions(Stream_General, 0, "AdID_Registry", "N NTY");
@@ -2774,7 +2774,7 @@
                             Fill_SetOptions(Stream_General, 0, "AdID/String", "Y NTN");
                         }
                     }
-                    else if (Parameter=="com.apple.proapps.reel")
+                    else if (Parameter=="com.universaladid.idvalue")
                     {
                         Fill(Stream_General, 0, "AdID_Value", Value);
                         Fill_SetOptions(Stream_General, 0, "AdID_Value", "N NTY");
2017-09-13 08:48:38 +00:00
Sunpoet Po-Chuan Hsieh
20979e1917 Update MASTER_SITES and distinfo
Upstream rerolled the tarball with changes unrelated to this port.
2017-09-13 08:48:32 +00:00
Dirk Meyer
20e9e83b3d - add config file for option GDBM 2017-09-13 07:41:10 +00:00
Wen Heping
f352e52915 - Move QT5 as an option
- Add missing DEPENDS

PR:		222177
Submitted by:	lbartoletti@tuxfamily.org
2017-09-13 07:38:40 +00:00
Jan Beich
7fcf51e52d devel/android-tools-adb-devel: unbreak fetch (gzip timestamp changed)
=> Fetched file size mismatch (expected 5257186, actual 5257246)

Reported by:	pkg-fallout
2017-09-13 05:34:57 +00:00
Cy Schubert
22c6ab543a Fixup broken symlink introduced in r449703.
PR:		222275
Submitted by:	Helge Oldach <freebsd@oldach.net>
2017-09-13 05:08:30 +00:00
Cy Schubert
409d82afc1 Fixup package origins. 2017-09-13 02:51:47 +00:00
Vanilla I. Shu
becde58674 Update to 0.7.3. 2017-09-13 02:48:57 +00:00
Carlos J. Puga Medina
571ccd3acd x11-toolkits/granite: unbreak build with vala 0.36
/wrkdirs/usr/ports/x11-toolkits/granite/work/granite-0.4.0.1/lib/Widgets/ContractorView.vala:184.27-184.28: error: Argument 1: Cannot pass value to reference or output parameter
	            list.remove (it);
	                         ^^

PR:		222035
Submitted by:	cpm
2017-09-13 02:37:14 +00:00
Carlos J. Puga Medina
4ad582c426 deskutils/go-for-it: unbreak build with vala 0.36
/wrkdirs/usr/ports/deskutils/go-for-it/work/Go-For-It-release_v1.5/src/TaskStore.vala:89.22-89.25: error: Argument 1: Cannot pass value to reference or output parameter
        this.remove (iter);
                     ^^^^

While I'm here, pet portlint, USE_* comes before USES

PR:		222036
Submitted by:	cpm
Approved by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-09-13 02:27:36 +00:00
Ryan Steinmetz
d5d77a3eac New port: www/mod_auth_openidc:
mod_auth_openidc is an authentication/authorization module for the Apache 2.x
HTTP server that functions as an OpenID Connect Relying Party, authenticating
users against an OpenID Connect Provider. It can also function as an OAuth 2.0
Resource Server, validating OAuth 2.0 access tokens presented by OAuth 2.0
Clients.

WWW: https://github.com/pingidentity/mod_auth_openidc/
2017-09-13 02:04:45 +00:00
Wen Heping
5ab2e6478b - Update moodle to 3.3.2, 3.2.5 and 3.1.8(include security fix)
MFH:		2017Q3
2017-09-13 01:50:45 +00:00
Wen Heping
a5d8333869 - Update to 1.007002
Changes: http://search.cpan.org/src/CJFIELDS/BioPerl-1.007002/Changes
2017-09-13 01:45:35 +00:00
Ryan Steinmetz
cb75b954a1 - Remove explicit dependency on libcrypto in pkgconfig (resolve build failures on ports that depend on this one)
- Bump PORTREVISION
2017-09-13 01:24:41 +00:00
Ryan Steinmetz
1ec3328202 - Fix build issues with upstream patch (https://github.com/facebook/osquery/pull/3634)
- Bump PORTREVISION
2017-09-12 23:55:09 +00:00
Adam Weinberger
63fb856dd6 Update to patchlevel 1098 to fix build when libvterm is installed.
PR:		222187
Reported by:	Oleh Hushchenkov and George L. Yermulnik
2017-09-12 23:22:20 +00:00
Jan Beich
e8cffab440 graphics/mapnik: unbreak with ICU 59.1
src/unicode.cpp:47:42: error: incomplete result type 'mapnik::value_unicode_string' (aka 'icu::UnicodeString') in function definition
mapnik::value_unicode_string transcoder::transcode(const char* data, std::int32_t length) const
                                         ^
include/mapnik/value_types.hpp:39:11: note: forward declaration of 'icu::UnicodeString'
    class UnicodeString;
          ^
src/unicode.cpp:51:34: error: variable has incomplete type 'mapnik::value_unicode_string' (aka 'icu::UnicodeString')
    mapnik::value_unicode_string ustr(data,length,conv_,err);
                                 ^
include/mapnik/value_types.hpp:39:11: note: forward declaration of 'icu::UnicodeString'
    class UnicodeString;
          ^

PR:		218788
Obtained from:	upstream
2017-09-12 22:23:50 +00:00
Jan Beich
4315a92760 multimedia/aegisub: unbreak with ICU 59.1
src/utils.cpp:269:17: error: variable has incomplete type 'icu::UnicodeString'
                UnicodeString ustr;
                              ^
/usr/local/include/unicode/locid.h:50:7: note: forward declaration of 'icu::UnicodeString'
class UnicodeString;
      ^

PR:		218788
Obtained from:	upstream
2017-09-12 22:23:17 +00:00
Julien Laffaye
4fc81e0ea4 Add www/p5-Mojo-IOLoop-ForkCall
PR:		218709
Submitted by:	skalmanman@gmail.com
2017-09-12 21:25:57 +00:00
Jimmy Olgeni
81d028dd9e Update databases/elixir-ecto to version 2.2.3. 2017-09-12 21:18:35 +00:00
Jimmy Olgeni
f81bd063c1 Update devel/elixir-smppex to version 2.2.1. 2017-09-12 21:11:01 +00:00
Sunpoet Po-Chuan Hsieh
78bcaaea4c Fix gemspec for rubygem-websocket-driver 0.7.0 update
- Bump PORTREVISION for package change
2017-09-12 20:57:38 +00:00
Sunpoet Po-Chuan Hsieh
b16aa7e6cb Fix gemspec for rubygem-websocket-driver 0.7.0 update
- Bump PORTREVISION for package change
2017-09-12 20:57:33 +00:00
Sunpoet Po-Chuan Hsieh
b47e8878cc Update to 0.7.0
Changes:	https://github.com/faye/websocket-driver-ruby/blob/master/CHANGELOG.md
2017-09-12 20:57:28 +00:00
Sunpoet Po-Chuan Hsieh
d5df7a6da9 Update to 0.1.12
Changes:	https://github.com/Azure/azure-ruby-asm-core/blob/master/ChangeLog.md
2017-09-12 20:57:23 +00:00
Sunpoet Po-Chuan Hsieh
758eb436d7 Update to 1.3.2
Changes:	https://github.com/remvee/exifr/blob/master/CHANGELOG
2017-09-12 20:57:18 +00:00
Sunpoet Po-Chuan Hsieh
d9ee56dc5d Update to 0.15.1
Changes:	https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md
2017-09-12 20:57:13 +00:00
Sunpoet Po-Chuan Hsieh
37d914077b Update to 0.8.29
Changes:	https://github.com/Dynflow/dynflow/commits/master
2017-09-12 20:57:08 +00:00
Sunpoet Po-Chuan Hsieh
f6ef971b56 Update to 2.10.43
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2017-09-12 20:57:03 +00:00
Sunpoet Po-Chuan Hsieh
1496ec21f7 Update to 2.10.43
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2017-09-12 20:56:58 +00:00
Sunpoet Po-Chuan Hsieh
fc10596de0 Update to 2.10.43
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2017-09-12 20:56:53 +00:00
Sunpoet Po-Chuan Hsieh
3175737fea Update to 1.9.3
Changes:	https://github.com/jordansissel/fpm/blob/master/CHANGELOG.rst
2017-09-12 20:56:47 +00:00
Sunpoet Po-Chuan Hsieh
3b6418bf45 Allow concurrent installation (USE_PYTHON=concurrent) 2017-09-12 20:56:43 +00:00
Sunpoet Po-Chuan Hsieh
245472ef4f Add LICENSE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Sort USE_PYTHON
- Take maintainership
2017-09-12 20:56:38 +00:00
Sunpoet Po-Chuan Hsieh
7abd142e39 Update to 0.03
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/String-CamelCase/Changes
2017-09-12 20:56:33 +00:00
Sunpoet Po-Chuan Hsieh
809b82c388 Update to 0.000075
Changes:	http://search.cpan.org/dist/Test2-Suite/Changes
2017-09-12 20:56:28 +00:00
Sunpoet Po-Chuan Hsieh
2dd34f196b Update to 1.302096
Changes:	http://search.cpan.org/dist/Test-Simple/Changes
2017-09-12 20:56:22 +00:00
Sunpoet Po-Chuan Hsieh
a77a05bc95 Update to 0.4.900
Changes:	https://github.com/soimort/you-get/releases
		https://github.com/soimort/you-get/commits/develop
2017-09-12 20:56:17 +00:00
Sunpoet Po-Chuan Hsieh
e3d2ffd676 Update to 0.7.99
Changes:	https://mediaarea.net/MediaInfo/ChangeLog
		https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt
2017-09-12 20:56:12 +00:00
Sunpoet Po-Chuan Hsieh
845d4fa448 Update to 0.7.99
Changes:	https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt
		https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt
2017-09-12 20:56:07 +00:00
Sunpoet Po-Chuan Hsieh
bf1f9bca49 Update to 0.7.99 (0.4.37)
Changes:	https://github.com/MediaArea/ZenLib/blob/master/History.txt
2017-09-12 20:56:02 +00:00
Gerald Pfeifer
3d86e92285 Replace USE_GCC=5+ by USE_GCC=yes in the case of USES=compiler:c++14-lang.
When this was added by r392084 on 2015-07-14, the default flavor of GCC
was GCC 4.8 and explicitly requesting GCC 5 (or later) was necessary for
C++ 14 support.  Now that the default version of GCC is GCC 6, after GCC 5
for several months, we can use the preferred notion of USE_GCC=yes instead
of specifying a concrete minimum version.

Among others this helps with cases where GCC 6 is better adjusted for
FreeBSD, notably the well known std::to_string issue (where that is only
enabled with GCC 6 or later).

PR:		222268
Approved by:	portmgr (antoine)
MFH:		2017Q3
2017-09-12 20:43:58 +00:00
Adriaan de Groot
272deee843 Add self to markers.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12344
2017-09-12 20:03:34 +00:00
Bernard Spil
3fd51f42f4 www/mod_md-devel: Update to 0.9.4
- LibreSSL fixed upstream
 - Added features require new Apache 2.4 patch
2017-09-12 19:57:33 +00:00
Jimmy Olgeni
a3a70f6e01 Update textproc/elixir-ex_doc to version 0.16.4. 2017-09-12 19:50:48 +00:00
Thierry Thomas
ec43f84e5f Upgrade to 1.5.33.
Changelog at https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.33
2017-09-12 19:50:40 +00:00