1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
Commit Graph

397192 Commits

Author SHA1 Message Date
Pawel Pekala
ccce4395c0 Update to version 1.5.7
Changelog: https://github.com/gottcode/focuswriter/compare/v1.5.6...v1.5.7

PR:		211180
Submitted by:	lightside (maintainer)
2016-07-18 19:06:16 +00:00
Jan Beich
8d9dd6a57e sysutils/fusefs-squashfuse: fix LICENSE
PR:		210645
Approved by:	portmgr blanket
2016-07-18 18:49:46 +00:00
Jan Beich
0def13ce1f sysutils/fusefs-squashfuse: add new port
PR:		210645
Submitted by:	jsmith@resonatingmedia.com

Squashfuse is a command line utility for mounting SquashFS archives
in user-space. It supports almost all features of the SquashFS format.

https://github.com/vasi/squashfuse
2016-07-18 18:46:27 +00:00
Jan Beich
a78b6c42d3 sysutils/*exfat*: update to 1.2.4
- Chase project move to GitHub
- Chase patent licensing URL [1]
- Restore GPLv2 after r328060 [2]
- Fix build on DragonFly
- Drop unused iconv dependency

PR:		199874, 210823
PR:		210162 [1]
Suggested by:	decke, tijl [2] (via bug 193629)
Approved by:	maintainer timeout (2 weeks)
MFH:		2016Q3
2016-07-18 18:29:59 +00:00
Ed Maste
c3756a6968 chinese/phpbb-tw: fix hostname in pkg-message for reproducible builds
As with r417677 for sysutils/3dm, avoid %%HOSTNAME%% in the pkg-message.
The host on which the port/package is installed is relevant, not that on
which it was built.

Approved by:	swills
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D7234
2016-07-18 18:01:58 +00:00
Guido Falsi
c70107337d FreeBSD's regexec() libc function is more restrictive than the linux
one and will not accept an empty expression.

Add patch (from PR) to fix this problem.

PR:		211187
Submitted by:	Dmitry Vagin <daemon.hammer at ya.ru>
2016-07-18 18:01:29 +00:00
Julien Laffaye
4d6a906c0f Update to 1.6.3
Security:	CVE-2016-5386
2016-07-18 17:57:05 +00:00
Kurt Jaeger
092eb2efb7 www/nextcloud: 9.0.51 -> 9.0.52
PR:		211007
Changes:	https://nextcloud.com/nextcloud-9-update-brings-security-open-source-enterprise-capabilities-and-support-subscription-ios-app/
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	Loic Blot <loic.blot@unix-experience.fr>
2016-07-18 17:36:44 +00:00
Bryan Drewery
7bf4bba509 Fix CVE-2016-0772 entry to not blame only Python 2.7 2016-07-18 17:36:43 +00:00
Carlos J. Puga Medina
98138fbae0 - Update to 2.3
- Remove unneeded patch

Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Differential Revision:	D7233
2016-07-18 17:26:10 +00:00
Dmitry Marakasov
e849e6dfce - Fix FreeBSD version requirement (only builds on 10.3+, requires futimens(2))
Reported by:	pkg-fallout
Approved by:	portmgr blanket
2016-07-18 17:23:45 +00:00
Kurt Jaeger
839f75e8be net/mDNSResponder: fix build on 9.3-RELEASE
- older lex/flex needs yylineno

PR:		210723
MFH:		2016Q3
Reported by:	Ryan Frederick <ryanrfrederick@gmail.com>
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by:	sunpoet (maintainer timeout)
2016-07-18 17:16:23 +00:00
Dmitry Marakasov
6dc0f75690 - Mark BROKEN: does not fetch
tux.org does not resolve, apache.uasw.edu gives 404

Reported by:	pkg-fallout
2016-07-18 17:09:35 +00:00
Dmitry Marakasov
1379ad389e - Fix build
- While here, add LICENSE

PR:		211026
Submitted by:	sunghyuk@gmail.com (maintainer)
2016-07-18 17:05:45 +00:00
Adam Weinberger
7e70215395 Update cgit to 1.0, and the included git to 2.9.2.
PR:		211200
Approved by:	maintainer (Kevin Zheng)
2016-07-18 17:03:40 +00:00
Dmitry Marakasov
43a8d5f5dd - Mark BROKEN: no suitable checksum found for rustc-1.9.0-x86_64-unknown-freebsd.tar.gz.
Reported by:	pkg-fallout
Approved by:	portmgr blanket
2016-07-18 17:02:46 +00:00
Mathieu Arnold
7b46a49633 Don't echo in post-install, use pkg-message. Also, don't "fix"
pkg-message in post-install, use SUB_FILES/SUB_LIST.

Sponsored by:	Absolight
2016-07-18 16:41:19 +00:00
Dmitry Marakasov
1aa2c6a6b7 - Mark BROKEN: does not fetch
Approved by:	portmgr blanket
2016-07-18 16:28:58 +00:00
Dmitry Marakasov
4d3c2d0122 - Mark BROKEN: does not fetch
Approved by:	portmgr blanket
2016-07-18 16:28:53 +00:00
Jan Beich
d909a2aafc Drop default target dependencies for do-test
Approved by:	portmgr-blanket
2016-07-18 16:15:14 +00:00
Jan Beich
c02ff86a83 Invoke pytest from within desired python version
When testing a port for a non-default python py.test may fail to find
dependencies for default version because they weren't built e.g.,

$ make test PYTHON_VERSION=python3.5 -C devel/py-apscheduler
[...]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 319, in _importconftest
    mod = conftestpath.pyimport()
  File "/usr/local/lib/python3.5/site-packages/py/_path/local.py", line 650, in pyimport
    __import__(modname)
  File "/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py", line 8, in <module>
    from apscheduler.job import Job
  File "/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/apscheduler/job.py", line 4, in <module>
    import six
ImportError: No module named 'six'
ERROR: could not load /usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py

Approved by:	portmgr blanket
2016-07-18 16:15:01 +00:00
Jan Beich
b4552dabef devel/py-apscheduler: fix python package version after r418353
>>> import apscheduler
>>> apscheduler.__version__
'0.0.0'

PR:		210980
Submitted by:	Andrej Ebert <andrej@ebert.su>
2016-07-18 16:14:45 +00:00
Dmitry Marakasov
9fad96f627 - Mark BROKEN: does not build:
crt0iz.c:31: error 226: no type specifier for 'stack'

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2016-07-18 15:52:00 +00:00
Adam Weinberger
537a8660d2 Update to 1.04. 2016-07-18 15:48:47 +00:00
Adam Weinberger
11aac59b28 Update to 7.5. While here, completely rewrite the Makefile. Use sed
instead of hard patches to minimize maintainership, and drastically
simplify the installation process. Add some OPTIONS to handle
dependencies on country lookups.

Previously, the path to the icons was being manually changed from
".../icon" to ".../icons". With this update, the port now installs
into the default location (.../icon). The awstatsicons alias will
need to be manually updated for existing installations; this is
explained in UPDATING.

Also, I am taking this port from the previous maintainer. It has
been over two years since he responded to a PR, and this is the
third in a row that has had no response. Under section 5.5 of the
PHB, I am considering this port to be abandoned. I'd like to thank
Alex for all the time that he did spend maintaining this port.

PR:		210821
Approved by:	maintainer timeout (2 weeks)
2016-07-18 15:26:42 +00:00
TAKATSU Tomonari
db77b6b018 - Update to 0.6 2016-07-18 14:52:11 +00:00
TAKATSU Tomonari
175b8119b1 - Update to 1.0.0
- Fix LICENSE section
2016-07-18 14:31:47 +00:00
Renato Botelho
f51dd7630b Update devel/git to 2.9.2
Sponsored by:	Rubicon Communications (Netgate)
2016-07-18 13:54:26 +00:00
Mathieu Arnold
50cfbaceb2 Cleanup USE_GITHUB usage.
Sponsored by:	Absolight
2016-07-18 13:39:17 +00:00
Thomas Zander
3f6dc171e9 Fix build with libc++ 3.8.0 2016-07-18 13:31:08 +00:00
Mathieu Arnold
c91da906e6 Update to 2.2.
PR:		211103
Reported by:	Iblis Lin
Sponsored by:	Absolight
2016-07-18 13:23:16 +00:00
Mathieu Arnold
76bcdcaac4 Update to v5.25.2-193-gef07b9e.
Changes:	https://github.com/Perl/perl5/compare/v5.25.2-92-g5bb5179...v5.25.2-193-gef07b9e
Sponsored by:	Absolight
2016-07-18 13:23:05 +00:00
Jimmy Olgeni
5b768496bd Update devel/erlang-ssl_verify_fun to version 1.1.1. 2016-07-18 12:37:19 +00:00
Torsten Zuehlsdorff
073e34c897 deskutils/cairo-dock-plugins: Drop maintainership
PR:           211118
Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer=
Approved by:  junovitch (mentor)
2016-07-18 12:26:08 +00:00
Torsten Zuehlsdorff
83e14feb7d deskutils/cairo-dock: Drop maintainership
PR:           211117
Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer=
Approved by:  junovitch (mentor)
2016-07-18 12:25:27 +00:00
TAKATSU Tomonari
47b83b62c4 - Update to 1.2.3 2016-07-18 12:05:52 +00:00
Ryan Steinmetz
2b61869364 - Update to 5.35 2016-07-18 11:38:46 +00:00
Jimmy Olgeni
efdb04c866 Update textproc/elixir-ex_doc to version 0.13.0. 2016-07-18 11:26:38 +00:00
Jimmy Olgeni
583bf1e2b4 Update devel/elixir-exrm to version 1.0.8. 2016-07-18 11:17:51 +00:00
Jimmy Olgeni
ca8e1f36fb Update www/elixir-phoenix_html to version 2.6.2. 2016-07-18 09:40:34 +00:00
Dmitry Marakasov
4cf1767953 - Switch to options helpers 2016-07-18 09:00:30 +00:00
Kevin Lo
88d26fc2a6 Update to 1.6.4 2016-07-18 06:46:05 +00:00
TAKATSU Tomonari
844273f750 - Update to 1.0.1 2016-07-18 06:24:54 +00:00
TAKATSU Tomonari
6a9503eac1 - Update to 0.3.2 2016-07-18 05:32:57 +00:00
Marcus von Appen
fd88f4241c - Update to version 1.6.7.2
- Fix x11 and opengl associations for the port
- Pass maintainership back to ports@ due to lack of time

PR:		205705
Submitted by:	Thibault Payet <monwarez@mailoo.org>
2016-07-18 05:25:03 +00:00
Gerald Pfeifer
aaaba48c0a Update to the 20160714 snapshot of GCC 6. 2016-07-18 04:24:34 +00:00
Li-Wen Hsu
e7b482bb79 - Update to 2.14 2016-07-18 03:17:17 +00:00
Vanilla I. Shu
c0210fb427 Update to 1.7.9. 2016-07-18 02:19:51 +00:00
Vanilla I. Shu
1dab2e92dc Update to 1.7.9. 2016-07-18 02:19:40 +00:00
Vanilla I. Shu
0908a72cfa Update to 1.4.10. 2016-07-18 02:10:34 +00:00