Commit Graph

416885 Commits

Author SHA1 Message Date
Martin Wilke
8129a8cb21 - Update to 2.7.3
PR:		218796
Submitted by:	maintainer
2017-04-24 12:20:00 +00:00
Koop Mast
dc450dbd54 Add back DEBUG option that got lost in the 3.22.12 update.
Also add comment, so I don't accidently break it later.

Reported by:	jbeich@
2017-04-24 11:19:42 +00:00
Kubilay Kocak
6d6b0de9d7 security/py-passlib: Update to 1.7.1
- Update PORTVERSION and distinfo checksum (1.7.1)
- Add supported Python version(s) comment
- Sort USE_PYTHON values


  https://passlib.readthedocs.io/en/stable/history/1.7.html

Requested by:	Ivan S. (via email)
2017-04-24 11:12:46 +00:00
Dirk Meyer
95db762bb5 - fix broken location of fdm.conf
- fix path in MANUAL
- take maintainership
2017-04-24 10:52:49 +00:00
Pietro Cerutti
d2e2b7c24b www/sabredav: update to 3.2.2
Release notes: https://github.com/fruux/sabre-dav/releases

PR:		218465
Submitted by:	gahr
Approved by:	meyser@xenet.de (maintainer)
2017-04-24 10:49:37 +00:00
Mathieu Arnold
a78ec8def0 and make validate for something I did not do.
Pointy hat:	acm
Sponsored by:	Absolight
2017-04-24 10:40:58 +00:00
Mathieu Arnold
3aac5c11cb I'm stupid.
Pointy hat:	mat
Sponsored by:	Absolight
2017-04-24 10:37:24 +00:00
Mathieu Arnold
0bc6ddf683 This was fixed a while ago.
Sponsored by:	Absolight
2017-04-24 10:26:59 +00:00
Mathieu Arnold
b9c2d4f028 Update to latest snapshot.
Sponsored by:	Absolight
2017-04-24 10:26:55 +00:00
Mathieu Arnold
8af6b50cba Update to v5.25.12-26-g63e6b12.
Changes:	https://github.com/Perl/perl5/compare/v5.25.11-59-g7335cb8...v5.25.12-26-g63e6b12
Sponsored by:	Absolight
2017-04-24 10:26:50 +00:00
Dmitry Marakasov
8bf3efb0cd - Update WWW
Approved by:	portmgr blanket
2017-04-24 09:05:09 +00:00
Alexey Dokuchaev
c69ae5b9d2 databases/libcouchbase: tentatively attempt to unbreak parallel builds.
The problem was not immediately obvious to me: after eliminating dtrace(1)
output filename clash and forcibly serializing two normally concurrent in
parallel mode linking stages, the problem did not go away.  In fact, while
the port was building seemingly fine in a single-thread (unsafe) mode, the
messages "No probe sites found for declared provider" were still sometimes
present in the log, as well as "target object (...) already exists. Please
remove the target object and rebuild all the source objects if you wish to
run the DTrace".

Running dtrace(1) via truss(1) revealed something odd: it was opening the
substrate object files in read-write mode!  Further tests and studying its
code (/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c;
see process_obj() and dt_modtext() functions) had confirmed that it is not
idempotent, and under certain circumstances would actually modify object
files passed to it.

Address the problem in the following ways: 1) append PID number to the
output file name to reduce the chances of clash; 2) most importantly, copy
the object files to a temporary location before allowing dtrace(1) to mess
with them.

This is rather ugly and far from robust solution; however, even that the
port does not break in single-thread build mode for some reason, dtrace(1)
rightfully generates errors (ir)regardless.  Ultimately, I'd rather see
dtrace(1) fixed properly instead so this work-around could be dropped.
2017-04-24 08:50:21 +00:00
Wen Heping
28621dd53a - Update to 0.33
Changes: http://cpansearch.perl.org/src/HAARG/Class-C3-0.33/Changes
2017-04-24 08:45:35 +00:00
Emanuel Haupt
2d608bedf3 Release maintainership 2017-04-24 08:31:48 +00:00
Wen Heping
f9f83357db - Update to 0.2.0 2017-04-24 08:25:06 +00:00
Li-Wen Hsu
bba7268fc5 - Update to 2.56 2017-04-24 07:43:07 +00:00
Larry Rosenman
9377ac3ac3 sysutils/lsof: upgrade to 4.90K, integrate our local patch upstream
Obtained from:	Vic Abell <vabell@lsof.comcastbiz.net>
Differential Revision:	https://reviews.freebsd.org/D10474
2017-04-23 23:08:33 +00:00
Larry Rosenman
8b70b71baf Remove http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ as it
hasn't been updated since 2012.

Approved by:	adamw (mentor), rene (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D10473
2017-04-23 21:28:40 +00:00
Martin Wilke
38e0c39859 - Remove SEM option by making it always avalible
Since FreeBSD 8.x EOL in 2015-08-01 the option doesn't have any value beyond
footshooting[1]. sem_open() and sem_init(pshared=1) always work FreeBSD 9.0
or later after base r201546.

[1] https://lists.freebsd.org/pipermail/freebsd-ports/2017-April/108116.html

PR:		218641
Reported by:	jbeich
Exp-run:        antoine
MFH:		2017Q2
Differential Revision:	https://reviews.freebsd.org/D10446
2017-04-23 21:16:47 +00:00
Thomas Zander
600bc36b0c Update to upstream release 11.0.0
MFH:		2017Q2
2017-04-23 21:14:38 +00:00
Antoine Brodin
8afa795458 Unbreak: shebangfix the target of the symlink instead of the symlink 2017-04-23 20:19:08 +00:00
Tobias C. Berner
af2ad65876 Update devel/qtcreator to 4.2.2
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10468
2017-04-23 20:17:24 +00:00
Tobias C. Berner
fb7a3d91b2 www/otter-browser: Add upstream patch for hunspell detection.
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10467
2017-04-23 20:13:36 +00:00
Marius Strobl
1aec207a3a - Fix build on armv6 and mips and most likely also on aarc64 and mips64. [1]
- Let's see whether specifying USE_CXXSTD=c++11 stops the flood of pkg-fallout
  SPAM regarding gcdmaster caused by the update of devel/libsigc++20 to 2.10.0
  in r437480.

PR:		217074 [1]
Submitted by:	mmel (partially) [1]
2017-04-23 18:22:01 +00:00
Sunpoet Po-Chuan Hsieh
c1c26700f6 Remove NLS from OPTIONS_DEFAULT
NLS will be added by Mk/bsd.options.mk.

Approved by:	portmgr (blanket)
2017-04-23 17:11:37 +00:00
Sunpoet Po-Chuan Hsieh
7776d99fbf Change RUN_DEPENDS
- Use rubygem-omniauth13 (~> 1.3.2)
- Use rubygem-omniauth-github11 (~> 1.1.1)
- Bump PORTREVISION for dependency change
2017-04-23 17:10:30 +00:00
Sunpoet Po-Chuan Hsieh
f3e3d65c71 Update to 1.2.3
Changes:	https://github.com/intridea/omniauth-github/releases
2017-04-23 17:10:26 +00:00
Sunpoet Po-Chuan Hsieh
7539862db6 Add rubygem-omniauth-github11 1.1.2 (copied from rubygem-omniauth-github)
- Add PORTSCOUT
2017-04-23 17:10:21 +00:00
Sunpoet Po-Chuan Hsieh
fbc0806031 Update to 1.6.1
- Update WWW

Changes:	https://github.com/omniauth/omniauth/commits/master
2017-04-23 17:10:16 +00:00
Sunpoet Po-Chuan Hsieh
c4c3373504 Add rubygem-omniauth13 1.3.2 (copied from rubygem-omniauth)
- Add PORTSCOUT
2017-04-23 17:10:11 +00:00
Sunpoet Po-Chuan Hsieh
977cebab9c Update to 1.9.6
Changes:	https://github.com/fphilipe/premailer-rails/blob/master/CHANGELOG.md
2017-04-23 17:10:06 +00:00
Sunpoet Po-Chuan Hsieh
8f9938dde7 Update to 0.5.3
Changes:	https://github.com/monora/rgl/blob/master/ChangeLog
2017-04-23 17:10:01 +00:00
Sunpoet Po-Chuan Hsieh
f82505f0e3 Update to 0.51
- Add LICENSE
- Fix *_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Tk-Getopt/Changes
2017-04-23 17:09:56 +00:00
Sunpoet Po-Chuan Hsieh
0d4dc86307 Update to 0.9918
Changes:	http://search.cpan.org/dist/version/CHANGES
2017-04-23 17:09:51 +00:00
Sunpoet Po-Chuan Hsieh
4c6bbd9824 Update to 1.31
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Test-CheckManifest/Changes
2017-04-23 17:09:46 +00:00
Sunpoet Po-Chuan Hsieh
1e45ca38d9 Update to 0.23
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2017-04-23 17:09:41 +00:00
Sunpoet Po-Chuan Hsieh
249ffb7f9f Use CFLAGS instead of CPPFLAGS
- Bump PORTREVISION for package change

PR:		218784
Submitted by:	lx
2017-04-23 17:09:21 +00:00
Sunpoet Po-Chuan Hsieh
866c0f4e95 Update to 1.4.14
Changes:	http://www.zenphoto.org/news/
PR:		218826
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
MFH:		2017Q2
2017-04-23 17:08:43 +00:00
Sunpoet Po-Chuan Hsieh
f4301f74a7 Update to 20170423
Changes:	https://github.com/pciutils/pciids/commits/master
2017-04-23 17:08:38 +00:00
Larry Rosenman
fafc9c1a1e Update net-mgmt/prometheus to 1.6.1, add version info
Removed STRIP=, as since go 1.6 stripping go binaries doesn't break them.

Details of changes in this release are available here:
https://github.com/prometheus/prometheus/releases/tag/v1.6.1

PR:		218737
Submitted by:	ports@ecadlabs.com (maintainer)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D10423
2017-04-23 16:54:28 +00:00
Larry Rosenman
3b98fd5180 sysutils/lsof: upgrade to 4.90J: fix nullfs in FreeBSD 11+
Submitted by:	"Jamie Landeg-Jones" <jamie@catflap.org>
Obtained from:	 Vic Abell <vabell@lsof.comcastbiz.net> (author)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D10465
2017-04-23 16:51:04 +00:00
Ruslan Makhmatkhanov
7526cf1224 textproc/py-chardet: update to 3.0.2; use upstream tests 2017-04-23 16:17:12 +00:00
Ruslan Makhmatkhanov
589c4c595f security/sqlmap: update to 1.1.4 2017-04-23 16:15:55 +00:00
Ruslan Makhmatkhanov
0bab0ae3c0 devel/py-pyro: update to 4.59 2017-04-23 16:15:15 +00:00
Ruslan Makhmatkhanov
185cc860e0 www/py-django-guardian: update to 1.4.8 2017-04-23 16:14:44 +00:00
Ruslan Makhmatkhanov
4d62fd203b www/py-flask: update to 0.12.1 2017-04-23 16:14:07 +00:00
Ruslan Makhmatkhanov
da45ebd2cb www/py-django-bitfield: update to 1.9.2 2017-04-23 16:11:42 +00:00
Jan Beich
e3dc70252c security/nss: update to 3.30.2
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.30.2_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_30_2_RTM
MFH:		2017Q2
2017-04-23 16:11:22 +00:00
Ruslan Makhmatkhanov
35edbc0aab devel/py-typing: update to 3.6.1 2017-04-23 16:11:13 +00:00
Ruslan Makhmatkhanov
28b6aff068 net/py-ldap3: update to 2.2.2 2017-04-23 16:10:32 +00:00