Commit graph

18213 commits

Author SHA1 Message Date
William Grzybowski
01af09e1a6 textproc/py-ucl: UCL parser and emmitter.
WWW: https://github.com/vstakhov/libucl/
2016-10-04 20:05:14 +00:00
Alexey Dokuchaev
7e1163cdb6 Unbreak by switching to archived distfile in Google Cloud Storage for the
time being.  Couple of ports depend on this one, thus it is better not to
have it broken for arguably a rather minor reason.
2016-10-04 07:38:57 +00:00
Dmitry Marakasov
f4e5636016 - Update to 0.95 2016-10-04 00:48:53 +00:00
Josh Paetzel
3bf07bf045 Update translate-toolkit to 2.0.0b6
Sponsored by:	iXsystems
2016-10-03 18:25:12 +00:00
Jan Beich
a8f128169f textproc/highlight: unbreak on 9.x
./cli/main.cpp: In member function 'int HLCmdLineApp::run(int, const char**)':
./cli/main.cpp:406: error: 'unique_ptr' was not declared in this scope
./cli/main.cpp:406: error: expected primary-expression before '>' token
./cli/main.cpp:406: error: 'generator' was not declared in this scope

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2016-10-03 06:53:31 +00:00
Jimmy Olgeni
7409c460dc Update textproc/elixir-ex_doc to version 0.14.1. 2016-10-02 22:35:43 +00:00
Dmitry Marakasov
1150f67f07 - Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Deobfuscate documentation installation
2016-10-02 09:01:49 +00:00
Pawel Pekala
3f614ddda1 Update to version 1.3.5
PR:		213004
Submitted by:	maintainer
2016-10-01 16:22:39 +00:00
Antoine Brodin
85eb9d2ed1 Deprecate: needed only for EOL versions of Ruby 2016-10-01 09:13:40 +00:00
Antoine Brodin
f7af8bee07 Chase php 5.5 expiration date 2016-10-01 08:22:09 +00:00
Matthew Seaman
f458bb3de9 Chase dependencies affected by the name change devel/google-sparsehash -> devel/sparsehash
Which sould fix the INDEX

Submitted by:	cperciva
2016-09-30 09:46:16 +00:00
Jimmy Olgeni
0e0e50cdf6 Update textproc/elixir-ex_doc to version 0.14.0. 2016-09-30 07:46:58 +00:00
Torsten Zuehlsdorff
7235c692a3 textproc/rubygem-nokogiri: Update from 1.6.7.2 to 1.6.8
Changes: https://github.com/sparklemotion/nokogiri/blob/v1.6.8/CHANGELOG.rdoc

Approved by: swills (mentor)
2016-09-29 14:14:22 +00:00
Jan Beich
629a8d6b69 Convert CC license names to r421995 spellings
While here fix common mistakes such as:
- Missing "or (at your option) any later version" bit
- LICENSE_FILE with LICENSE_COMB != single
- LICENSE_COMB = dual for code + assets
- Copy-pasting undocumented NC/SA restriction
2016-09-28 06:38:00 +00:00
Vanilla I. Shu
546401e2fd Update to 2.3.1. 2016-09-27 03:30:30 +00:00
Vanilla I. Shu
0150cffdfd Update to 1.41, and add LICENSE. 2016-09-27 03:22:01 +00:00
Vanilla I. Shu
c6c90c30f1 Update to 2.25. 2016-09-27 03:14:07 +00:00
Pawel Pekala
6676110ea0 Update to version 3.16.3
* Fix bad scroll syncing and inability to move between comparison chunks in
  file comparisons
* Improve version control view behaviour when opening missing paths
* Fix saving of text created in blank comparison
* GTK+ 3.22 compatibility fixes for saving window size
* Fix formatted patches missing newlines in certain cases
* Silence GTK+ warning logging if not running in uninstalled (i.e.,
  development) mode
* Update AppData
2016-09-26 18:53:56 +00:00
Jimmy Olgeni
0e86cd705d Update textproc/the_silver_searcher to version 0.33.0. 2016-09-25 09:03:55 +00:00
Josh Paetzel
6dcaadc12c Update translate-toolkit
PR:	212924
Submitted by:	rene
2016-09-24 17:47:48 +00:00
Ruslan Makhmatkhanov
3137edbdd4 textproc/py-esmre: remove NO_ARCH
This port is not architecture neutral, so remove NO_ARCH and
bump PORTREVISION.
While here, limit python version to 2.x, because the module
fails to build with python3.

PR:		212834
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
2016-09-24 14:22:50 +00:00
Ruslan Makhmatkhanov
4457b85fc6 textproc/pecl-xdiff: pass maintainership to submitter
- Configure PORTSCOUT
- Small change on pkg-descr
- Update distinfo with TIMESTAMP
- Pass maintainership to submitter

PR:		212774
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
2016-09-24 13:57:13 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Dmitry Sivachenko
4a9951ac4e Update to version 0.4. 2016-09-24 08:37:53 +00:00
Joseph Mingrone
1cbd3576d5 Update email address to jrm@FreeBSD.org for ports that I maintain
Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D7995
2016-09-23 21:42:02 +00:00
Torsten Zuehlsdorff
d9bd705a58 lang/php56: Update from 5.6.25 to 5.6.26
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7411
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: swills (mentor)
2016-09-23 08:26:44 +00:00
Jimmy Olgeni
0702328347 Unbreak textproc/erlang-p1xml on Erlang 19. 2016-09-22 10:24:27 +00:00
Torsten Zuehlsdorff
ad86e61f50 lang/php70: Update from 7.0.10 to 7.0.11
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: pi (mentor)
2016-09-21 15:43:47 +00:00
Jimmy Olgeni
1e4cecd34a Update textproc/elixir-ex_doc to version 0.13.2. 2016-09-21 07:52:43 +00:00
John Marino
b2693fcdcb textproc/txt2tags: actually remove BROKEN line 2016-09-20 16:43:58 +00:00
John Marino
336f112308 textproc/txt2tags: new ubuntu MASTER_SITE to unbreak
The distfile name changed but the hash still matches.
The WRKSRC had to be explicitly defined with the distname change.
2016-09-20 16:42:02 +00:00
Kris Moore
c4c22857be - Add RUN_DEPEND on security/ca_root_nss
- Bump PORTREV

PR: 212049
2016-09-20 14:37:12 +00:00
Wen Heping
4503c16d5b - Update to 2016.9.19
PR:		212835
Submitted by:	dbaio@bsd.com.br(maintainer)
2016-09-20 01:37:11 +00:00
Steve Wills
8b03e8d9a4 textproc/ruby-rd-mode.el: Define RUBY_ELISPDIR locally 2016-09-19 03:41:02 +00:00
Antoine Brodin
b20a784382 Unbreak by switching to USE_GITHUB 2016-09-18 11:18:23 +00:00
MANTANI Nobutaka
229551dacd Update MASTER_SITES to fix fetch error. 2016-09-18 06:35:45 +00:00
Raphael Kubo da Costa
3346021972 Update the Qt5 ports to 5.6.1.
This took longer than expected, but there are quite a few changes to the
existing ports and a few new ones.

General upstream changes:
- Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is
  being used. According to the discussion here:
  https://codereview.qt-project.org/#/c/154800/
  The Qt project is not opposed to LibreSSL, but does not want to mix
  support for it into the OpenSSL backend code, especially as they move
  towards supporting OpenSSL 1.1.
  People interested in LibreSSL support are welcome to submit a separate
  backend upstream, but are expected to maintain it. We (kde@) are not
  opposed to carrying some patches authored by others in the future, as long
  as they are not huge and destabilizing.
- When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by
  default (this is an upstream change). You can add "CONFIG -= c++11" to
  your .pro. Qt 5.7 will require C++11.
- www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped
  separately as a community release tarball. kde@ does not have an ETA for a
  qt5-webengine port, as it requires a huge effort (and number of patches)
  similar to maintaining www/chromium itself.
- x11-toolkits/qt5-declarative has been deprecated upstream. The last
  release is 5.5.1.

Relevant changes:
- devel/qmake5: The freebsd-clang mkspec has become the default mkspec on
  FreeBSD, replacing the outdated freebsd-g++ one that was moved to
  unsupported/ (it still works though).
- devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are
  still in qtbase. The data files are now in the qt5-qdoc-data port.
- misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with
  mkspecs. Instead of running the `configure' script, which requires a
  compiler and adjustments to the mkspecs files and also ends up building a
  new qmake binary, we now leverage USES=qmake to generate all the Makefiles
  from the top-level qt.pro. Getting this to work requires some tricks,
  though, and qt.conf.in has a longer explanation of what's being done.
  Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes.

New ports:
- comms/qt5-serialbus
- devel/qt5-qdoc-data
- x11-toolkits/qt5-quickcontrols2

Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden
(nolden@kde.org) for the huge amount of work they put into this
patch. Loise in particular also sent quite a few changes upstream that were
essential for this update to work.

PR:		211916
2016-09-17 09:46:54 +00:00
Steve Wills
462993e91c textproc/ruby-htree: convert RUBY_RDOC to expanded form 2016-09-17 02:07:35 +00:00
Anton Berezin
1aac178499 Update to 1.19.
Changes:	http://cpansearch.perl.org/src/KIMRYAN/Lingua-EN-Fathom-1.19/Changes
2016-09-16 07:37:47 +00:00
Antoine Brodin
b1d4fe0a27 Mark BROKEN: fails to build
src/xml_util.erl:32: syntax error before: '/'
src/xml_util.erl:41: syntax error before: '/'
src/xml_util.erl:50: syntax error before: '/'
src/xml_util.erl:60: syntax error before: '/'
src/xml_util.erl:69: syntax error before: '/'
src/xml_util.erl:78: syntax error before: '/'
Compiling src/xml_util.erl failed:
ERROR: compile failed while processing /wrkdirs/usr/ports/textproc/erlang-p1xml/work/xml-7ff90b7: rebar_abort

Reported by:	pkg-fallout
2016-09-16 06:55:09 +00:00
Thomas Zander
43374bec0f Update to upstream version 1.1.3, overhaul, new maintainer
Detailed log:
- Update to upstream version 1.1.3
- New maintainer: Danilo G. Baio <dbaio@bsd.com.br>
- Add LICENSE*
- Add non-default OPTION ISPN
- Set NO_ARCH

PR:		212300
Submitted by:	dbaio@bsd.com.br (maintainer)
2016-09-15 15:43:20 +00:00
Thomas Zander
911e2fe221 Add new port: textproc/pear-Validate_ISPN
PR:		212299
Submitted by:	dbaio@bsd.com.br (maintainer of textproc/pear-Validate_ISPN)
2016-09-15 15:39:55 +00:00
Steve Wills
70d698c2c5 textproc/ruby-sary: remove RUBY_RD_FILES
PR:		210665
2016-09-15 15:08:26 +00:00
Steve Wills
b87006cd8e textproc/ruby-rttool: remove USE_RUBY_RDTOOL
PR:		210665
2016-09-15 15:06:50 +00:00
Steve Wills
9fac134f89 textproc/ruby-htree: remove RUBY_RD_HTML_FILES
PR:		210665
2016-09-15 15:06:06 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
John Marino
252c5d5f38 Release some of my ports back to the heap 2016-09-15 01:29:41 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Carlos J. Puga Medina
80650c9c09 - Update MASTER_SITES
- Add LICENSE

PR:		212598
Submitted by:	bob@eager.cx (maintainer)
Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
MFH:		2016Q3
2016-09-14 00:09:45 +00:00
Dmitry Marakasov
48799354a6 - Update to 1.595
PR:		212533
Submitted by:	wblock@FreeBSD.org (maintainer)
2016-09-13 19:14:50 +00:00