Commit graph

433578 commits

Author SHA1 Message Date
Dmitry Marakasov
a0805c0e13 - Fix more shebangs
Approved by:	portmgr blanket
2017-12-21 17:21:14 +00:00
Tobias Kortkamp
b6c5c27475 www/py-pyocclient: Update to 0.4
- Allow build for Python 3.x

PR:		224068
Submitted by:	lbdm@privacychain.ch
Approved by:	che@bein.link (maintainer timeout, 2 weeks)
2017-12-21 16:07:07 +00:00
Tobias Kortkamp
a3c2a49fbf editors/dte: Update to 1.6
- Add post-install-DOCS-on target

Changes:	https://github.com/craigbarnes/dte/releases/tag/v1.6
PR:		224501
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2017-12-21 15:47:10 +00:00
Sean Bruno
f08474e222 net/intel-ixl-kmod: Update to 1.9.5
Submitted by:	 kozlov.sergey.404@gmail.com
Sponsored by:	Intel Corporation
Differential Revision:	https://reviews.freebsd.org/D13491
2017-12-21 15:35:30 +00:00
Palle Girgensohn
36cf9dc687 Update to latest version 2017-12-21 14:08:45 +00:00
Danilo G. Baio
e4f061a138 sysutils/smenu: Update to 0.9.10
Using ncurses from ports, smenu needs a newer version
of ncurses to work properly.

Changes:	b3564338dd
2017-12-21 14:00:27 +00:00
Danilo G. Baio
52806166ad textproc/pear-File_MARC: Update to 1.2.0
Changes:	https://pear.php.net/package/File_MARC/download/1.2.0
2017-12-21 13:41:20 +00:00
Dmitry Marakasov
273db182a9 Report (in q/a) and fix (in shebangfix) python[23] shebangs
Currently, only python shebangs (e.g. /bin/python, /usr/local/bin/python,
/usr/bin/env python etc.) are reported by stage Q/A and fixed by
USES=shebangfix. We need to do the same for python[23] as well.

Before the problem was not noticeable since many ports had e.g.
USES=python:2, which added a dependency on python2 metaport, however
that's going to switch to USES=python:2.7, and neither it, nor more
widely used USES=python adds a dependency on metaports, so there's
very high probability that python[23] links are not available.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D13571
2017-12-21 13:27:51 +00:00
Vanilla I. Shu
413de5f3e1 Update to 0.16.1. 2017-12-21 13:21:13 +00:00
Vanilla I. Shu
ee4d64a8df Update to 1.8.2. 2017-12-21 13:11:46 +00:00
Wen Heping
7e853aa016 - Update to 1.0.1
PR:		224386
Submitted by:	jjachuf@gmail.com(maintainer)
2017-12-21 13:04:09 +00:00
Thomas Zander
de8c6fccb6 Update to recent snapshot (as of 20171220) 2017-12-21 12:31:30 +00:00
Wen Heping
640f9e399f - Update to 2.19
Changes: http://search.cpan.org/src/MARKOV/MailTools-2.19/ChangeLog

PR:		223483
Submitted by:	svysh.fbsd@gmail.com
Approved by:	maintainer(timeout, > 40 days)
2017-12-21 12:09:48 +00:00
Wen Heping
bd7fbe41bb - Update to 0.7.4 2017-12-21 10:55:13 +00:00
Mark Linimon
bc6d0887a0 Try to bring some consistency to ports that have x86-specific pieces.
- in general, if we think that the code is not architecture-specific,
   and instead just enables x86 assembler by default, those should
   use BROKEN rather than IGNORE.  This will allow them to be attempted
   with TRYBROKEN.
 - spell i386 as x86.
 - spell asm as assembler.
 - pet portlint.

These changes should have no effect on tier-1 builds.

Approved by:	portmgr (tier-2 blanket)
2017-12-21 10:23:19 +00:00
Mark Linimon
ad371d6d2f Use a more modern way of distinguishing "big-endian platforms".
This will attempt builds on arm platforms on the cluster.

Approved by:	portmgr (tier-2 blanket)
2017-12-21 09:31:25 +00:00
Baptiste Daroussin
b1b7d0d33d Remove useless MASTER_SITES entries 2017-12-21 09:14:45 +00:00
Stefan Eßer
5d83816bc6 Update to version 3.18, which already contains all patches required for the
previous version.

Approved by:    antoine (implicit)
2017-12-21 09:11:48 +00:00
Mark Linimon
e31b44bf6d Pet portlint and canonicalize error message. 2017-12-21 09:07:44 +00:00
Dmitry Marakasov
e4e666ef51 - Pet portlint
- Add LICENSE
- Cosmetic fixes
- Unsilence installation commands

Approved by:	portmgr blanket
2017-12-21 09:00:38 +00:00
Dmitry Marakasov
3028b125ee - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2017-12-21 09:00:35 +00:00
Mark Linimon
68089d37b7 Use the modern spellings of 'arm' to attempt to build these on the cluster.
Approved by:	portmgr (tier-2 blanket)
2017-12-21 08:59:33 +00:00
Mark Linimon
592c5f7a6f The ARCH value of 'arm' is only for arm v4/v5 which are antique. Let's
try to let it build on aarch64 instead.

Approved by:	portmgr (tier-2 blanket)
2017-12-21 08:54:58 +00:00
Mark Linimon
e833b0b1f2 Mastersite disappeared. Forgotten in previous commit. 2017-12-21 08:44:38 +00:00
Mark Linimon
e3dd6fffb0 Mark deprecated: mastersite disappeared. 2017-12-21 08:42:55 +00:00
Stefan Eßer
aa82bf23b9 Patch package version into the port and install man-page with patched path
for non-standard LOCALBASE. The port used to patch the man-page, but then
installed the unpatched version.

Approved by:	antoine (implicit)
2017-12-21 08:25:55 +00:00
Thomas Zander
0bb170f47f Update to upstream version 0.20.13
Details:
- Update to upstream version 0.20.13
- Fix dependency issue in the (admittedly rare) case of selecting
  OPUS but none of the other codecs supporting the ogg container forrmat
- Update the NOTE section of pkg-message.in to mention mobile devices
  as clients for mpd as well as a couple of additional clients in the
  ports tree
2017-12-21 08:11:34 +00:00
Bernard Spil
cee4e99c92 www/mod_md-devel: Update to 1.1.4
- Feature update (logging)
2017-12-21 07:41:47 +00:00
Bernard Spil
0f4555f176 security/libressl-devel: Bugfix update to 2.6.4
- Fixes (No-)TLS with broken smtp clients

MFH:		2017Q4
2017-12-21 07:16:33 +00:00
Bernard Spil
c26fa42792 security/libressl: Bugfix update to 2.6.4
- Fixes (No-)TLS with broken smtp clients

MFH:		2017Q4
2017-12-21 07:07:23 +00:00
Akinori MUSHA
966126cd08 Unbreak unnethack
Submitted by:	adridg
Differential Revision:	D13553
2017-12-21 05:58:15 +00:00
Gordon Tetlow
3e58529d19 Update devel/p4d and devel/p4p to 2016.1/1598719 due to micropatching.
MFH:		2017Q4 (blanket)
2017-12-21 04:07:29 +00:00
Wen Heping
3aec5c0c8b - Update to 3.0.2.0 2017-12-21 03:22:17 +00:00
Yuri Victorovich
2da5af0b6b multimedia/webcamoid: Added the missing runtime dependency on qt5-quickcontrols
PR:		224493
Submitted by:	jbeich
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13565
2017-12-21 02:23:31 +00:00
Wen Heping
4402962287 - Update to 3.4.0 2017-12-21 01:53:59 +00:00
Wen Heping
67b3b1c8f4 - Update to 4.5.24
PR:		224411
Submitted by:	douglas@douglasthrift.net(maintainer)
2017-12-21 01:25:20 +00:00
Adam Weinberger
26554b315d Update gnupg to 2.2.4. Bump the libassuan requirement to 2.5.1.
* gpg: Change default preferences to prefer SHA512.

  * gpg: Print a warning when more than 150 MiB are encrypted using a
    cipher with 64 bit block size.

  * gpg: Print a warning if the MDC feature has not been used for a
    message.

  * gpg: Fix regular expression of domain addresses in trust
    signatures. [#2923]

  * agent: New option --auto-expand-secmem to help with high numbers
    of concurrent connections.  Requires libgcrypt 1.8.2 for having
    an effect.  [#3530]

  * dirmngr: Cache responses of WKD queries.

  * gpgconf: Add option --status-fd.

  * wks: Add commands --check and --remove-key to gpg-wks-server.

  * Increase the backlog parameter of the daemons to 64 and add
    option --listen-backlog.

  * New configure option --enable-run-gnupg-user-socket to first try a
    socket directory which is not removed by systemd at session end.
2017-12-21 01:16:14 +00:00
Yuri Victorovich
787a848e54 e-added port: science/PETSc: Suite of data structures and routines from Argonne National Laboratory (existed 2004/11/21-2014/09/01, deleted in r366959)
Replacing the identical version committed by me as a new port in r456696.
The old math/petsc port also had a slave port math/petsc-mpich that has also been deleted.

Original differential revision is https://reviews.freebsd.org/D13527

Submitted by:	myself
Reported by:	thierry that math/petsc and math/petsc-mpich existed before
Approved by:	adamw (mentor)
2017-12-21 00:26:58 +00:00
Yuri Victorovich
ac7be60714 Deleting science/PETSc: The previously-deleted port math/petsc exists. It will be resurrected and this version will be committed with it. 2017-12-21 00:20:01 +00:00
Jason E. Hale
586ff04921 Update to 2.5.1
PR:		224489
Submitted by:	adamw
2017-12-20 23:57:50 +00:00
Tobias Kortkamp
a196af646f multimedia/mythtv{,-frontend}: Revert placebo version updates
In r440321 and r440322 PORTVERSION was bumped to 0.28.7/0.28.1, but
GH_TAGNAME was not updated.  Commit ad97d24 is tagged as v0.27.5 [1].

Reset version back to 0.27.5 and bump PORTEPOCH.

[1] https://github.com/MythTV/mythtv/releases/tag/v0.27.5

PR:		222219
Reported by:	robbak@gmail.com
Pointy hat:	miwi
2017-12-20 23:29:02 +00:00
Richard Gallamore
532f5187cb * Updated to 6.2.4
Affected ports:	www/py-seafdav www/py-seafobj www/seahub
Changes:	https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
2017-12-20 23:25:07 +00:00
Jan Beich
14a2b4080b devel/android-tools-{adb,fastboot}-devel: remove for being older than master port 2017-12-20 23:15:39 +00:00
Jan Beich
8662d962dd devel/android-tools-{adb,fastboot}: update to 8.1.0.r2
Changes:	https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r24..android-8.1.0_r2/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r24..android-8.1.0_r2/fastboot
2017-12-20 23:14:34 +00:00
Jan Beich
2bbbdb65fe www/py-flexget: update to 2.11.14
Changes:	https://github.com/Flexget/Flexget/compare/2.11.8...2.11.14
2017-12-20 23:14:12 +00:00
Jan Beich
2efe82ebef emulators/rpcs3: update to 0.0.4.178
Changes:	a1fa10ac...a08e79f4
2017-12-20 23:13:51 +00:00
Jan Beich
76a57a8e2a emulators/citra: update to s20171220
Changes:	4fd28e71...c143a5a3
2017-12-20 23:13:30 +00:00
Richard Gallamore
659723f46e * Updated to 6.1.4
Affected ports:	net-mgmt/ccnet-client net-mgmt/seafile-client net-mgmt/seafile-gui
Changes:	https://manual.seafile.com/changelog/client-changelog.html
2017-12-20 22:59:00 +00:00
Mark Linimon
5504cf8101 Mark as deprecated: broken more than six months.
Also, the former website has disappeared.  The newer version on
sourceforge is 1.3.1 as of 2014-06-09.
2017-12-20 22:27:25 +00:00
Mark Linimon
e5c8603bec Mark as x86-specific due to use of svgalib. 2017-12-20 22:10:52 +00:00