Commit graph

1380 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
014590a64c Update to 2018.01.28 2018-01-29 11:27:54 +00:00
Sunpoet Po-Chuan Hsieh
48926f9c83 Update to 2018.01.21 2018-01-22 15:46:42 +00:00
Jochen Neumeister
10794c4208 Securityupdate to 4.9.2:
Changelog:
 https://codex.wordpress.org/Version_4.9.2
 https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/

Approved by:	mentors (implicit)
MFH:		2018Q1
Security:	c04dc18f-fcde-11e7-bdf6-00e04c1ea73d
2018-01-19 07:09:28 +00:00
David Naylor
4c0d257fbf lang/eric6: update to 17.12
- Version 18.01 is missing some language files
 - Switch to using the "nolang" version of source tarball as we ship
 - the languages separately
 - change log:
   - add support for Google protobuf protocol files*
   - add possibility to show the type of the object info is shown for
   - modified the top row and the search part in order to allow smaller sizes
   - introduced a configuration option to limit the viariables shown by the
     variables viewers depend on  thier size (in order to avoid overload
     situations on low power or low memory machines)
   - added a dark style (*.qss and Python lexers)
   - updated send2trash to version 1.4.2

* This release introduces a new project format that will be rejected by
   previous releases

Approved by:	portmgr (implicit, see PR 225250)
2018-01-17 06:19:00 +00:00
Sunpoet Po-Chuan Hsieh
9055fd3714 Update to 2018.01.14 2018-01-15 17:16:25 +00:00
David Naylor
95a1554a33 devel/eric6: update to 17.11.1, add FLAVORS
- add FLAVORS for the following combinations [1]:
   - python: 2.7 and 3.6
   - qt: 4 and 5
 - simplify Makefiles:
   - all common macros between eric6 and the language packages are in
     devel/eric6/bsd.eric6.mk
   - devel/eric6/Makefile.inc only includes language package specific
     macros
   - eric6 specific macros are now moved into devel/eric6/Makefile
 - spelling error fixed in Makefile.inc
 - dependency on eric6 (for language packages) removed as the addition
   of flavors removes the ability to depend on a single port origin
 - install language files directly, since setup.py fails without eric6
   installed

Approved by:	portmgr (mat) [1]
Differential Revision:	https://reviews.freebsd.org/D13448
2018-01-10 18:39:31 +00:00
Sunpoet Po-Chuan Hsieh
c9dfc509ee Update to 2018.01.07 2018-01-08 16:51:43 +00:00
Dirk Meyer
cb0247a599 - add back setuid bits for poudriere builds 2018-01-05 05:53:09 +00:00
Lars Engels
9820307457 german/mediathekview:
Update to 13.0.6
2018-01-04 11:11:26 +00:00
Sunpoet Po-Chuan Hsieh
b99d8cc122 Update to 2017.12.31 2018-01-01 20:58:53 +00:00
Sunpoet Po-Chuan Hsieh
4649c53401 Update to 2017.12.24 2017-12-25 13:53:54 +00:00
Sunpoet Po-Chuan Hsieh
4b5976eb54 Update to 2017.12.17 2017-12-18 17:17:05 +00:00
Sunpoet Po-Chuan Hsieh
50adbeeb3c Update to 2017.12.10 2017-12-11 10:40:56 +00:00
Sunpoet Po-Chuan Hsieh
6fc97a6f16 Update to 2017.12.03 2017-12-07 16:01:34 +00:00
Jochen Neumeister
a3779d483f Securityupdate to 4.9.1:
www/wordpress
russian/wordpress [1]
chinese/wordpress-zh_CN
japanese/wordpress
german/wordpress
french/wordpress

Changelog:
 https://codex.wordpress.org/Version_4.9.1
 https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/

PR:		223982 [1]
Submitted by:	Mikhail Timofeev <9267096@gmail.com> (maintainer) [1]
Approved by:	tcberner (mentor)
MFH:		2017Q4
Security:	a2589511-d6ba-11e7-88dd-00e04c1ea73d
Differential Revision:	https://reviews.freebsd.org/D13337
2017-12-02 12:20:31 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Jochen Neumeister
050c9ea31a Update to 4.9
Changelog:
 https://codex.wordpress.org/Version_4.9
 https://wordpress.org/news/2017/11/tipton/

Approved by:	mentors (implicit)
2017-11-24 17:26:47 +00:00
Lars Engels
94f975f986 german/mediathekview:
Update to 13.0.4
2017-11-20 13:55:59 +00:00
Sunpoet Po-Chuan Hsieh
a5200c5207 Update to 2017.11.19 2017-11-20 13:22:18 +00:00
Sunpoet Po-Chuan Hsieh
dd5c28dac4 Update to 2017.11.12 2017-11-13 19:35:50 +00:00
Sunpoet Po-Chuan Hsieh
f6a77d94bf Update to 2017.11.05 2017-11-06 17:38:54 +00:00
Beat Gaetzi
3f6760630d - Change tk dependency from 8.4 to 8.5
PR:		223159
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
2017-11-05 09:20:57 +00:00
Jung-uk Kim
c2d145e797 Update to 5.3.7. 2017-11-02 21:12:58 +00:00
Jochen Neumeister
d59f78652c */wordpress: update to 4.8.3
Changelog: https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/

Approved by:	mentors (implicit)
MFH:		2017Q4
Security:	cee3d12f-bf41-11e7-bced-00e04c1ea73d
2017-11-01 21:24:08 +00:00
Sunpoet Po-Chuan Hsieh
dd7d0d99db Update to 2017.10.29 2017-10-30 14:54:38 +00:00
Lars Engels
a2ac261387 german/mediathekview:
- Update to 13.0.3
2017-10-27 12:31:28 +00:00
David Naylor
c6d03d7e69 evel/eric6: update to 17.10
ChangeLog:
 - https://eric-ide.python-projects.org/eric-news.html
2017-10-27 03:43:48 +00:00
Sunpoet Po-Chuan Hsieh
bbb09911d1 Update to 2017.10.22 2017-10-23 18:26:46 +00:00
Pietro Cerutti
4c8e815675 lang/tcl84, x11-toolkits/tk84: extend expiration for another month
Track down a few more ports that depend on those two, and deprecate them too.
2017-10-20 12:25:51 +00:00
Sunpoet Po-Chuan Hsieh
4532c505e9 Update to 2017.10.15 2017-10-16 17:46:39 +00:00
Sunpoet Po-Chuan Hsieh
16c931b9ac Update to 2017.10.08 2017-10-09 10:37:22 +00:00
Sunpoet Po-Chuan Hsieh
326ab605aa Update to 2017.10.01 2017-10-02 18:24:05 +00:00
Jochen Neumeister
dc374c2003 - Update to 4.8.2
- Changelog: https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/

Approved by:	mentors (implicit)
MFH:		2017Q3
2017-09-27 20:56:51 +00:00
Sunpoet Po-Chuan Hsieh
83b1dbdc07 Update to 2017.09.24 2017-09-25 15:11:51 +00:00
Sunpoet Po-Chuan Hsieh
8137bc1e70 Update to 2017.09.17 2017-09-18 17:49:03 +00:00
Tobias C. Berner
f3049c5ff7 Fix kde4-l10n packages after sysutils/filelight's update
I chose filelight-17.* as it contains its own localization,
which is good, as kde4-l10n is very outdated, and may not
match modern filelight anymore.

Unfortunately this lead to conflicts with the kde4-l10n.

So strip the filelight parts from kde4-l10n-*.

Reported by:	VVD (via IRC)
Reviewed by:	rakuco
Pointyhat to:	tcberner
Differential Revision:	https://reviews.freebsd.org/D12393
2017-09-16 16:52:48 +00:00
Sunpoet Po-Chuan Hsieh
203f58153d Update to 2017.09.10 2017-09-11 03:50:07 +00:00
Jung-uk Kim
832bbf2b3a Update to 5.3.6. 2017-09-05 18:37:49 +00:00
Dirk Meyer
cfbd1d3357 - re-add deleted port
- convert to UTF-8
- update to 20170802
2017-09-05 05:44:28 +00:00
Sunpoet Po-Chuan Hsieh
cc5de1d173 Update to 2017.09.03 2017-09-04 02:05:02 +00:00
Rene Ladan
54f629eb0e Remove expired ports:
2017-08-30 www/speedtest-mini: Discontinued upstream (on June 30, 2017)
2017-08-31 devel/rubygem-sequel3: Use devel/rubygem-sequel instead
2017-08-31 audio/tomahawk: Project is dead upstream.
2017-08-31 mail/rubygem-larch: Unmaintained by upstream, no changes since 2013
2017-08-31 devel/rubygem-sidekiq4: Use devel/rubygem-sidekiq instead
2017-08-31 devel/rubygem-webpacker1-rails5: Use devel/rubygem-webpacker-rails5 instead
2017-08-31 devel/rubygem-sidekiq-cron04: Use devel/rubygem-sidekiq-cron instead
2017-09-01 www/py-django19: Unsupported upstream
2017-09-01 mail/movemail: Out of date
2017-09-01 german/phone: Out of date
2017-09-01 ports-mgmt/fbsdmon: no longer maintained, web site it sends data to has been taken over by cybersquatters
2017-09-03 09:51:31 +00:00
Sunpoet Po-Chuan Hsieh
67548b7278 Update to 2017.08.27 2017-08-28 19:18:10 +00:00
Sunpoet Po-Chuan Hsieh
8f30f4a145 Update to 2017.08.20 2017-08-21 20:44:17 +00:00
Sunpoet Po-Chuan Hsieh
669ff1628c Update to 2017.08.13 2017-08-14 19:11:24 +00:00
Sunpoet Po-Chuan Hsieh
4fbc40cda3 Update to 2017.08.06 2017-08-07 18:51:33 +00:00
Jochen Neumeister
5551bd158c The distfiles were rerolled, accidentally, however
the contents are identical.

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11885
2017-08-06 08:04:24 +00:00
Jochen Neumeister
7fece091a7 - german/wordpress: Update from 4.8 to 4.8.1
- Changelog: https://codex.wordpress.org/Version_4.8.1#List_of_Files_Revised
- Unbreak: fetch fine with this Update

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11854
2017-08-04 14:17:51 +00:00
Jung-uk Kim
7bdf3e6167 Update to 5.3.5. 2017-08-03 16:32:13 +00:00
Sunpoet Po-Chuan Hsieh
5926167b9d Update to 2017.07.30 2017-07-31 15:49:36 +00:00