Commit graph

6458 commits

Author SHA1 Message Date
Danilo Egea Gondolfo
d2f2ddceb2 - Update to 17.1.20180625 2018-07-05 15:23:15 +00:00
Vanilla I. Shu
d9603f233d Add chart 3.0.0, CLI tool to create quick plots.
PR:		229160
Submitted by:	mail@dbalan.in
2018-07-02 10:52:33 +00:00
Mark Linimon
73a85a1a6b Reset maintainer: <kaeru@inigo-tech.com> Recipient not found. 2018-07-01 09:32:03 +00:00
Carlos J. Puga Medina
692d77904d deskutils/gnome-screenshot: Update to 3.22.0
- Add LICENSE and LICENSE_FILE
- Register missing dependencies
- Switch to USES=localbase framework
- Add NLS option
- Add INTEL_FIX option to fix garbled screenshot when 3D hardware acceleration is enabled via x11-drivers/xf86-video-intel port
- Provide more elaborate port description and add WWW line in pkg-descr

Changelog: https://gitlab.gnome.org/GNOME/gnome-screenshot/blob/master/NEWS

PR:		229061
Submitted by:	cpm
Reviewed by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	gnome (maintainer timeout, 2 weeks)
2018-06-30 18:47:32 +00:00
Gleb Popov
98ae1eaf36 lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc

In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:

# pkg install -y `cat ghc-pkgs.txt`

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Kurt Jaeger
b821caf485 deskutils/gucharmap: update 9.0.4 -> 11.0.1, remove NLS option
- Update to Unicode 11.0.0

PR:		220597
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>,
Reported by:	vas@mpeks.tomsk.su
Reviewed by:	w.schwarzenfeld@utanet.at, Chris Hutchinson <portmaster@bsdforge.com>
Relnotes:	https://gitlab.gnome.org/GNOME/gucharmap/commits/master
2018-06-29 12:37:25 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Danilo Egea Gondolfo
99de81c185 - Fix LICENSE. This port uses multiple types of GNU licenses. 2018-06-26 03:15:18 +00:00
Mathieu Arnold
41619aec33 s/FLAVOR/PY_FLAVOR/
Sponsored by:	Absolight
2018-06-25 22:00:36 +00:00
Danilo Egea Gondolfo
eb2fcf471f Add new port: deskutils/synapse
Synapse is a semantic launcher written in Vala that you can use to
start applications as well as find and access relevant documents
and files by making use of the Zeitgeist engine.
2018-06-24 21:22:10 +00:00
Danilo Egea Gondolfo
0d12f1c5d4 - Update to 0.50.3
PR:		227981
Submitted by:	danilo
Approved by:	maintainer timeout (gnome, 1 month)
2018-06-22 17:18:45 +00:00
Steve Wills
6d8e473417 deskutils/timewarrior: update to 1.1.1
PR:		229216
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu>
2018-06-22 14:39:31 +00:00
Kurt Jaeger
172f9c6b96 New port: deskutils/mat
MAT (Metadata Anonymisation Toolkit) is a toolbox composed of a GUI
application, a CLI application and a library, to anonymize/remove
metadata.

WWW: https://mat.boum.org

PR:		226702
Submitted by:	greg@unrelenting.technology
2018-06-21 20:23:41 +00:00
Tobias C. Berner
835b3e594a deskutils/py-khal update to version 0.9.9
Submitted by:	lebarondemerde@privacychain.ch (maintainer)
Differential Revision:	https://reviews.freebsd.org/D15873
2018-06-21 17:40:09 +00:00
Steve Wills
5660b7912f deskutils/fet: update to 5.36.0
PR:		229199
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2018-06-21 17:26:10 +00:00
Tobias C. Berner
60539b7275 multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
2018-06-21 16:52:09 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Mathieu Arnold
c2d39f0486 Correctly depend on those Python ports.
- py-qt have their framework
- depending on a single file breaks with multiple flavors.

Sponsored by:	Absolight
2018-06-20 16:59:31 +00:00
Steve Wills
50b9ab0358 deskutils/syncthing-gtk: update to 0.9.4 2018-06-19 19:47:03 +00:00
Mark Linimon
89626e215e Reset maintainer: email bounces. 2018-06-18 04:16:19 +00:00
Mark Linimon
836c2938d1 Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 03:49:09 +00:00
Guido Falsi
d050d62506 Update calibre to 3.26.1 2018-06-15 16:07:26 +00:00
Steve Wills
edf405ca6d deskutils/spice-gtk: update to 0.35
PR:		229032
Submitted by:	xxjack12xx@gmail.com (maintainer)
2018-06-15 03:44:17 +00:00
Tobias Kortkamp
8c665a63fe Mark net/p5-ZConf and related ports as deprecated
ZConf is unmaintained with glaring issues in bits of it and the
developer did not have time to properly address them in over 8
years.

PR:		223471
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer and upstream developer)
2018-06-14 17:13:01 +00:00
Tijl Coosemans
c14e4f5f73 Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-06-14 12:47:58 +00:00
Tobias C. Berner
880f6c87cc Update KDE Applications to 18.04.2 2018-06-10 10:39:35 +00:00
Christoph Moench-Tegeder
ad66158cb8 unbreak deskutils/gucharmap after update of textproc/UCD
gen-guch-unicode-tables.pl generated a unicode-versions.h file with
all unicode versions found in UCD's DerivedAge.txt file - regardless
of wether gucharmap itself supports that unicode version. This makes
sure that codepoints with a higer unicode version than supported are
skipped.

PR:		228830
Approved by:	maintainer (pi)
2018-06-09 12:50:08 +00:00
Mark Linimon
9fa05cbab2 Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.

While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).

Tested on both powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-02 19:40:59 +00:00
Steve Wills
872f3a261b deskutils/freeplane: update to 1.6.15
PR:		228649
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2018-06-01 22:02:21 +00:00
Guido Falsi
5c5e3d27f7 Update calibre to 3.25.0 2018-06-01 20:54:37 +00:00
Danilo Egea Gondolfo
adfe4d4cd6 - Update to 17.1.20180523 2018-06-01 13:20:21 +00:00
Joseph Mingrone
107b408c31 USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
2018-05-31 01:18:05 +00:00
Antoine Brodin
dfd8778c43 - nemo-extensions is not compatible with python3
- fix build with DEFAULT_VERSIONS=python=3.x
2018-05-28 14:53:13 +00:00
Guido Falsi
e8d86f3931 Update calibre to 3.24.2 2018-05-28 08:47:13 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Guido Falsi
e77c37b149 Update calibre to 3.24.1 2018-05-26 14:24:23 +00:00
Guido Falsi
1049990556 Update calibre to 3.24.0 2018-05-26 07:13:09 +00:00
Tobias C. Berner
fff1aa535b Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest

Thanks a lot to arrowd for doing all the heavy lifting :)

PR:		227968
Exp-run by:	antoine
Submitted by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D15005
2018-05-25 21:44:12 +00:00
Dmitry Marakasov
7a2d754ffb - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-05-25 09:34:14 +00:00
Steve Wills
90c56b178d deskutils/gnome-maps: add missing net/gfbgraph dependency
PR:		215300
Reported by:	vermaden@interia.pl
Approved by:	maintainer timeout (gnome@FreeBSD.org, >1 month)
2018-05-24 16:55:59 +00:00
Dmitry Marakasov
6707b32255 - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-05-23 09:34:15 +00:00
Mathieu Arnold
8dcaabcd6e Add PY_FLAVOR to Python module dependencies.
Sponsored by:	Absolight
2018-05-22 13:15:13 +00:00
Fernando Apesteguía
bf57aee685 Fix deskutils/note dependencies for crypto options
PR:	228208
Submitted by:	lebarondemerde@privacychain.ch (maintainer)
Approved by:	tcberner (mentor)
MFH:	2014Q2
Differential Revision:	https://reviews.freebsd.org/D15457
2018-05-18 13:07:22 +00:00
Dmitry Marakasov
85ebb03ba9 - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-05-18 09:34:08 +00:00
Tobias Kortkamp
8fe0446f15 */lumina-*: Unbreak I18N options
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: share/lumina-desktop/i18n/l-screenshot_af.qm
Error: Missing: share/lumina-desktop/i18n/l-screenshot_ar.qm
Error: Missing: share/lumina-desktop/i18n/l-screenshot_az.qm
...

- Add missing USE_QT5=printsupport to lumina-textedit

PR:		224860
Submitted by:	tobik
Approved by:	jt@ixsystems.com (maintainer), araujo
2018-05-18 07:42:09 +00:00
Dmitry Marakasov
54b4030096 - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-05-14 09:34:05 +00:00
Tobias C. Berner
45779b5828 Fix desktuils/kdepim dependencies
* Add missing dependency on PIM applications.

Reported by:	starikarp@yandex.com
2018-05-14 05:36:47 +00:00
Tobias C. Berner
74fcc5aebb Update KDE Applications to 18.04.1 2018-05-11 06:09:39 +00:00
Guido Falsi
b8ac85e7d6 - Fix build when NLS is disabled by adding back required extra patch
- While here, convert port to USES=localbase

PR:		227326
Submitted by:	guyyur@gmail.com
Approved by:	portmgr blanket, Maintainer timeout
2018-05-09 10:49:03 +00:00