aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use USES=gnomesunpoet2017-05-011-2/+2
|
* Simplify conf file handlingsunpoet2017-05-011-15/+2
|
* Update to 20170430sunpoet2017-05-012-4/+4
| | | | Changes: http://invisible-island.net/byacc/CHANGES.html
* Update to 5.50 Beta 1 (5.5.3)sunpoet2017-05-018-55/+77
| | | | | - Convert to options target helper - Regenerate patch files with makepatch:
* security/py-cpe: Update to 1.2.1cpm2017-05-012-3/+10
| | | | | | | | - Update PORTVERSION and distinfo checksum (1.2.1) - Fix all test cases Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D10555
* - Update to latest git snapshot (0.1.20170329)ehaupt2017-05-013-5/+5
| | | | - Update WWW to reflect permanent redirect
* Update to 5.1.42matthew2017-05-012-4/+4
| | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-42.html
* Force the use of GCC 4.8 (strictly), since this port fails with newergerald2017-05-011-1/+1
| | | | | | | versions. PR: 217000 Requested by: cem (maintainer)
* Fix plist.thierry2017-05-012-31/+33
| | | | | PR: 218975 Submitted by: dbn
* Update to the 20170430 snapshot of GCC 8.gerald2017-05-012-4/+4
|
* Update to version 1.2pawel2017-05-013-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - Add pinstall, preinstall frontends to upgrade-ports script - Use ellipsis '...' to indicate time consuming operations - Clarify usage descriptions upgrade-ports: - backup self conflicting packages and use them to restore when upgrade fails - allow to remove conflicting package in install phase - show type of failure in upgrade summary when failed builds occur - improve conflicts handling - show removal reason in upgrade summary - check rebuilt ports for BROKEN and IGNORE flags - automatically change port name on move operation - implement option for only checking packages database for errors (-c) - improved MOVED entries tracking - don't offer recompilation of packages linked to libraries not found by system linker upgrade-base: - force sudo to preserve already set environment variables, this fixes PORTS_MODULES not being passed when user is non-root tbuilder: - improve detection of required option for library dependency - add profiles feature, it's files in $CONFIGDIR containing names of jails for use in one build test batch. pcommit: - print correct object type in file_add() function
* - Update WWWamdmi32017-05-011-1/+1
| | | | Approved by: portmgr blanket
* - Fix error in stage-qa [1]tota2017-05-011-2/+6
| | | | | | | - Fix IGNORE message to make portlint happy PR: 218967 [1] Submitted by: dbn@
* Replace USE_GCC=yes by a strict build dependency on lang/gcc sincegerald2017-05-011-2/+2
| | | | | | | | | | | | | only that guarantees that a binary (or actually symlink) named gcc is present which this ports apparently requires. USE_GCC=yes allows users to adjust the default version of GCC via Mk/bsd.defaults-versions.mk, and with the change coming via PR218330 lang/gcc5 is going to be used instead of the (nearly identical, for now) lang/gcc shortly. PR: 218475, 218330 Approved by: cem (maintainer)
* Remove Java support (both in terms of the JAVA option and everythinggerald2017-05-014-102/+11
| | | | | | | | | | | | | | associated with it as well as java from CATEGORIES). In addition to changes to Makefile, pkg-plist, and pkg-descr, this also removes files/java-patch-hier. GCC 4.9 was first released in summer 2014 and went end-of-life upstream a year ago, but GCC 5 is very well established by now and also provides support for Java (GCJ/libgcj), and so does GCC 6, and this simplifies this port significantly and also speeds up the build. While we are here, streamline the setting of INFO.
* devel/cdecl: upgrade to 3.1.1ler2017-05-012-5/+4
| | | | | | | | | | | Parallel builds Parallel builds were fixed. Manual page caveats Added additional caveats: qualified C++ data members or member functions are not supported. Approved by: adamw (mentor, implicit)
* Add some usage instructions to the top of the mfh script. In particular,adamw2017-05-011-0/+6
| | | | note that multiple revisions should appear chronologically.
* devel/cdecl: upgrade to new major version 3.1ler2017-05-015-150/+19
| | | | | | | | | | | | | | | | | | | | This version fixes virtually all the deficiencies in earlier versions as well as adds many new features, most notably: Using GNU Autotools for building. Command-line long-options. Distinguishes among K&R C, C89, C95, C99, C11, C++98, C++03, C++11, and C++14. Support for C11 and C++11 types bool, char16_t, char32_t, complex, restrict, size_t, thread_local, and wchar_t. Support for inline function declarations. Support for typedef declarations. Support for variadic function arguments. Support for C++11 constexpr, enum class, mutable, rvalue references, and the function trailing return-type syntax. Support for const, final, friend, override, volatile, virtual, pure virtual, and ref-qualified C++ member function declarations. Better warning and error messages complete with location information and color. Take Maintainer'ship. Submitted by: paul@lucasmail.org Approved by: adamw (mentor, implicit)
* Add an alread-upstreamed patch to fix dovecot-auth wedging withadamw2017-05-012-0/+37
| | | | | | | | | NTLM authentication. PR: 218693 Submitted by: Andriy Syrovenko Obtained from: https://github.com/dovecot/core/commit/a319c3201bff1ea7bae3e7ab1fae42e9c4759056 MFH: 2017Q2
* sysutils/i7z: Migrate port to GitHub and take maintainershipler2017-05-019-462/+10
| | | | | | | | | | | Maintainer hasn't responded to numerous PR's over the last 3.5 years, and the port was scheduled for expiration. Give to new volunteer. PR: 218942 Submitted by: dim@FreeBSD.org Approved by: adamw (mentor, implicit)
* net-p2p/sonarr: Update to 2.0.0.4689feld2017-05-012-4/+4
|
* net-p2p/radarr: Update to 2.0.654feld2017-05-012-4/+4
| | | | Changelog: https://github.com/Radarr/Radarr/releases/tag/v0.2.0.654
* Remove files/patch-unwind-ia64.h which has been obsolete for a whilegerald2017-05-012-27/+3
| | | | | | since ONLY_FOR_ARCHS does not include ia64. Streamline the setting of INFO.
* security/vuxml: Document dovecot2 vulnerabilityler2017-05-011-0/+29
| | | | | | PR: 218671 Approved by: adamw (mentor, implicit), ports-secteam (maintainer timeout) Security: CVE-2017-2669
* Fix another piece of code to build with -std=c++11.marius2017-05-011-0/+11
|
* Remove CONFLICTS= for expired/removed net-mgmt/flow-tools-ngler2017-05-011-2/+0
| | | | Approved by: adamw (mentor, implicit)
* Remove expired port net-mgmt/flow-tools-ng.ler2017-05-0113-451/+1
| | | | | | 2017-04-30 net-mgmt/flow-tools-ng: Unfetchable for more than six months (google code has gone away) Approved by: adamw (mentor, implicit)
* Remove options depending on expired net-mgmt/flow-tools-ngler2017-05-012-19/+5
| | | | | | While here, pet portlint Approved by: adamw (mentor, implicit)
* Add IPV6 support knob back.osa2017-05-012-40/+18
| | | | | | | | | | | Remove obsolete third-party modules: o) http_accesskey; o) xrid_header. (*) Bump PORTREVISION. PR: 218956 (*)
* net/py-pypcap: Unbreak, remove expiration.ler2017-05-015-37/+34
| | | | | | PR: 217372 Submitted by: dbaio@bsd.com.br Approved by: adamw (mentor, implicit), wxs (maintainer timeout)
* lang/picoc: rescue, update MASTER_SITES, WWW, take MAINTAINER'shipler2017-05-015-40/+35
| | | | | | PR: 218023 Submitted by: portmaster@bsdforge.com Approved by: adamw (mentor, implicit)
* Fix linking against jpeg.tcberner2017-05-011-0/+11
| | | | | | | | | | | As ${LOCALBASE}/lib is was not unconditionally part of the linker flags (only if POSTGRES option was selected), linking of calligra could fail with /usr/bin/ld: cannot find -ljpeg Fix it, by using ${JPEG_LIBRARY} as provided by cmake. PR: 218726 Approved by: rakuco (mentor)
* 2017-04-30 misc/terraform: Unfetchable for more than six months (google code ↵ler2017-05-016-330/+1
| | | | has gone away)
* Remove expired port net/clamz.ler2017-05-017-58/+1
| | | | | | 2017-04-30 net/clamz: Unfetchable for more than six months (google code has gone away) Approved by: rene (portmgr, mentor), adamw(portmgr, mentor)
* Remove dependency on net/clamz which is expired.ler2017-05-011-4/+1
| | | | | Approved by: adamw (portmgr, mentor) Differential Revision: https://reviews.freebsd.org/D10552
* When NLS is off, gettext is only used at build timebapt2017-05-011-1/+3
| | | | Reported by: adamw
* Update to libssh 0.7.5 (bugfix release)johans2017-05-013-6/+6
|
* Update to sks 1.1.6johans2017-05-013-4/+15
| | | | | PR: 215316 Submitted by: Daniel Austin
* Update to 0.5.2matthew2017-05-012-4/+4
| | | | ChangeLog: https://agate-sql.readthedocs.io/en/0.5.2/#changelog
* Update Tools/scripts/rmport to ignore commented out EXPIRATION_DATE linesler2017-05-011-1/+1
| | | | | | Reviewed by: crees (maintainer) Approved by: rene (portmgr, mentor), adamw (portmgr, mentor), crees (maintainer) Differential Revision: https://reviews.freebsd.org/D10548
* Update to ddrescue version 1.22, which includes the following changes:gerald2017-05-012-4/+4
| | | | | | | | | | | | | | | | | - Option '-X, --exit-on-error' has been replaced by '-X, --max-read-errors'. - New options --max-slow-reads, --delay-slow, --reset-slow, --log-events, --mapfile-interval, --pause-on-error. - Option --pause has been renamed to --pause-on-pass. - Option --max-errors has been renamed to --max-bad-areas. - Rescuebook shows read_errors, error_rate and slow_reads. - Two new passes (3 and 4) added to the copying phase. - Option '-K, --skip-size' now accepts sizes up to 1 EiB. - Initial skip size now defaults to (infile_size / 100_000). - Options --ask and -vv now show size along with model and serial number. - New option '-A, --annotate-mapfile' for ddrescuelog. - Plus various cleanups and tweaks. Approved by: maintainer (Jason Harris <jharris@widomaker.com>)
* Remove option missed in previous commit.ler2017-05-011-1/+1
| | | | Approved by: rene (mentor)
* Remove expired port graphics/ocropusler2017-05-0114-257/+1
| | | | | | 2017-04-30 graphics/ocropus: Unfetchable for more than six months (google code has gone away) Approved by: rene (mentor)
* Remove optional dependency on expired port graphics/ocropusler2017-05-011-2/+0
| | | | Approved by: rene (mentor)
* Remove expired portler2017-05-015-44/+1
| | | | | Approved by: rene (Mentor) 2017-04-30 deskutils/epoch: Unfetchable for more than six months (google code has gone away)
* 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months ↵ler2017-04-30606-19279/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (google code has gone away) 2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away) 2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6 2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/trac-down: Upstream is gone www/tengine 2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-dotcloud.cli: deprecated in upstream 2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away) 2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away) 2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away) 2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away) 2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
* security/py-{acme,certbot}: Make argparse a conditional dependencycpm2017-04-304-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | Backport an upstream patch [1][2] to setup.py making argparse a conditional dependency. Without this change, the following error is observed at run-time: pkg_resources.DistributionNotFound: The 'argparse' distribution was not found and is required by certbot This is due to the separate argparse distribution (via PyPI) no longer being required for Python versions >= 2.7 and >= 3.2, as they contain the argparse module in the standard library. Since FreeBSD only supports Python versions with the argparse module built in, *and* having removed the devel/py-argparse port, the install_requires=argparse dependency cannot be satisfied, as install_requires is only relevant for non standard library (PyPI) packages/dependencies. [1] https://github.com/certbot/certbot/pull/4554 [2] https://github.com/certbot/certbot/issues/4485 PR: 218973 Reported by: olgeni Approved by: koobs (py-certbot, maintainer) Obtained from: https://github.com/certbot/certbot/commit/89af460792fcdfb23c7dc4f9fcdec1bfa07a2656 Differential Revision: https://reviews.freebsd.org/D10546
* Simplify the setting of INFO.gerald2017-04-301-6/+3
|
* Update to 4.5.0sunpoet2017-04-303-7/+6
| | | | | Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v4.5.0/CHANGELOG.md
* Fix build when old verison installedsunpoet2017-04-301-1/+1
|
* Bump PORTREVISION for graphics/webp shlib changesunpoet2017-04-301-0/+1
| | | | Requested by: cpm
* Remove traces of ia64 support (ONLY_FOR_ARCHS and files/patch-unwind-ia64.h)gerald2017-04-303-26/+4
| | | | | | which has not been present in most other GCC ports for a long while. While at it, simplify the setting of INFO.
* Fix the EXPIRATION_DATE so as to not confuse Tools/scripts/rmport -aler2017-04-301-1/+1
| | | | Approved by: rene (mentor)
* sysutils/terraform: Update to 0.9.4swills2017-04-302-4/+4
|
* Update to 1.2.4.rakuco2017-04-302-5/+4
| | | | | | | | | | | | | | - 2x crypto throughput on x64 using Salsa20/12 assembler implementation from DJB. - only default managed routes are bifurcated, most people will not notice. - reduce memory usage of credentials. - improve path selection and prioritisation. - various build cleanups. Changelog: https://github.com/zerotier/ZeroTierOne/releases/tag/1.2.4 PR: 218926 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
* Update to 2.18.7.rakuco2017-04-304-82/+294
| | | | | | | | | | | | | | | | | This minor update from QGIS 2.18.5 to 2.18.7 comes with some new features and many bugfixes. Especially, many problems with SAGA GIS processing seem to be solved. Port changes: - Update to 2.18.7. - Remove CMAKE_ARGS which do not exist. - Add new python dependencies cycler, dateutil, and functools32. - Getting rid of special handlings for 9.x. - Move USES=compiler:features into main section. - Update pkg-plist. PR: 218878 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
* Update to 0.6.0sunpoet2017-04-3038-34/+47
| | | | | | - Bump PORTREVISION for dependent ports Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
* Update to 2.2.10.1sunpoet2017-04-302-4/+4
| | | | Changes: https://github.com/doabit/semantic-ui-sass/blob/master/CHANGELOG.md
* Update to 1.1.0sunpoet2017-04-302-5/+4
| | | | Changes: https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md
* Update to 4.4.2sunpoet2017-04-302-4/+4
| | | | Changes: https://github.com/leejarvis/slop/blob/master/CHANGELOG.md
* Update to 1.0.4sunpoet2017-04-302-4/+4
| | | | Changes: https://github.com/aetherknight/recursive-open-struct/blob/master/CHANGELOG.md
* Update to 2.9.14sunpoet2017-04-302-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 2.9.14sunpoet2017-04-302-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 2.9.14sunpoet2017-04-302-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 1.27sunpoet2017-04-302-5/+5
| | | | Changes: http://search.cpan.org/dist/Params-Validate/Changes
* Update to 0.61sunpoet2017-04-303-14/+29
| | | | | | | | - Update manpage Changes: https://git.joeyh.name/index.cgi/moreutils.git/log/ https://joeyh.name/code/moreutils/news/version_0.61/ https://joeyh.name/code/moreutils/news/version_0.60/
* Use llvm 4.0 for c++14bapt2017-04-301-4/+4
| | | | | | | exp-run: antoine Reviewed by: antoine, swills Approved by: swills Differential Revision: https://reviews.freebsd.org/D10228
* Update to 1.3.0.vanilla2017-04-305-6/+99
|
* Update to lzip version 1.19. This includes the following changes:gerald2017-04-302-4/+5
| | | | | | | | | | - The option '-l, --list' has been ported from lziprecover. - Don't allow mixing different operations (-d, -l or -t). - Compression time of option '-0' has been slightly reduced. - Decompression time has been reduced by 2%. - A few internal improvements and increasing checking. Set INSTALL_TARGET=install-strip to strip installed executable.
* Extend grantlee.mk with another PLIST_SUB.tcberner2017-04-305-6/+20
| | | | | | | Grantlee5 appends library names of plugins with a letter 'd' when in debug mode. Provide a PLIST_SUB with said suffix. Approved by: rakuco (mentor)
* emulators/libspectrum: update to 1.3.3rene2017-04-303-5/+5
| | | | Submitted by: portscout
* Drop machine-id path substitution in post-patch.rakuco2017-04-301-4/+1
| | | | | | | | | | | | | r431187 stopped using a non-default path for dbus's machine-id file, so the sed call here is unnecessary and produces warnings at runtime: IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Failed to open file '/var/db/dbus/machine-id': No such file or directory PR: 218812 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) MFH: 2017Q2
* Update to 1.0.1antoine2017-04-308-24/+15
|
* Update to 3.4.1.rakuco2017-04-302-4/+4
| | | | | PR: 218960 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
* Update py-sip to 4.19.2, py-qt4 to 4.12 and py-qt5 to 5.7.1tcberner2017-04-3015-1140/+1288
| | | | | | | | | | | | * This is mostly based on the work by Adriaan de Groot <groot@kde.org> in our development repo. PR: 217305 PR: 218539 Submitted by: Adriaan de Groot <groot@kde.org> Reviewed by: rakuco, mat Approved by: rakuco (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D9771
* neomutt 20170428bapt2017-04-302-4/+4
|
* - Fix build with disabled NLSamdmi32017-04-302-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* update to 20170421trociny2017-04-302-5/+4
|
* devel/py-dateutil: Remove use of dos2unixkoobs2017-04-301-1/+2
| | | | | | | | | | | | | | | | The file installed as dateutil-zoneinfo.tar.gz is corrupted by the dos2unix run on all of the files in the distribution. There is no need to run dos2unix as the only files with CRLF is the NEWS file, a README and a Windows BAT file (which makes sense to use CRLF). Accordingly: - Remove use of USES=dos2unix - Bump PORTREVISION to rebuild package (containing corrupted TZ data file) PR: 217264 Submitted by: gordon MFH: 2017Q2
* Provide more descriptive error messages for ports failing on powerpc64.linimon2017-04-3025-45/+44
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* New port: sysutils/jdupespi2017-04-304-0/+41
| | | | | | | | | | | | | jdupes is a program for identifying and taking actions upon duplicate files. It is a fork of fdupes, but not a drop-in replacement. See http://www.virkki.com/jyri/articles/index.php/dupd-vs-jdupes-take-2/ for a comparision to dupd. WWW: https://github.com/jbruchon/jdupes PR: 218665 Submitted by: Thomas Hurst <tom@hur.st>
* New port: sysutils/dupdpi2017-04-306-0/+83
| | | | | | | | | | | | | | | dupd is a file duplicate detection CLI utility, supporting iterative interactive use with a persistent file database. Despite the name, it doesn't run as a daemon. See https://elipapa.github.io/blog/fastest-way-to-find-dups.html for a comparison of such tools. WWW: http://www.virkki.com/dupd/ PR: 218664 Submitted by: Thomas Hurst <tom@hur.st>
* New port: net/open-isnspi2017-04-307-0/+171
| | | | | | | | | | | | | | | This is a partial implementation of iSNS, the Internet Storage Name Service, according to RFC4171. iSNS facilitates scalable configuration and management of iSCSI and Fibre Channel (FCP) storage devices in an IP network by providing a set of services comparable to that available in Fibre Channel networks. WWW: https://github.com/open-iscsi/open-isns/ PR: 218686 Submitted by: Pavel Volkov <pavelivolkov@gmail.com>
* net/softethervpn: rename to security/softether-develpi2017-04-3011-3/+5
| | | | | | PR: 217732 Submitted by: pi Approved by: hrs (maintainer timeout)
* New port: dns/droolpi2017-04-305-0/+42
| | | | | | | | | | | | | | DNS Replay Tool (drool) can replay DNS traffic from packet capture (PCAP) files and send it to a specified server, with options such as to manipulate the timing between packets, as well as loop packets infinitely or for a set number of iterations. This tool's goal is to be able to produce a high amount of UDP packets per second and TCP sessions per second on common hardware. WWW: https://www.dns-oarc.net/tools/drool PR: 218706 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
* Provide more descriptive error messages for ports failing on powerpc64.linimon2017-04-3021-32/+29
| | | | Approved by: portmgr (tier-2 blanket)
* Provide more descriptive error messages for ports failing on powerpc64.linimon2017-04-3010-11/+11
| | | | Approved by: portmgr (tier-2 blanket)
* Add new port www/iridiumcpm2017-04-30571-0/+13345
| | | | | | | | | | Iridium is a free, open, and libre browser modification of the Chromium code base, with privacy being enhanced in several key areas. Automatic transmission of partial queries, keywords, metrics to central services is inhibited and only occurs with consent. WWW: https://iridiumbrowser.de/
* www/chromium: update to 58.0.3029.81cpm2017-04-30567-1409/+1593
| | | | | MFH: 2017Q2 Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html
* dns/unbound: update 1.6.1 -> 1.6.2pi2017-04-303-8/+23
| | | | | | PR: 218872 Changes: http://www.unbound.net/pipermail/unbound-users/2017-April/004762.html Submitted by: jaap@NLnetLabs.nl (maintainer)
* dns/nsd: update 4.1.15 -> 4.1.16pi2017-04-303-24/+4
| | | | | | | | | | | | | | | | | | | | features: - zone parser can parse acronyms for algorithms ED25519 and ED448. - Fix 1243: Option to make NSD emit really minimal responses, minimal-responses: yes in nsd.conf. bug fixes: - Calculate new udb index after growing the array, fix from Chaofeng Liu. - Fix missing _t to _type conversion for disable-radix-tree option. - Printout serial error with hint it may be too big. - Fix 1228: OpenSSL include is not guarded with HAVE_SSL - Patch for expire state in multi-master when masters includes broken master, from Manabu Sonoda. - minor manpage fix. PR: 218873 Submitted by: jaap@NLnetLabs.nl (maintainer)
* dns/knot2: update 2.3.3 -> 2.4.3pi2017-04-304-18/+11
| | | | | | PR: 218948 Changes: https://gitlab.labs.nic.cz/labs/knot/raw/v2.4.3/NEWS Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
* security/libressl: Bump static library consumersbrnrd2017-04-302-1/+2
| | | | Reported by: jbeich
* net/py-ldap: update to 2.4.38rm2017-04-302-4/+4
|
* Fix a problem in GLib/gio which caused gnome-shell and others to crash.kwm2017-04-303-0/+115
| | | | | | | | | | | | The problem happened when, for example, a packages was installed/deinstall that placed a file in ${LOCALBASE}/share/applications. Thanks to ajacoutot@openbsd.org and mpi@openbsd.org for bringing these patches to my attention. Obtained from: https://bugzilla.gnome.org/show_bug.cgi?id=739424 https://bugzilla.gnome.org/show_bug.cgi?id=778515 MFH: 2017Q2
* databases/mariadb55-server: Update to 5.5.55brnrd2017-04-309-288/+451
| | | | | | | | | | | | | | | | - Security and bugfix update to 5.5.55 - Fix up patches - Remove CVE-2017-3302 patch (now included) - Add upstream patch for WITHOUT_SERVER issue MFH: 2017Q2 Security: d9e01c35-2531-11e7-b291-b499baebfeaf Security: CVE-2017-3308 Security: CVE-2017-3309 Security: CVE-2017-3313 Security: CVE-2017-3453 Security: CVE-2017-3456 Security: CVE-2017-3464
* Do not separate ${DESTDIR}${PREFIX} with a slash: this is redundant whendanfe2017-04-301-1/+1
| | | | | PREFIX is an absolute path (common case) and could break things if it is not (and DESTDIR is empty). Should have been part of r439766.
* net/py-libcloud: update to 2.0.0novel2017-04-302-4/+4
|
* Don't pass STAGEDIR via MAKE_ENV, it's already being defined (as DESTDIR)danfe2017-04-303-7/+5
| | | | | | | in MAKE_ARGS. Also, remove bogus trailing slash when setting INSTALLDIR, kill EOL whitespace in the port description text, and fix its formatting. Forgotten by: db
* security/libressl-devel: Mark vulnerabile 2.5.3brnrd2017-04-301-0/+4
|
* security/libressl: Fix vulnerabilitybrnrd2017-04-302-0/+33
| | | | | | | Obtained from: OpenBSD MFH: 2017Q2 Security: 24673ed7-2bf3-11e7-b291-b499baebfeaf Security: CVE-2017-8301
* misc/osinfo-db: update to 20170423novel2017-04-303-4/+8
|
* security/libressl: Fix vulnerabilitybrnrd2017-04-302-0/+33
| | | | | | | Obtained from: OpenBSD MFH: 2017Q2 Security: 24673ed7-2bf3-11e7-b291-b499baebfeaf Security: CVE-2017-8301
* Remove MAKE_JOBS_UNSAFE. This slipped in during testing.ehaupt2017-04-301-2/+0
|
* Add goattracker 2.73, a crossplatform music editor for creating Commodoreehaupt2017-04-308-0/+159
| | | | 64 music.
* devel/artifactory: Update to 5.2.1ler2017-04-303-5/+7
| | | | | | PR: 218760 Submitted by: dharrigan@gmail.com (maintainer) Approved by: adamw (mentor, implicit)
* Update to the 20170427 snapshot of GCC 7, essentially RC1 of GCC 7.1,gerald2017-04-302-4/+4
| | | | the first release on this branch.
* Update to patchlevel 589.adamw2017-04-302-4/+4
|
* - Update to version 0.1beta2 (still a pre-release)danfe2017-04-293-12/+20
| | | | | | | | | | | | - Remove patching for Linuxish #include <linux/limits.h> since it no longer does anything useful (the code was changed upstream) - Use dedicated pkg-plist file now that it is long enough Reported by: portscout Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1493302986 which corresponds to commit ba6aa54 tagged as this release.
* Update to 1.1.5sunpoet2017-04-2911-30/+31
| | | | | | | | - Regenerate patch files with makepatch: Changes: http://www.cacti.net/changelog.php PR: 218949 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
* Update to 3.3.0sunpoet2017-04-292-4/+5
| | | | | | - Add LICENSE_FILE Changes: https://github.com/google/protobuf/releases
* Update devel/protobuf to 3.3.0sunpoet2017-04-2930-177/+40
| | | | | | | | - Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases PR: 178687 [1]
* Chase editors/emacs update to version 25.2jrm2017-04-2939-29/+39
| | | | | | Reported by: des Approved by: ashish (emacs maintainer), swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10534
* biology/py-biom-format: Update to version 2.1.6jrm2017-04-292-4/+5
| | | | | | Upstream changes: https://github.com/biocore/biom-format/releases/tag/2.1.6 Approved by: swills (mentor, implicit)
* - Update to 2.0.9cpm2017-04-292-4/+4
|
* security/py-certbot: update to 0.13.0cpm2017-04-293-5/+5
| | | | | | | | | | - Update PORTVERSION and distinfo checksum (0.13.0) - Update pkg-descr to cope with the renaming to "certbot" Changes: https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0130---2017-04-06 Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D10317
* security/py-acme: update to 0.13.0cpm2017-04-293-5/+9
| | | | | | | - Update PORTVERSION and distinfo checksum (0.13.0) - Improve pkg-descr Differential Revision: https://reviews.freebsd.org/D10317
* devel/rubygem-font-awesome-rails-rails5: permit build with latestjrm2017-04-291-1/+1
| | | | | | www/rubygem-railties5 Approved by: swills (mentor, implicit)
* devel/rubygem-devise-rails5: permit build with latest www/rubygem-railties5jrm2017-04-291-1/+1
| | | | Approved by: swills (mentor, implicit)
* - Fix build with LLVM 4.0 on HEADphilip2017-04-292-3/+23
| | | | | | | | | - Install manpage in the correct place [1] (bump PORTREVISION to reinstall package) PR: 218767 Submitted by: caso.ramiro@gmail.com [1] Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
* - Switch to options helpersamdmi32017-04-292-9/+5
| | | | - Update WWW
* Upgrade to v0.1.8.thierry2017-04-292-6/+6
| | | | | | | Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.8>. PR: 218947 Submitted by: Yuri Victorovich
* Update to 0.27.1sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/ruby-grape/grape-swagger/blob/master/CHANGELOG.md
* Update to 1.11.2sunpoet2017-04-292-4/+4
| | | | | Changes: https://github.com/vmware/rbvmomi/releases https://github.com/vmware/rbvmomi/commits/master
* Add PORTSCOUTsunpoet2017-04-291-2/+4
| | | | - Use USES=python:3.3+
* Update to 3.18.0sunpoet2017-04-292-4/+4
| | | | | Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html
* Update to 2.0.2sunpoet2017-04-293-13/+5
| | | | | | - Clean up DISTINFO_FILE which should be part of r439384 Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS
* Provide more descriptive error messages for ports failing on powerpc64.linimon2017-04-2912-19/+14
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Update to 0.5.0sunpoet2017-04-292-4/+5
| | | | | | - Add NO_ARCH Changes: https://github.com/roidrage/lograge/blob/master/CHANGELOG.md
* Update to 4.2.0sunpoet2017-04-292-4/+4
| | | | | Changes: https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md https://github.com/ambethia/recaptcha/commits/master
* Update to 2.9.13sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 2.9.13sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 2.9.13sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 3.6.0sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/binarylogic/authlogic/blob/master/CHANGELOG.md
* Update WWWsunpoet2017-04-291-1/+1
|
* Update WWWsunpoet2017-04-291-1/+1
|
* Update to 0.98sunpoet2017-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/Audio-Scan/Changes
* Update to 2.4.0sunpoet2017-04-292-5/+6
| | | | Changes: https://github.com/plataformatec/responders/blob/master/CHANGELOG.md
* Update to 2.2.1sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.2.1sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 1.44.0sunpoet2017-04-292-6/+6
| | | | Changes: https://github.com/fog/fog-core/blob/master/changelog.md
* Update to the 20170426 snapshot of GCC 6 (on a new weekday now,gerald2017-04-292-4/+4
| | | | hence the unusual gap of 13 days).
* Add rubygem-xmlrpc 0.3.0sunpoet2017-04-294-0/+29
| | | | | | | | The Ruby standard library package 'xmlrpc' enables you to create a server that implements remote procedures and a client that calls them. Very little code is required to achieve either of these. WWW: https://github.com/ruby/xmlrpc
* Provide more descriptive error messages for ports failing on powerpc64.linimon2017-04-2919-23/+23
| | | | Approved by: portmgr (tier-2 blanket)
* www/py-flexget: update to 2.10.40jbeich2017-04-292-4/+4
| | | | | Changes: https://github.com/Flexget/Flexget/compare/2.10.35...2.10.40 MFH: 2017Q2
* Provide more descriptive error messages for ports failing on powerpc64.linimon2017-04-2914-18/+16
| | | | Approved by: portmgr (tier-2 blanket)
* Update to 1.4.3.ume2017-04-292-8/+7
| | | | Requested by: Hannes Mehnert <hannes [...] mehnert.org>
* Update to 1.828sunpoet2017-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/MCE/Changes
* Update to 2.101sunpoet2017-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/Config-Model/Changes
* - Update to 3.2.3amdmi32017-04-296-17/+27
|
* Catch up with a devel/libsigc++20 API breakage introduced with r437480.marius2017-04-291-0/+2
|
* www/rubygem-rails5: Update to version 5.1.0jrm2017-04-292-14/+15
| | | | | | Upstream changes: http://weblog.rubyonrails.org/2017/4/27/Rails-5-1-final/ Approved by: swills (mentor, implicit)
* devel/rubygem-rabl: Depend on devel/rubygem-activesupport5 instead ofjrm2017-04-291-1/+2
| | | | | | devel/rubygem-activesupport4. Approved by: swills (mentor, implicit)
* www/rubygem-responders-rails5: Update to version 2.4.0jrm2017-04-292-5/+6
| | | | | | | Upstream changelog: https://github.com/plataformatec/responders/blob/master/CHANGELOG.md Approved by: swills (mentor, implicit)
* www/rubygem-lograge-rails5: Update to version 0.5.0jrm2017-04-292-4/+5
| | | | | | | Upstream changelog: https://github.com/roidrage/lograge/blob/master/CHANGELOG.md Approved by: swills (mentor, implicit)
* Add rubygem-railties50 5.0.2 (copied from rubygem-railties5)sunpoet2017-04-294-0/+39
| | | | - Add PORTSCOUT
* Add rubygem-actionmailer50 5.0.2 (copied from rubygem-actionmailer5)sunpoet2017-04-294-0/+42
| | | | - Add PORTSCOUT
* Add rubygem-actioncable50 5.0.2 (copied from rubygem-actioncable5)sunpoet2017-04-294-0/+41
| | | | - Add PORTSCOUT
* Add rubygem-actionpack50 5.0.2 (copied from rubygem-actionpack5)sunpoet2017-04-294-0/+45
| | | | | - Add PORTSCOUT - Update WWW
* Add rubygem-activejob50 5.0.2 (copied from rubygem-activejob5)sunpoet2017-04-294-0/+32
| | | | - Add PORTSCOUT
* Add rubygem-actionview50 5.0.2 (copied from rubygem-actionview5)sunpoet2017-04-294-0/+35
| | | | - Add PORTSCOUT
* Add rubygem-activerecord50 5.0.2 (copied from rubygem-activerecord5)sunpoet2017-04-294-0/+38
| | | | - Add PORTSCOUT
* Add rubygem-activesupport50 5.0.2 (copied from rubygem-activesupport5)sunpoet2017-04-294-0/+37
| | | | | - Add PORTSCOUT - Update WWW
* Add rubygem-activemodel50 5.0.2 (copied from rubygem-activemodel5)sunpoet2017-04-294-0/+34
| | | | - Add PORTSCOUT
* Fix typo in last commit: py-jsbeautifier is in devel.shaun2017-04-291-1/+1
|
* www/rubygem-goldfinger: Update to version 1.2.0jrm2017-04-292-4/+4
| | | | | | Upstream changes: https://github.com/tootsuite/goldfinger/releases Approved by: swills (mentor, implicit)
* sysutils/rubygem-httplog: Update to version 0.99.3jrm2017-04-292-5/+6
| | | | Approved by: swills (mentor, implicit)
* Update to 2.0.1, bringing the port back from complete brokenness.shaun2017-04-292-12/+34
| | | | | | | PR: 213806 Submitted by: shaun Reported by: p5B2E9A8F@t-online.de Approved by: maintainer timeout (2 weeks)
* Update to 5.1.0sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/railties/CHANGELOG.md
* Update to 5.1.0sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/actionmailer/CHANGELOG.md
* Update to 5.1.0sunpoet2017-04-292-5/+5
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/actioncable/CHANGELOG.md
* devel/rubygem-simple-navigation: Depend on devel/rubygem-activesupport5 insteadjrm2017-04-291-1/+2
| | | | | | of devel/rubygem-activesupport4 Approved by: swills (mentor, implicit)
* Update to 5.1.0sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md
* Update to 5.1.0sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/activejob/CHANGELOG.md
* Update to 5.1.0sunpoet2017-04-292-5/+5
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/actionview/CHANGELOG.md
* Update to 5.1.0sunpoet2017-04-292-5/+5
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/activerecord/CHANGELOG.md
* Update to 5.1.0sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/activemodel/CHANGELOG.md
* Update to 5.1.0sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/activesupport/CHANGELOG.md
* Update and sort RUN_DEPENDSsunpoet2017-04-291-4/+4
|
* Use upstream patchsunpoet2017-04-292-18/+12
| | | | Obtained from: https://github.com/xapian/xapian/commit/40f35d33ee31433b00e8241ba29f03ce8f98477a
* devel/rubygem-sidekiq-unique-jobs: Update to version 5.0.7jrm2017-04-292-14/+8
| | | | | | | Upstream changelog: https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/CHANGELOG.md Approved by: swills (mentor, implicit)
* devel/rubygem-react-rails-rails5: Update to version 2.1.0jrm2017-04-292-4/+4
| | | | | | | Upstream changelog: https://github.com/reactjs/react-rails/blob/master/CHANGELOG.md Approved by: swills (mentor, implicit)
* devel/rubygem-react-rails: Update to version 2.1.0jrm2017-04-292-4/+4
| | | | | | | Upstream changelog: https://github.com/reactjs/react-rails/blob/master/CHANGELOG.md Approved by: swills (mentor, implicit)
* Add rubygem-erubi 1.6.0sunpoet2017-04-294-0/+42
| | | | | | | | | | | | | | | | | | | | | | Erubi is a ERB template engine for Ruby. It is a simplified fork of Erubis, using the same basic algorithm, with the following differences: - Handles postfix conditionals when using escaping (e.g. <%= foo if bar %>) - Supports frozen_string_literal: true in templates via :freeze option - Works with Ruby's -enable-frozen-string-literal option - Automatically freezes strings for template text when Ruby optimizes it (on Ruby 2.1+) - Escapes ' (apostrophe) when escaping for better XSS protection - Has 6x faster escaping on Ruby 2.3+ by using cgi/escape - Has 86% smaller memory footprint - Does no monkey patching (Erubis adds a method to Kernel) - Uses an immutable design (all options passed to the constructor, which returns a frozen object) - Has simpler internals (1 file, <150 lines of code) - Has an open development model (Erubis doesn't have a public source control repository or bug tracker) - Is not dead (Erubis hasn't been updated since 2011) WWW: https://github.com/jeremyevans/erubi
* devel/rubygem-font-awesome-rails-rails5: Update RUN_DEPENDS to match gemjrm2017-04-291-1/+1
| | | | | | dependency specification. Approved by: swills (mentor, implicit)
* devel/rubygem-devise-rails5: Update RUN_DEPENDS to match gem dependencyjrm2017-04-291-2/+1
| | | | | | specification. Approved by: swills (mentor, implicit)
* devel/rubygem-appraisal: Update RUN_DEPENDS to match gem dependencyjrm2017-04-291-5/+4
| | | | | | specification. Approved by: swills (mentor, implicit)
* Upgrade fstrm to version 0.3.2:truckman2017-04-292-4/+4
| | | | | | | | * Accomodate systems without pthread_condattr_setclock (Issue #34) PR: 218554 Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Sponsored by: Farsight Security, Inc.
* - Update to 0.8.2amdmi32017-04-294-39/+35
|
* Update to 3.1.3sunpoet2017-04-291-2/+3
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-5/+5
| | | | | | - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-5/+5
| | | | | | - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-5/+5
| | | | | | - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-293-13/+12
| | | | | | - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-5/+5
| | | | | | - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-4/+7
| | | | | | - Add BUILD_DEPENDS Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Add rubygem-clutter-gdk 3.1.3sunpoet2017-04-294-0/+28
| | | | | | Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter. WWW: http://ruby-gnome2.sourceforge.jp/
* Update to 3.1.3sunpoet2017-04-292-4/+7
| | | | | | - Add BUILD_DEPENDS Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-5/+5
| | | | | | - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-293-8/+8
| | | | | | - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-5/+6
| | | | | | | - Add BUILD_DEPENDS - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-4/+5
| | | | | | - Add BUILD_DEPENDS Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-6/+8
| | | | | | | | - Add BUILD_DEPENDS - Add NO_ARCH - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-6/+7
| | | | | | - Fix COMMENT Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-293-14/+15
| | | | | | - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-5/+6
| | | | | | - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-5/+6
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-5/+7
| | | | | | | | - Add BUILD_DEPENDS - Add NO_ARCH - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.1.3sunpoet2017-04-292-6/+7
| | | | | | - Add USES=gnome Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Respect CFLAGSsunpoet2017-04-291-1/+2
| | | | | | | - Bump PORTREVISION for package change PR: 218921 Submitted by: pawel
* Add LICENSE_FILEsunpoet2017-04-291-1/+2
| | | | | | - While I'm here, sort USE_PYTHON Approved by: portmgr (blanket)
* Fix python version of USES=pythonsunpoet2017-04-291-2/+1
| | | | With hat: python
* Fix python version of USES=pythonsunpoet2017-04-291-2/+2
| | | | | | While I'm here, revert indent change in r439611. With hat: python
* Update to 1.0.0sunpoet2017-04-292-5/+5
| | | | Changes: https://github.com/indirect/haml-rails/commits/master
* Add LICENSE_FILEsunpoet2017-04-291-0/+1
|
* Change RUN_DEPENDS from rubygem-haml4 to rubygem-hamlsunpoet2017-04-292-2/+13
| | | | | | - Bump PORTREVISION for dependency and package change Reference: https://github.com/haml/html2haml/commit/0339f5eb6d8d5e3d7ad2b871f7a784dbc494c03e
* Update to 1.15.6sunpoet2017-04-292-6/+7
| | | | | | - Add USES=gnome Changes: https://github.com/rcairo/rcairo/blob/master/NEWS
* Fix shebangsunpoet2017-04-291-1/+4
| | | | - Bump PORTREVISION for package change
* Update to 2.3.1sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/rubysherpas/paranoia/releases
* Update to 5.06sunpoet2017-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/HTML-Tree/Changes
* Update to 2.70sunpoet2017-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/SVG/Changes
* Update to 2.66sunpoet2017-04-295-55/+73
| | | | | | | | - Fix LICENSE - Strip shared library - Clean up and sort PLIST Changes: http://search.cpan.org/dist/GD/ChangeLog
* Update to 0.180002sunpoet2017-04-292-6/+7
| | | | | | - Update *_DEPENDS Changes: http://search.cpan.org/dist/Tree-Simple-View/Changes
* Update to 0.97sunpoet2017-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/Audio-Scan/Changes
* Update to 2.2.2sunpoet2017-04-292-4/+4
| | | | Changes: https://github.com/httprb/http/blob/master/CHANGES.md
* Change RUN_DEPENDS from rubygem-oauth2 to rubygem-oauth212sunpoet2017-04-291-2/+2
| | | | - Bump PORTREVISION for dependency change
* Add rubygem-oauth212 1.2.0 (copied from rubygem-oauth2)sunpoet2017-04-295-0/+50
| | | | - Add PORTSCOUT
* Update to 1.3.1sunpoet2017-04-293-6/+5
| | | | Changes: https://github.com/intridea/oauth2/blob/master/CHANGELOG.md
* Add FreeBSD support (accepted and merged by upstream)sunpoet2017-04-295-5/+75
| | | | | | | | | - Fix LICENSE - Add LICENSE_FILE - Add NO_ARCH - Update pkg-descr - Update WWW - Bump PORTREVISION for package change
* Add py3-pycups: slave port of py-pycupssunpoet2017-04-293-1/+14
| | | | | | - Add SLAVEDIRS to py-pycups Requested by: kwm
* Update to 2.012000sunpoet2017-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/MetaCPAN-Client/Changes
* Use SO_REUSEPORT instead of SO_REUSEADDRsunpoet2017-04-292-3/+13
| | | | | | | - Bump PORTREVISION for package change PR: 215545 Submitted by: Kirill Pertsev <kika@kikap.com>
* Create rails version 5 ports to avoid conflicts.jrm2017-04-2931-0/+309
| | | | Approved by: swills (mentor, implicit)
* net-mgmt/nrpe: Use 2048-bit DH paramsbrnrd2017-04-293-2/+24
| | | | | | | | | | - Add patch for DH-param generation in configure - Update patch switching dh512 to dh2048 for server - Add LICENSE - Fixes runtime issue when nrpe-ssl built with LibreSSL 2.5 PR: 218930 Approved by: zeising (maintainer)
* Update to 2.4.0tcberner2017-04-297-81/+120
| | | | | | | | * Adds option for FITS support Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10471
* Update lang/racket to version 6.9.olgeni2017-04-293-1369/+1455
|
* Update lang/racket-minimal to version 6.9.olgeni2017-04-293-5/+11
|
* - Remove unused since r400398 scriptak2017-04-291-155/+0
|
* - Remove patch-thread.c forgot it in the previous commit.miwi2017-04-291-13/+0
| | | | Submitted by: Walter Schwarzen via ruby ml
* Update devel/etcd3 to version 3.1.7.olgeni2017-04-292-4/+4
|
* Upon continuing the deferred implicit keep, the implicit side-effectsler2017-04-292-0/+43
| | | | | | | (such as imap flags) were not applied. Obtained from: https://github.com/dovecot/pigeonhole/commit/3e1a17a286ab0e084577fc267a442cb12aed1cbc Approved by: adamw (mentor, implicit)
* New port: devel/py-construct28.shaun2017-04-294-0/+35
|
* - Update to version 1.4.1danfe2017-04-282-13/+12
| | | | | - Employ USES+=localbase:ldflags - Remove excessive whitespace
* update seafile to 6.0.10 and seahub to 6.0.13lifanov2017-04-2815-370/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is an update to seafile to the most current version, 6.0.10. This update moves duplicate code to Makefile.include and also added a variable seahub_ver which is set to 6.0.13. The pkglist was also regenerated for most or all packages. * Updated seafile_ver to 6.0.10 * Added seahub_ver and set to 6.0.13 * Moved duplicate code to Makefile.include * Regenerated pkg-lists - [fix] Fix a bug in listing libraries in admin panel - Improve performance when checking group shared library permission - [fix] Fix image popup in favourite page - [fix] Fix generating sharing link with expiring time in file detailed view page - [fix] Don't allow to create library with '/' in name - [fix] Fix two-factor authentication - Add script to migrate between different storage backend ports affected: - net-mgmt/ccnet-server - net-mgmt/seafile-server - www/py-seafdav - www/py-seafobj - www/seahub PR: 218932 Submitted by: ultima1252@gmail.com (maintainer)
* Update to 1.0.110arved2017-04-283-15/+98
|
* cad/brlcad: unexpire, it builds fine with current graphics/urtrene2017-04-281-3/+0
|