Commit graph

1713 commits

Author SHA1 Message Date
Mikhail Pchelin
786392cb23 - update from 3.13.0 to 3.14.0
Approved by:	jpaetzel (mentor)
2018-01-03 14:08:27 +00:00
Steve Wills
e0f1948e0f x11-fm/doublecmd: update to version 0.8.1
PR:		224736
Submitted by:	Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
2017-12-30 23:36:07 +00:00
Antoine Brodin
ddd8c8640e Change default version of samba from 4.4 to 4.6
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
2017-12-23 07:03:21 +00:00
Antoine Brodin
a8cc35a10e - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-12 12:40:15 +00:00
Antoine Brodin
577d26ee9a - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-11 21:48:32 +00:00
Antoine Brodin
a021c1b8c0 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-10 20:48:45 +00:00
Antoine Brodin
07faea058d Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +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
Dmitry Marakasov
75ab351c38 - Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2017-11-28 11:47:16 +00:00
Jochen Neumeister
e00021e003 x11-fm/thunar: Update from 1.6.12 to 1.6.13
Changelog:
 - Handle cases when file watch is not supported
 - Missing Trash Translation String
 - Delete Thunar symlink on uninstall
 - Handle g_mem_is_system_malloc deprecation
 - Prefer local (file://) URIs than native ones (e.g. smb://)
 - Translation updates: Amharic, Arabic, Asturian, Bangla, Basque, Belarusian,
   Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
   Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom),
   Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew,
   Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian,
   Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Persian,
   Polish, Portuguese, Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian,
   Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu,
   Urdu (Pakistan), Uyghur, Vietnamese

PR:		223873
Submitted by:	duchateau.olivier@gmail.com
Approved by:	madpilot (for @xfce), rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D13257
2017-11-27 14:45:03 +00:00
Mikhail Pchelin
2789d8d963 - update from 3.12.0 to 3.13.0
Approved by:	jpaetzel (mentor)
2017-11-16 15:38:27 +00:00
Jimmy Olgeni
2fb9f25373 Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-11-01 13:10:35 +00:00
Jimmy Olgeni
831561cb0f x11-fm/pcmanfm{-qt}: whitespace cleanup. 2017-10-31 11:42:47 +00:00
Steve Wills
8a548a6a36 x11-fm/pcmanfmqt-l10n: Update to 0.12.0
PR:		223220
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2017-10-27 15:41:50 +00:00
Steve Wills
7dbd924295 x11-fm/pcmanfm-qt: Update to 0.12.0
PR:		223215
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2017-10-27 15:37:51 +00:00
Mikhail Pchelin
041b5d6bb3 - update from 3.11.0 to 3.12.0
Approved by:	jpaetzel (mentor)
2017-10-16 06:37:59 +00:00
Koop Mast
d49ac08021 * Add post-release patch that reverts the columns autosizing. It makes
file-list view not very usefull, when dealing with long file names and
  not fullscreen.
* While here drop, obsolete patch.

Submitted by:	Barbara Guida <barbara.freebsd@gmail.com>
Obtained from:	caja upstream
2017-10-15 21:49:24 +00:00
Koop Mast
2ab1cc5285 Minor MATE 1.18 update.
Apart from version updates, the highlights are:
 * fix orphaned file issues in atril/atril-lite.
 * Add licenses where required.
 * make sure the mime xml gets installed in mate-control-center.
 * regen the m-c-c patch, with make makepatch.
2017-10-14 20:51:48 +00:00
Mathieu Arnold
4da13b8f8e Remove WANT_GNOME and HAVE_GNOME.
Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
2017-10-12 15:57:51 +00:00
Guido Falsi
46d46ea695 Fix LICENCE usage with multiple licence.
This bug was exposed by r451432 change to bsd.licence.mk.

PR:		222855
Submitted by:	Robert Cina <transitive@gmail.com>
2017-10-07 22:48:08 +00:00
Raphael Kubo da Costa
1bae556a1c Bump PORTREVISION in ports depending on archivers/libzip.
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.

PR:		222638
2017-09-27 18:08:14 +00:00
Pietro Cerutti
b93867b234 x11-fm/filerunner: update to 17.04.01.19 2017-09-27 06:30:24 +00:00
Guido Falsi
50e80cba48 - Update deskutils/xfce4-tumbler to 0.2.0 [1]
- Update x11-fm/thunar 1.6.12 [2]
- Silence USES portlint warning [2]
- Regenerate patches [2]
- Add warning about COVER tunar plugin requiring manual
  configuration [1]

PR:		220805 [1], 220407 [2]
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2017-09-18 15:11:43 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Steve Wills
cdcf6a67a3 Bump PORTREVISION after recent poppler update 2017-08-24 13:45:13 +00:00
Mikhail Pchelin
e2a8287d48 - update from 3.9.0 to 3.11.0
Approved by:	jpaetzel (mentor)
2017-08-19 07:56:26 +00:00
Koop Mast
0a7668c133 Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro

* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper

Thanks to Eric Turgeon for submitting the bulk of this MATE update.

Obtained from:	gnome devel repo
2017-07-04 11:44:30 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Emanuel Haupt
b98443d2c1 - Fix various stage-qa warnings/errors by declaring missing dependencies
- Take maintainership

MFH:		2017Q2 (blanket)
2017-05-18 20:01:59 +00:00
Mikhail Pchelin
649b885d1e - update 3.8.5 to 3.9.0
Approved by:	jpaetzel (implicit)
2017-05-16 14:34:18 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Martin Wilke
1b81d1e1c8 - Fix shebangs
Submitted by:	Jochen Neumeister (via irc)
2017-04-24 12:58:02 +00:00
Martin Wilke
64627c7758 - Fix shebangs 2017-04-21 03:11:17 +00:00
Dmitry Marakasov
e2f84577d3 - Pet portlint
- Fix LICENSE
- Add LICENSE_FILE
- Don't install useless docs
- Regenerate patches
2017-04-10 11:35:44 +00:00
Dmitry Marakasov
02de440b4e - Add LICENSE
- Switch to options helpers
- Regenerate patches
2017-04-07 16:28:17 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Tobias C. Berner
1735bebfe5 Take maintainership of x11-fm/krusader2
Approved by:	rakuco (mentor)
2017-03-29 18:09:07 +00:00
Antoine Brodin
8fb879105d Switch default version of samba from 4.3 to 4.4
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D10131
2017-03-25 23:37:05 +00:00
Antoine Brodin
7cfe69b584 - Add USES=samba to handle dependency on samba
Valid ARGS:  build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D8919
2017-03-21 21:59:31 +00:00
Rene Ladan
c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00
Danilo Egea Gondolfo
e162ccc489 - Update to 1.6.3 2017-03-02 00:04:05 +00:00
Jose Alonso Cardenas Marquez
9054e0ce09 - Bump PORTREVISION. Lazarus was update to 1.6.4 2017-03-01 17:52:56 +00:00
Jose Alonso Cardenas Marquez
96f0aefefd - Bump PORTREVISION. Freepascal was updated 2017-02-26 17:57:38 +00:00
Tobias Kortkamp
b82f7b3f5b Update to 0.7.8
Changes:	http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=49
PR:		217327
Submitted by:	Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9795
2017-02-25 11:34:53 +00:00
Olivier Duchateau
9832115197 - Update to 1.6.11
- Adjust dependencies (reported by QA script)
- Remove unneeded patches
2017-02-15 15:56:06 +00:00
Vanilla I. Shu
63005f3ba6 Update to 0.20.7. 2017-01-31 08:40:22 +00:00
Rene Ladan
e132ea6fc3 Reset mva@'s ports, he handed in his ports bit. 2017-01-22 22:27:54 +00:00
Rene Ladan
ef0a315d08 Reset sanpei@'s ports after 18 months of inactivity. 2017-01-22 22:02:25 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Olivier Duchateau
e09269fa0d Add new mirror, it avoids to change value of MASTER_SITES in LXQt related ports 2017-01-15 12:02:29 +00:00