1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

423762 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
37d0ae0c71 Update to 2.10.17
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2017-07-26 18:21:08 +00:00
Sunpoet Po-Chuan Hsieh
31cb86756b Update to 2.10.17
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2017-07-26 18:21:03 +00:00
Sunpoet Po-Chuan Hsieh
38fa080d66 Update to 2.10.17
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2017-07-26 18:20:57 +00:00
Sunpoet Po-Chuan Hsieh
ec8a840f9b Update to 3.0.0
Changes:	https://github.com/borntyping/python-colorlog/releases
		https://github.com/borntyping/python-colorlog/commits/master
2017-07-26 18:20:52 +00:00
Sunpoet Po-Chuan Hsieh
c50f36a3e6 Update to 2.45
Changes:	http://search.cpan.org/dist/CGI-Ex/Changes
2017-07-26 18:20:46 +00:00
Sunpoet Po-Chuan Hsieh
d15f7e326e Update to 1.72
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/URI/Changes
2017-07-26 18:20:41 +00:00
Sunpoet Po-Chuan Hsieh
d1acc9e511 Update to 1.945
Changes:	http://search.cpan.org/dist/Email-MIME/Changes
2017-07-26 18:20:36 +00:00
Sunpoet Po-Chuan Hsieh
30b3c6aa58 Update to 0.47
- Regenerate patch file with makepatch:

Changes:	http://search.cpan.org/dist/Data-Peek/ChangeLog
2017-07-26 18:20:30 +00:00
Sunpoet Po-Chuan Hsieh
7906849055 Update to 0.000014
Changes:	https://github.com/gonzus/http-xscookies/commits/master
2017-07-26 18:20:25 +00:00
Sunpoet Po-Chuan Hsieh
5c74bcd9c4 Update to 3.6.2
Changes:	https://trac.osgeo.org/geos/browser/git/NEWS
2017-07-26 18:20:20 +00:00
Sunpoet Po-Chuan Hsieh
530124da8e Update to 5.6.1
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2017-07-26 18:20:14 +00:00
Tobias Kortkamp
8a5afbe1e2 Update to 1.5.0
Changes:	https://github.com/commercialhaskell/stack/releases/tag/v1.5.0
2017-07-26 18:20:07 +00:00
Sunpoet Po-Chuan Hsieh
c8d241f060 Add drive 0.3.9.1
drive is a tiny program to pull or push Google Drive files.

drive was originally developed by Burcu Dogan while working on the Google Drive
team. Since she is very busy and no longer able to maintain it, I took over
drive on Thursday, 1st January 2015. This repository contains the latest version
of the code.

WWW: https://github.com/odeke-em/drive
2017-07-26 18:19:38 +00:00
Sunpoet Po-Chuan Hsieh
9bbd3d1f5e Add p5-Email-Address-XS 1.00
This module implements RFC 2822 parser and formatter of email addresses and
groups. It parses an input string from email headers which contain a list of
email addresses or a groups of email addresses (like From, To, Cc, Bcc,
Reply-To, Sender, ...). Also it can generate a string value for those headers
from a list of email addresses objects.

Parser and formatter functionality is implemented in XS and uses shared code
from Dovecot IMAP server.

It is a drop-in replacement for the Email::Address module which has several
security issues. Existing applications that use Email::Address module could be
easily switched to Email::Address::XS module. In most cases only changing use
Email::Address to use Email::Address::XS and replacing every Email::Address
occurrence with Email::Address::XS is sufficient.

So unlike Email::Address, this module does not use regular expressions for
parsing but instead native XS implementation parses input string sequentially
according to RFC 2822 grammar.

Additionally it has support also for named groups and so can be use instead of
the Email::Address::List module.

WWW: http://search.cpan.org/dist/Email-Address-XS/
2017-07-26 18:19:33 +00:00
Cy Schubert
ebe6abf500 PORTVERSION and DISTVERSION should not be defined together. 2017-07-26 18:19:10 +00:00
Frederic Culot
ece259c93b - Update to 2.94
Changes:	https://metacpan.org/changes/distribution/Config-IniFiles
2017-07-26 18:14:42 +00:00
Vasil Dimov
37406903f0 ftp/wget: Enforce rebuilding of the info page
MAKEINFO must be defined in the configure environment in order for the
info page to be rebuilt.

Submitted by:	jkim
2017-07-26 18:14:22 +00:00
Tobias Kortkamp
7e83ab091e benchmarks/stress-ng: Update to 0.08.09
PR:		221022
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2017-07-26 18:05:40 +00:00
Dan Langille
6528ddca48 update to 2.7.2
PR:		221020
Submitted by:	olgeni
2017-07-26 17:18:57 +00:00
Jan Beich
25c25c5876 Fix some typos 2017-07-26 17:02:36 +00:00
Jan Beich
d78f8e9a0c devel/clanlib: ignore libstdc++ 4.2 after r446644
In file included from Unix/clanapp.cpp:32:
In file included from ../../Sources/API/App/clanapp.h:35:
../../Sources/API/App/../Core/Text/string_types.h:64:9: error: explicit specialization of
      non-template class 'hash'
                class hash<CL_String> : hash<const CL_String::char_type*>
                      ^   ~~~~~~~~~~~
../../Sources/API/App/../Core/Text/string_types.h:64:27: error: unknown template name 'hash'
                class hash<CL_String> : hash<const CL_String::char_type*>
                                        ^
../../Sources/API/App/../Core/Text/string_types.h:69:16: error: expected '(' for function-style cast
      or type construction
                                return hash<const CL_String::char_type*>::operator()(keyval.c_str());
                                       ~~~~^
../../Sources/API/App/../Core/Text/string_types.h:69:17: error: expected expression
                                return hash<const CL_String::char_type*>::operator()(keyval.c_str());
                                            ^
4 errors generated.

Pointy hat to:	jbeich
2017-07-26 17:02:21 +00:00
Raphael Kubo da Costa
c6bff79fef Update WWW.
The massxpert.org domain no longer belongs to the project.
2017-07-26 17:02:15 +00:00
Jan Beich
04586ba024 devel/clanlib{1,22}: convert to USES=localbase 2017-07-26 17:02:09 +00:00
Jan Beich
0b0606c42c devel/clanlib{22,}: unbreak on non-x86
configure: error:  *** Requires SSE2 Support

System/detect_cpu_ext.cpp: In static member function 'static bool CL_System::detect_cpu_extension(CL_System::CL_CPU_ExtensionX86)':
System/detect_cpu_ext.cpp:62:88: error: impossible constraint in 'asm'
   : "=a" ((out)[0]), "=r" ((out)[1]), "=c" ((out)[2]), "=d" ((out)[3]): "a" (infoType));
                                                                                        ^
System/detect_cpu_ext.cpp:79:3: note: in expansion of macro '__cpuid'
   __cpuid((int*)cpuinfo, 0x1);
   ^

Reported by:	pkg-fallout (aarch64)
2017-07-26 17:01:57 +00:00
Dan Langille
24c9bcde1e Handle DNS NOTIFY messages by running a command 2017-07-26 16:44:40 +00:00
Martin Matuska
da37bb5bd7 security/vuxml: Add jabberd vulnerability
PR:		221014
Security:	CVE-2017-10807
2017-07-26 15:06:28 +00:00
Lars Engels
9e0d97c666 net-mgmt/icingaweb2-module-director: Update to 1.3.2 2017-07-26 14:52:02 +00:00
Martin Matuska
cc96745398 Update net-im/jabberd to 2.6.1
PR:		221014
Security:	CVE-2017-10807
2017-07-26 14:46:40 +00:00
Rene Ladan
e39934b9f5 Update emulators/libspectrum and emulators/fuse to their latest versions.
Reported by:	portscout
2017-07-26 14:13:52 +00:00
Wen Heping
2762b94d60 - Update to 1.13
- Update WWW

PR:		220994
Submitted by:	aehlig@linta.de(maintainer)
2017-07-26 13:42:00 +00:00
Mathieu Arnold
8e7e7b1b84 Bump PORTREVISION after adding the plist.
Pointy hat:	acm
Sponsored by:	Absolight
2017-07-26 13:16:58 +00:00
Mathieu Arnold
2d34c901f2 Convert (again) every usage of https://github.com/.../archive/xxx to USE_GITHUB.
Pointy hat:	acm
Sponsored by:	Absolight
2017-07-26 13:16:39 +00:00
Nikolai Lifanov
b3c4eef407 update sysutils/debootstrap to 1.0.91 2017-07-26 12:55:02 +00:00
Wen Heping
5c8945d501 - Update to 1.0.3
PR:		221008
Submitted by:	lbartoletti@tuxfamily.org(maintainer)
2017-07-26 12:18:17 +00:00
Bernard Spil
82b8fb7369 net/haproxy: Fix build with LibreSSL 2.5.3+
- Add defines SSL_CTRL_GET_TLSEXT_STATUS_REQ_CB from OpenSSL 1.1
  - Add 1.6 patch from OpenBSD (last 2 chunks)

PR:		218586
Obtained from:	OpenBSD
2017-07-26 11:57:00 +00:00
Jimmy Olgeni
405ee2d9dc Update net-im/py-python-telegram-bot to version 7.0.0. 2017-07-26 09:04:24 +00:00
Dmitry Marakasov
24b92b2912 - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2017-07-26 09:01:06 +00:00
Dmitry Marakasov
762dffbee2 - Don't needlessly redefine do-build
- Update WWW

Approved by:	portmgr blanket
2017-07-26 09:01:06 +00:00
Wen Heping
3b5aef1325 Routines for combinatorics.
WWW: https://cran.r-project.org/package=conmbinat

PR:		220060
Submitted by:	pfg@
2017-07-26 08:44:49 +00:00
Alexander Leidinger
6339a0ee98 Commit forgotten distinfo file for previous commit "Update to 1.9.".
Pointy hat to:	netchild
2017-07-26 08:33:01 +00:00
Wen Heping
35075ad265 - Update to 1.0.4 2017-07-26 08:13:12 +00:00
Jan Beich
7e3f990df4 devel/clanlib: drop lang/gcc* dependency on x86 and arm
- Convert to USES=compiler and USES=localbase
2017-07-26 07:59:55 +00:00
Jimmy Olgeni
720cb5b941 Respect SRC option in pkg-plist. 2017-07-26 07:56:53 +00:00
Gerald Pfeifer
ed119e0f02 Update to the 20170725 snapshot of GCC 5.4.1. 2017-07-26 07:15:26 +00:00
Vasil Dimov
881b1b8b2f ftp/wget: Fix makeinfo path
On FreeBSD 10.x makeinfo is located in /usr/bin/makeinfo, whereas on 11.x
it is located in /usr/local/bin/makeinfo. Don't specify its full path
location like DOCS_CONFIGURE_ENV= MAKEINFO="${LOCALBASE}/bin/makeinfo"
since having it in PATH (either in /usr/bin or /usr/local/bin) suffices.

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2017-07-26 07:12:57 +00:00
Vasil Dimov
f577936c07 ftp/wget: Tweak docs options
* Add a separate option to control whether man page is to be installed
* Handle wgetrc.sample with @sample, according to
  https://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html and
  https://www.freebsd.org/doc/en/books/porters-handbook/plist-keywords.html#plist-keywords-sample
* Now the DOCS option only controls whether an info page is installed or not

Submitted by:	jkim
2017-07-26 05:02:41 +00:00
Andrej Zverev
ab313cc223 update WWW field in pkg-descr 2017-07-26 04:51:26 +00:00
Glen Barber
a125fe4736 Add 11.1-RELEASE checksums.
Prune 11.1-{BETA3,RC1,RC3,RC3} checksums.

Approved by:	bdrewery (maintainer, implicit, re@ blanket)
Sponsored by:	The FreeBSD Foundation
2017-07-26 00:34:06 +00:00
Jason Helfman
1dd6a26489 - update to 3.8.0
ChangeLog: https://github.com/KittyKatt/screenFetch/blob/master/CHANGELOG
2017-07-25 23:57:39 +00:00
Joseph Mingrone
75e07f1a2c math/R: Fix build issues when LIBR option is off and fix runtime issue by
permitting FLANG only with RBLAS

- Only apply SONAME patches when the relevant options are chosen. This
  prevents install errors when LIBR is off.
- Only permit the FLANG option when RBLAS is chosen, because FLANG causes
  some configure-time checks to fail and the shared RBLAS library is fallen
  back upon, but not properly packaged, which causes runtime issues.
- Bump PORTREVISION

Reported by:	rhurlin@gwdg.de
Differential Revision:	https://reviews.freebsd.org/D11726
2017-07-25 23:28:26 +00:00