aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless WRKSRC definitions.mat2016-05-2583-118/+5
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* - Mark BROKEN: does not build ("ValueError: too many values to unpack")amdmi32016-05-251-0/+2
| | | | | Reported by: pkg-fallout Approved by: portmgr blanket
* - Fix buildamdmi32016-05-254-0/+74
| | | | - Add LICENSE_FILE
* - Add some mirrors, fixing fetchamdmi32016-05-251-2/+3
| | | | | PR: 209738 Submitted by: lightside@gmx.com (maintainer)
* - Mark BROKEN on pre-11.x, does not buildamdmi32016-05-251-0/+3
|
* - Update to 0.2.8.2-alphawen2016-05-253-53/+4
| | | | | | PR: 208594 Submitted by: neel@neelc.org Approved by: maintainer(timeout, >40 days)
* Add ateam_mysql_ldap_auth 1.0, a-Team MySQL LDAP authentication plugin.novel2016-05-255-0/+69
| | | | | PR: 208913 Submitted by: ganbold
* Add ACS ccid, fork of libccid which supports smartcard readers made byarved2016-05-254-0/+45
| | | | | | | acs.com.hk PR: 197825 Submitted by: mp39590@gmail.com
* Add --with-dlopen=yes to the default options to allow using thirdmat2016-05-253-12/+15
| | | | | | | | | | | parties dlz drivers. While there: - enable the DLZ_FILESYSTEM option by default - convert to USES=mysql and USES=bdb Requested by: borius i ua Sponsored by: Absolight
* - Fix mutual CONFLICTS for www/py-django-registration and ↵amdmi32016-05-252-2/+2
| | | | | | www/py-django-registration-redux Approved by: portmgr blanket
* - Switch to options helpersamdmi32016-05-251-14/+8
| | | | | | - Drop USE_MYSQL - this only needs php mysql module, not mysql client library - Fix option name (PGSQL vs. POSTGRE) - Add NO_ARCH
* mail/opensmtpd-extras: update to 201605232202gahr2016-05-252-4/+4
|
* A new stage-qa test has been added, it reports all shared librariesmat2016-05-253-1/+306
| | | | | | | | | | | | | | | | | dependencies that are not part of the port list of dependencies. It help finds what is called proxy dependencies. A is needed by B, and B is needed by C. If C also needs A, then it needs to be registered, and this check will tell you to do so. Right now, it is only reporting the problems, but if you add PROXYDEPS_FATAL=yes to your environment, it will give an error and will force you to fix the dependencies. PR: 195203 Submitted by: yuri rawbw com (earlier version) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6531
* pgreplay reads a PostgreSQL log file (*not* a WAL file), extracts thematthew2016-05-255-0/+51
| | | | | | | SQL statements and executes them in the same order and with the original timing against a PostgreSQL database. WWW: https://github.com/laurenz/pgreplay
* - Update to 4.1lwhsu2016-05-252-4/+4
|
* - Update to 5.27lwhsu2016-05-252-3/+4
|
* - Update to 0.7.3lwhsu2016-05-252-3/+4
|
* Update to 2.2.0madpilot2016-05-257-18/+25
| | | | | | PR: 209679 Submitted by: me Approved by: Yonas Yanfa <yonas at fizk.net> (maintainer)
* - revover lost checksum for SPF patch in distinfoohauer2016-05-251-0/+2
| | | | Reported by: Andrei <az_at_azsupport.com>
* - Reset MAINTAINERship due to fatal email bounces (no MX record, no A ↵zi2016-05-258-8/+8
| | | | | | record), maintainer timeouts Reported by: portscout
* Replace @*exec with @post*exec to ensure mktexlr is run in post phasesbapt2016-05-251-2/+2
|
* Simplify plist by using @samplebapt2016-05-253-12/+4
|
* Ensure makewhatis is run in post install script phasebapt2016-05-255-10/+20
| | | | hile here make sure to remove the whatis db on head
* Add an entry about the new @xmlcatmgrbapt2016-05-251-0/+9
|
* Update to 1.2.0.jkim2016-05-255-27/+11
|
* Add a new keywork xmlcatmgrbapt2016-05-2552-531/+286
| | | | | | | | | | It simplifies the handling of the XML and SMGL catalog It brings a big of consistency by always specifying the catalog path absolute instead of mixing absolute and relative path. The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D6539
* Update to the 20160522 development snapshot of GCC 7.gerald2016-05-252-4/+4
|
* Fix strncat() misuse, and enable TCL option.mandree2016-05-254-5/+96
| | | | | PR: 209730 Submitted by: gahr@
* Disable SSLv2, to fix new/from-ports OpenSSL builds.mandree2016-05-251-1/+2
| | | | | | | | | | | | | | | Newer and ports-based builds define the SSLv2_client_method() in the headers unless OPENSSL_NO_SSL2, or, depending on version, OPENSSL_NO_SSL2_METHOD is defined, however newer OpenSSL versions in FreeBSD no longer provide the implementation in the library. Preload the autoconf (configure) cache to pretend SSLv2_client_method() were universally _un_available, effectively disabling SSLv2 altogether. PR: 209596 Submitted by: peter@ [first proposal], mandree@ [committed proposal] Reported by: peter@ Approved by: chalpin@cs.wisc.edu (maintainer)
* Update to the 20160517 snapshot of GCC 5.3.1.gerald2016-05-252-3/+4
|
* editors/kate: Fix build with libc++ 3.8.0pi2016-05-251-0/+11
| | | | | | PR: 209561 Submitted by: dim Approved by: kde
* Bump PORTREVISION after the last commit that changed the relayd rc script.lme2016-05-251-1/+1
| | | | | Reported by: junovich Approved by: maintainer timeout (11 months)
* New port: devel/qbspi2016-05-255-0/+210
| | | | | | | | | | QBS (Qt Build Suite) is a cross-platform build environment) tailored to the needs of Qt developers. It is part of the Qt Project. WWW: https://wiki.qt.io/Qt_Build_Suite Submitted by: Ralf Nolden <nolden@kde.org> (kde)
* Update www/elixir-phoenix_ecto to version 2.0.2.olgeni2016-05-252-3/+4
|
* Update devel/elixir-combine to version 0.8.0.olgeni2016-05-252-3/+4
|
* lang/nbc: fix a typo in pkg-descrrene2016-05-251-1/+1
|
* - update to 3.2-20160522ohauer2016-05-252-4/+4
| | | | | | | | | | | 20160521 Bugfix (introduced: Postfix beta): the never-used function mvect_free() attempted to free memory that it has not allocated. File: util/mvect.c. Cleanup: existing if/endif support for pcre and regexp tables, in preparation for new if/endif support for cidr tables. Files: util/dict_regexp.c, util/dict_pcre.c.
* Update to version 5.0.8pawel2016-05-252-3/+4
| | | | | Changelog: bugfix: #1584342 operation disappearing and corrupted account file
* net/sock: create portswills2016-05-2513-0/+1244
| | | | | | | | | | | | | | | | | | | | | | | This is a standalone version of W. Richard Stevens' "sock" program, based on the code available for the UNIX Network Programming book. Adapted and reworked code for W. Richard Stevens' "sock" utility by Christian Kreibich. From the author: In TCP/IP Illustrated Vol. 1, Richard Stevens used a program called "sock" to demonstrate the many properties of TCP/IP. Unfortunately, the book only speaks about how to use the program but does not point to a site for downloading its sources. While sock is contained in the code package accompanying UNIX Network Programming, this code is also getting dated. The program can be used to generate TCP or UDP packets for testing various network features. It runs as either client or server. WWW: http://www.icir.org/christian/sock.html PR: 206345 Submitted by: Steve Jacobson <sjac998@yahoo.com> (with slight modification)
* www/otter-browser: 0.9.09 -> 0.9.10pi2016-05-254-17/+5
| | | | | | | | | | | | | | | | | | - added initial support for User Scripts; - added Addons Manager; - added alternative display mode and support for optional headers for URL completion in address field; - many enhancements in experimental backend for QtWebEngine (Blink): o added support for entering full screen mode; o added support for content blocking; o added support for several missing actions; - several fixes and improvements in content blocking; - improved CMake build system (also now it is the only officially supported); - added new backend for storing browsing history; - many other fixes and improvements. PR: 209279 Submitted by: groot@kde.org (kde)
* - Update to 1.4amdmi32016-05-252-4/+6
| | | | | | | - Add LICENSE_FILE PR: 209606 Submitted by: ports@caomhin.org (maintainer)
* - Update to 1.6.7amdmi32016-05-252-4/+5
| | | | | | | - Add LICENSE_FILE PR: 209605 Submitted by: ports@caomhin.org (maintainer)
* - Update to 1.2.2amdmi32016-05-252-4/+5
| | | | | | | - Add LICENSE_FILE PR: 209607 Submitted by: ports@caomhin.org (maintainer)
* - Take maintainershipamdmi32016-05-242-19/+18
| | | | | | - Switch to USES=localbase - Switch to normal pkg-plist - Make NLS support optional
* mail/msglint: remove NO_INSTALLpi2016-05-241-1/+0
| | | | Reported by: mat
* New port: mail/msglintpi2016-05-244-0/+30
| | | | | | RFC 822/MIME/DSN/MDN/Tracking-Status message validator WWW: https://tools.ietf.org/tools/msglint/
* net-mgmt/xymon-client: Modernize portfeld2016-05-242-9/+7
| | | | | | Remove @exec and unnecessary @dir from plist Reported by: bapt
* net-mgmt/xymon-server: Modernize portfeld2016-05-242-51/+36
| | | | | | | Clean up pkg-plist Move @exec to post-install Reported by: bapt
* - Update to 20160515amdmi32016-05-243-3/+6
| | | | | | | - While here, add missing WWW PR: 209555 Submitted by: lifanov@mail.lifanov.com (maintainer)
* - Update to 4.7.0amdmi32016-05-242-3/+4
| | | | | PR: 209547 Submitted by: neel@neelc.org (maintainer)
* - Update to 2015.8.10amdmi32016-05-245-165/+4
| | | | | PR: 209721 Submitted by: christer.edwards@gmail.com (maintainer)
* Simplify plist by using @samplebapt2016-05-241-26/+13
| | | | Approved by: feld (maintainer)
* - Update net/unison to 2.48.4madpilot2016-05-243-12/+13
| | | | | - While here remove unneeded DOCS option from DEFAULT_OPTIONS(it's always on by default)
* Fix my previous fix.mat2016-05-241-3/+3
| | | | | Reported by: marino Sponsored by: Absolight
* - Fix build on 9.xamdmi32016-05-242-6/+6
| | | | | PR: 209731 Submitted by: nevecherya@gmail.com
* - Update to 2.027jadawin2016-05-242-3/+4
|
* textproc/py-pysrt: update to 1.1.1wg2016-05-242-3/+4
|
* net/krdc: remove FreeBSD 8 compatibility patchpi2016-05-241-40/+0
| | | | | | | | | The patch was introduced in r374162 in the official ports tree, but is no longer relevant since FreeBSD 8 reached EOL. PR: 209695 Submitted by: groot@kde.org (kde) Originally-by: tcberner
* Update to 1.12bapt2016-05-243-4/+5
|
* x11-toolkits/qt5-widgets: fix scaling / cropping for full-screen applicationspi2016-05-243-1/+53
| | | | | | | | - tcberner: Fix the fullscreen behaviour of VLC when using the Qt5 frontend. PR: 208185 Submitted by: nolden@kde.org (kde)
* - Switch to seafile user/groupamdmi32016-05-242-5/+6
| | | | | PR: 205669 Submitted by: Ultima1252@gmail.com (maintainer)
* - Add seafile user and group, needed for libsearpc, ccnet, seafile* and ↵amdmi32016-05-242-0/+2
| | | | | | | other related ports PR: 205669 Submitted by: Ultima1252@gmail.com (maintainer)
* - Update to 2.3.1amdmi32016-05-244-35/+42
| | | | | | | | | - Fix config file handling - Include extra missing 'app' files PR: 208363 Submitted by: freebsd@zleslie.info Approved by: maintainer timeout (xaque208@gmail.com, 2 months)
* Fix plistmatthew2016-05-241-2/+4
| | | | Reported by: pkg-fallout
* - Mark DEPRECATED and set EXPIRATION_DATEwen2016-05-241-0/+3
|
* - Adjust CONFLICTS to welcome moodle-3.1wen2016-05-243-3/+3
|
* - Repocopy moodle30 --> moodle31 and update to 3.1wen2016-05-245-0/+142
|
* Update devel/elixir-timex to version 2.1.5.olgeni2016-05-243-3/+11
|
* Update devel/elixir-exrm to version 1.0.5.olgeni2016-05-242-3/+4
|
* www/mod_http2-devel: Update to 1.5.6brnrd2016-05-242-4/+4
| | | | - Update to latest version 1.5.6
* - Update to 0.5wen2016-05-242-5/+7
|
* - Update to 5.1.6wen2016-05-242-3/+4
|
* sysutils/backuppc: fix fatal error with perl-5.22pi2016-05-242-1/+12
| | | | | | | - Using an array as a reference cause fatal error with Perl-5.22. PR: 209496 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
* Mark port IGNORE.mandree2016-05-241-1/+1
|
* Really add .pc file for devel/libublio.mandree2016-05-242-1/+12
| | | | | | | | (I wish that poudriere or a make under DEVELOPER=yes would use svn export to actually check for missing files.) PR: 199717 Reported by: Barbara Guida, lightside
* editors/calligra-l10n: add plist-subpi2016-05-2458-2544/+2546
| | | | | | | | | | | | All of the Calligra translations can use %%LANG%% in their plists to reduce plist-differences across the translations and reduce churn. Also introduces ${CURDIR:H:H} instead of some ${CURDIR}/../.. constructions. Original work by tcberner. PR: 209268 Submitted by: Adriaan de Groot <groot@kde.org> (kde)
* databases/py-odbc: 3.0.7 -> 3.0.10pi2016-05-245-26/+27
| | | | | | | - Fix for 64-bit int problems and decimal problems. PR: 209668 Submitted by: rob.kruus@gmail.com (maintainer)
* - Update to 2.6lwhsu2016-05-242-4/+4
|
* www/py-django-tagging: 0.4.1 -> 0.4.3pi2016-05-242-4/+6
| | | | | | | | | - Add missing migration for ``on_delete`` - Fix tag weight - Reduce warnings for recent versions of Django PR: 209608 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
* New port: x11-fonts/firacodepi2016-05-245-0/+47
| | | | | | | | | | | | | | | | | | Fira Code is a version of Mozilla's Fira Mono font with additional ligatures. It is an extension of the Fira Mono font containing a set of ligatures for common programming multi-character combinations in languages like erlang, elixir, haskell, ocaml, clojure, scala etc where these symbols crop up frequently. This is just a font rendering feature: underlying code remains ASCII-compatible. This helps to read and understand code faster. For some frequent sequences like .. or //, ligatures allow us to correct spacing. WWW: https://github.com/tonsky/FiraCode PR: 209627 Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
* Document security announcement from MediaWiki 1.26.3, 1.25.6, andjunovitch2016-05-241-0/+53
| | | | 1.23.14 release.
* - Update to 0.82danilo2016-05-242-3/+4
|
* - Update to 0.9.12danilo2016-05-242-4/+4
|
* - Update to 6.700.7danilo2016-05-243-4/+5
|
* - Update to 8.3.0danilo2016-05-243-4/+26
|
* - Clarify LICENSEamdmi32016-05-241-1/+2
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* - Update to 1.1.20amdmi32016-05-242-4/+3
| | | | | PR: 209623 Submitted by: xmj (maintainer)
* Add pkgconfig file. Add LICENSE clause.mandree2016-05-242-0/+8
| | | | | PR: 199797 Submitted by: resver@gmail.com
* Modernize Makefile and chase new requisites.mandree2016-05-246-68/+71
| | | | | | | | | | | | | | | | | | | | | | | | * Modernize Makefile [1]. * The Tcl changes suggested in the PR [1] are applied but commented out because the code causes scary "warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size]" in lang/tcl/tcl_*.c on FreeBSD 10.3 amd64. * Other than what is suggested in the PR, refuse to add the TCL option, and leave --disable-tcl in. * JAVA option: restrict to Java versions 1.6 and 1.7 because the port fails to compile with JAVA option enabled and openjdk8 (IllegalArgument exception). portlint cleanups: * Set PATCH_WRKSRC, and refresh patches with "make makepatch". * Use Space (not HTab) after WWW: tag in pkg-descr * Drop "The" from COMMENT. PR: 208740 [1] Submitted by: gahr@ [1]
* Ah, the Perl to github exporter is working again, so, let's use themat2016-05-241-3/+3
| | | | | | distfile github generates. Sponsored by: Absolight
* multimedia/emby-server:woodsb022016-05-243-1034/+166
| | | | | | | | | | | | - Update to 3.0.5971 - Change to USES=sqlite - Ensure OPTIONS dependencies are tab aligned Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.0.5971 Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6514
* net-p2p/bitmessage: Restore build on DragonFlymarino2016-05-241-1/+1
| | | | | | | Restoring build on DragonFly is a trivial matter of adding OPSYS macro to an existing patch. Approved by: Restore DF functionality blanket
* multimedia/kaffeine: Recover build on DragonFly by enhancing new patchmarino2016-05-241-2/+2
| | | | | | | DragonFly needs the same modification as FreeBSD to build kaffeine, and the necessary tweak to the new patch is trivial. Approved by: Restore DF functionality blanket
* - Update to 1.24, announce message:nemysis2016-05-242-3/+3
| | | | | * Updated Brazilian Portuguese and German translations * The ice blocks dropped by the large blue book's third form now shatter if they land on lifts
* Fix portlint warnings.mandree2016-05-244-14/+15
| | | | | | Add PATCH_WRKSRC so that make makepatch works, refresh patches with make makepatch and rename them, and drop the "The" from COMMENT.
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-24217-223/+161
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Update to 6.2.23. Add TCL option. Cleanup.mandree2016-05-246-54/+109
| | | | | | | | | | | | | | | | | | | Changes submitted by gahr@: Enable a new TCL option, adding a pkgIndex.tcl file. Modernize Makefile. [1] Changes by mandree@: Fix installation of TCL API docs if TCL option is enabled. Update to new upstream release 6.2.23. Install the upgrade61.sh script if SQL option is enabled, with additional fixes distributed as a patch to avoid licensing concerns. Add an UPDATING entry. Add changes in Mk/Uses/bdb.mk. db5 parts of PR 208740 to be committed in a separate transaction later. PR: 208740 Submitted by: gahr@
* Update to 1.5.7olivierd2016-05-242-3/+4
|
* security/letsencrypt.sh: Update to 0.2.0brnrd2016-05-242-10/+16
| | | | | | | | | | - Update to version 0.2.0 - Add documentation - Moved example files Reviewed by: Sascha Holzleiter <sascha@root-login.org> (maintainer) Approved by: Sascha Holzleiter <sascha@root-login.org> (maintainer) Differential Revision: D6494
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-24536-540/+539
| | | | Approved by: portmgr blanket
* Update to 1.8.99.1bapt2016-05-242-4/+4
| | | | | | | Changes: - Reduce memory used while analysing elf files - Stop checking pre-deinstall script except if DEVELOPER=yes is set - fix double free in pkg updating
* - Add LICENSEamdmi32016-05-241-8/+4
| | | | | | | - Switch to USES=localbase and pathfix PR: 209684 Submitted by: liangtai.s16@gmail.com (maintainer)
* Update to 1.8.3bapt2016-05-242-4/+4
| | | | | Changes: - upgrading/reinstall packages also need to not check the result of the predeinstall script :(
* - Update to 1.8.6amdmi32016-05-243-8/+10
| | | | | | | - While here, clarify LICENSE PR: 209683 Submitted by: liangtai.s16@gmail.com (maintainer)
* - Add workaround for broken C++11 support in GCC.hrs2016-05-243-1/+93
| | | | - Remove extra -9 for GZIP_CMD.
* Update to b03c2c9.hrs2016-05-242-7/+6
|
* Fix a build error when using gcc5.hrs2016-05-241-0/+24
| | | | PR: 209714
* Cleanup some other NO_PACKAGE madness.mat2016-05-2414-21/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* During the exp-run in bug 208158, it was found that x11-toolkits/wxgtk30dim2016-05-241-0/+10
| | | | | | | | | | | | | | | | | gives errors with libc++ 3.8.0: ./src/stc/scintilla/src/Editor.cxx:5844:6: error: call to 'abs' is ambiguous if (abs(pt1.x - pt2.x) > 3) ^~~ This is because pt1.x and pt2.x are float values, but <cmath> is not included, and abs() for float values comes from that header. Fix it by including <cmath>. Approved by: portmaster@bsdforge.com (maintainer) Approved by: vlad-fbsd@acheronmedia.com (maintainer) PR: 209694 MFH: 2016Q2
* While having a distfile of 400MB 10 years ago was big, it is not amat2016-05-2412-22/+0
| | | | | | | | problem any more. With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6512
* Update WWWehaupt2016-05-241-1/+1
| | | | | PR: 209390 Submitted by: Piotr Kubaj
* - Update to 0.22amdmi32016-05-243-14/+4
| | | | | PR: 209665 Submitted by: mp39590@gmail.com (maintainer)
* - Update to 2.0.13amdmi32016-05-232-4/+4
| | | | | PR: 209693 Submitted by: linpct@gmail.com (maintainer)
* - Pass maintainership to submitteramdmi32016-05-231-8/+7
| | | | | | | | | | | | - While here, minor cleanup - Clarify LICENSE - Add LICENSE_FILE - Remove unneeded flags - Don't needlessly and erroneously patch wish path when TCL is disabled and ${WISH} is not defined - Silence mkdir PR: 209705 Submitted by: guru@unixarea.de
* Update to 5.1.39matthew2016-05-232-27/+27
| | | | | | | | | | | | | | - Modernize port: use option depended make targets - Add PORTSCOUT config - Support OpenJDK8 - Consequently make building the javadoc API docs contingent on the version of java used: only build when java 1.6 or 1.7 is in use. javadoc in OpenJDK 1.8 is much less forgiving than in earlier versions of java, and would require substantion patching of the sources to generate javadoc successfully. - Use COPYTREE_SHARE to install javadocs rather than rolling our own ChangeLog: http://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-39.html
* Drop maintainership as I no longer use this software.ehaupt2016-05-231-1/+1
|
* Update to 1.6.1matthew2016-05-232-4/+4
| | | | ReleaseNotes: https://sourceforge.net/projects/pgbarman/files/1.6.1/
* - Update to 0.5.1lwhsu2016-05-235-12/+13
| | | | | PR: 209713 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
* devel/creduce: update to 2.5.0swills2016-05-233-10/+17
|
* Update to latest snapshot.mat2016-05-232-9/+6
| | | | Sponsored by: Absolight
* Update to v5.25.1-46-g5f602b3.mat2016-05-235-7/+75
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.0-121-g38c8d7b...v5.25.1-46-g5f602b3 Sponsored by: Absolight
* Do not check deinstall script results at all except if DEVELOPER_MODE is setbapt2016-05-232-4/+4
| | | | | | Due to too many bad quality ports, for now we are back in not checking pre/post deinstall scripts at all except if DEVELOPER_MODE=yes is set, we hope to readd those checks once the ports have been fixed
* mail/sympa: update 6.2.14 -> 6.2.15robak2016-05-235-19/+50
| | | | | | | | - Bugfix release PR: 209667 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) MFH: 2016Q2
* - Add LICENSE_FILEamdmi32016-05-231-3/+7
| | | | | - Add NO_ARCH - Switch to options helpers
* Update to version 1.1matthew2016-05-233-46/+4
| | | | | | | - Remove patch as this has been incorporated upstream. Release 1.1 is functionally identical to the previous 1.0 port + patch. ChangeLog: https://github.com/2ndquadrant-it/pgespresso/blob/master/ChangeLog
* Update to 1.8.1bapt2016-05-232-4/+4
| | | | | | Changes: - Fix double free in pkg updating - Drop failures on POST-DEINSTALL (still too many failures in ports there :()
* - Update to 1.31jadawin2016-05-233-3/+21
|
* Fix pango install deinstall script that are no longer needed since 1.38bapt2016-05-232-3/+1
|
* - Update to 3.33jadawin2016-05-233-3/+8
|
* - Update to 1.98jadawin2016-05-233-3/+6
|
* - Update to 2.61jadawin2016-05-232-3/+4
|
* - Update to 2.08jadawin2016-05-232-3/+4
|
* - Fix WWW linkmich2016-05-231-1/+1
| | | | | PR: 209640 Submitted by: Keren Sky <keren_sky@live.com>
* graphics/seexpr is not jobs safe (previously reported)marino2016-05-231-0/+2
| | | | | | | | | This port has failed on me three separate times, it appears to be trying to link prematurely, e.g. ../SeExpr/libSeExpr.so: error: undefined reference to 'SeExprpos()' I reported it a few weeks ago, but now I'm going ahead and marking it as unsafe.
* - Update mediawiki to 1.26.3, 1.25.6 and 1.23.14wen2016-05-236-9/+12
| | | | | | (security update) MFH: 2016Q2
* Mark two more deadbeef ports as not jobs safemarino2016-05-232-0/+4
| | | | | | It was supposed that all deadbeef ports share the same build concurrency flaw, and that appears to have been demonstrated. These are the two latest deadbeef ports to fail in a multijob build.
* emulators/i386-wine-devel: update to 1.9.10.dbn2016-05-232-14/+14
|
* x11/xtrlock: 2.6 -> 2.8pi2016-05-232-3/+4
| | | | | | | | Changes: http://metadata.ftp-master.debian.org/changelogs/main/x/xtrlock/unstable_changelog PR: 209701 Submitted by: A.J. Fonz van Werven <freebsd@skysmurf.nl> (maintainer)
* - Update to 0.000030sunpoet2016-05-232-4/+4
| | | | Changes: http://search.cpan.org/dist/Test2-Suite/Changes
* - Add CONFLICTS_INSTALLsunpoet2016-05-231-0/+5
| | | | - Mark DEPRECATED and set EXPIRATION_DATE to 2016-06-30
* - Update to 1.302015sunpoet2016-05-2365-72/+135
| | | | | | | | | - Use real PORTVERSION - Use CONFLICTS_INSTALL instead of CONFLICTS - Update CONFLICTS_INSTALL - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Simple/Changes
* - Add LICENSE_FILEsunpoet2016-05-232-1/+4
| | | | | | | - Convert to new options target helper - Add WWW Approved by: portmgr (blanket)
* - Add LICENSEsunpoet2016-05-231-0/+3
|
* - Add LICENSEsunpoet2016-05-231-0/+3
| | | | - Add NO_ARCH
* - Add LICENSEsunpoet2016-05-231-1/+4
| | | | | - Update RUN_DEPENDS: use newer rubygem-rack - Bump PORTREVISION for dependency change
* - Add LICENSEsunpoet2016-05-231-0/+2
|
* - Add LICENSEsunpoet2016-05-232-1/+3
| | | | - Update WWW
* - Add LICENSEsunpoet2016-05-232-1/+3
| | | | - Update WWW
* - Fix LICENSEsunpoet2016-05-231-2/+2
| | | | - Update RUN_DEPENDS
* - Update to 2.0.0sunpoet2016-05-232-3/+4
| | | | Changes: https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md
* - Update to 0.9.9sunpoet2016-05-232-3/+4
| | | | Changes: https://github.com/rake-compiler/rake-compiler/blob/master/History.txt
* - Update to 5.9.0sunpoet2016-05-232-3/+4
| | | | Changes: https://github.com/seattlerb/minitest/blob/master/History.rdoc
* - Update to 0.8.11sunpoet2016-05-232-3/+4
| | | | Changes: https://github.com/Dynflow/dynflow/commits/master
* - Update to 4.1.2sunpoet2016-05-232-3/+4
| | | | Changes: https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md
* - Update to 0.27sunpoet2016-05-232-3/+4
| | | | Changes: http://search.cpan.org/dist/namespace-clean/Changes
* - Update to 0.28sunpoet2016-05-232-5/+8
| | | | | | | - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/MooseX-ClassAttribute/Changes
* - Update to 5.07sunpoet2016-05-232-3/+4
| | | | Changes: http://search.cpan.org/dist/Minion/Changes
* - Update to 1.319sunpoet2016-05-232-3/+5
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Git-Repository/Changes
* - Update to 0.3700sunpoet2016-05-232-3/+4
| | | | Changes: http://search.cpan.org/dist/DateTime-Set/Changes
* - Update to 0.9160sunpoet2016-05-232-3/+4
| | | | Changes: http://search.cpan.org/dist/CPANPLUS/ChangeLog
* - Update to 1.4.1sunpoet2016-05-232-3/+5
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/MongoDB/Changes
* - Update to 0.1.6sunpoet2016-05-232-5/+5
| | | | Changes: https://github.com/fog/fog-openstack/commits/master
* - Update to 0.14.0sunpoet2016-05-232-4/+4
| | | | Changes: https://github.com/envygeeks/pathutil/commits/master
* - Update to 2.14.0sunpoet2016-05-232-3/+4
| | | | Changes: https://github.com/guard/guard/releases
* - Update to 0.1.0sunpoet2016-05-232-3/+4
| | | | | Changes: https://github.com/guard/notiffany/releases https://github.com/guard/notiffany/commits/master
* - Update to 0.4.0sunpoet2016-05-232-4/+4
| | | | Changes: https://github.com/state-machines/state_machines-activerecord/commits/master
* - Update to 0.4.0sunpoet2016-05-232-3/+4
| | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master
* - Update to 2.1.0sunpoet2016-05-232-3/+4
| | | | Changes: https://github.com/google/oauth2client/releases
* - Update to 1.11.2sunpoet2016-05-232-3/+4
| | | | Changes: https://github.com/pysal/pysal/releases
* - Update RUN_DEPENDSsunpoet2016-05-231-1/+2
| | | | - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDSsunpoet2016-05-231-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update to 2.200005sunpoet2016-05-232-3/+4
| | | | Changes: http://search.cpan.org/dist/Net-CLI-Interact/Changes
* - Update to 1.033sunpoet2016-05-233-5/+4
| | | | Changes: http://search.cpan.org/dist/PAR-Packer/Changes
* - Update to 0.012sunpoet2016-05-232-4/+8
| | | | | | | - Add LICENSE_FILE - Strip shared library Changes: http://search.cpan.org/dist/multidimensional/Changes
* - Add LICENSE_FILEsunpoet2016-05-231-4/+7
| | | | | - Strip shared library - Bump PORTREVISION for package change
* - Update to 0.56sunpoet2016-05-232-3/+4
| | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
* - Update to 2.15.6sunpoet2016-05-233-70/+73
| | | | | Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v2.15.6/CHANGELOG.md
* - Update to 3.9.2sunpoet2016-05-233-220/+30
| | | | Changes: https://github.com/npm/npm/releases
* - Update to 1.23.0sunpoet2016-05-233-4/+5
| | | | | | - Update WWW Changes: https://github.com/aria2/aria2/releases
* - Update to 3.5.0sunpoet2016-05-232-3/+4
| | | | Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog
* - Update to 20160522sunpoet2016-05-232-4/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* - Update to 7.49.0sunpoet2016-05-233-13/+18
| | | | | | - Fix shebang Changes: http://curl.haxx.se/changes.html
* - Update to 7.4.1832sunpoet2016-05-232-3/+4
| | | | Changes: https://github.com/vim/vim/commits/master
* - Update to 3.5.0sunpoet2016-05-232-3/+4
| | | | Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog
* - Add LICENSEsunpoet2016-05-232-0/+7
|
* - Add upstream and my LOCAL to MASTER_SITESsunpoet2016-05-231-1/+3
|
* - Update MASTER_SITES:sunpoet2016-05-231-1/+1
| | | | | - Remove unfetchable upstream - Add my LOCAL
* - Mark DEPRECATED and set EXPIRATION_DATEwen2016-05-231-0/+3
|
* dns/powerdns: update 3.4.8 -> 3.4.9robak2016-05-232-4/+4
| | | | | | | | - Bugfix release PR: 209677 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) MFH: 2016Q2
* Update autoconf-archive to 2016.03.20.kwm2016-05-234-57/+21
|
* math/R: 3.2.2 -> 3.3.0pi2016-05-236-38/+44
| | | | | | | | Changes: https://stat.ethz.ch/pipermail/r-announce/2016/000602.html PR: 209315 Submitted by: wen Approved by: bf (maintainer, by mail)
* Do not pull in gcc, this was a leftover from debugging builds on 9.xsbruno2016-05-231-1/+1
| | | | Submitted by: Terry Kennedy <TERRY@glaver.org>
* Bump revision as the package was badly analyzed by pkg(8) pre 1.8bapt2016-05-231-0/+1
|
* Update to 3.8.3olivierd2016-05-232-3/+4
| | | | | PR: 209666 Submitted by: <mp39590@gmail.com> (maintainer)
* Prevent collision with getline(3)bapt2016-05-231-0/+29
|
* Prevent collision with getline(3)bapt2016-05-233-0/+39
|
* Prevent collision with getline(3)bapt2016-05-232-0/+55
| | | | Obtained from: Upstream
* Update to 16.04.0olivierd2016-05-237-84/+51
|
* Prevent collision with getline(3)bapt2016-05-232-0/+36
|
* Update to 0.2.1bapt2016-05-232-3/+4
|
* Update to 2.10bapt2016-05-233-3/+5
|
* Update ipmitool to upstream version 1.8.17sbruno2016-05-229-20/+61
| | | | | | | Make patchfiles portlint friendly and add new patches to aid in compilation. Reviewed by: zi Differential Revision: https://reviews.freebsd.org/D6401
* Release pkg 1.8.0bapt2016-05-224-7/+8
| | | | | | | | | | | | | | | | | | | | | | New features: - new vital flag that prevent from removing a package with pkg delete when not specifying -f - upgrade process now has atomicity per packages meaning now we can safely check the return of the pre* scripts - handle ctrl-c during upgrade/install/update - solver improvements - pkg clean now runs in a capsicum sandbox on supported plateforms Changes: - pkg delete now fails if one tries to delete it (the pkg package) without -f. Before it was just warning and skipping it - pkg install --from-root has been renamed pkg install --recursive to avoir confusion Fixes: - correctly handle hardlinked setuid files - better handling of setuid - fix elf analysis when some bad libraries have SONAME specified by empty - fix elf analysis when a binary provides elf_notes but not the expected ones and are still valid freebsd binaries (this fixes the case when libgdk_pixbuf was not found as a provided lib on i386) - NAMESERVER option is now working again and inputs are better checked - lots of bug fixes: potential leaks mostly
* Turn hard dependencies into OPTIONS.adamw2016-05-221-10/+17
| | | | | | | | | | | GraphicsMagick actually has the ability to be a slim package, and support for every format is configurable. All previously hard dependencies are now on by default, so the default package is unchanged. No PORTREVISION bump necessary. PR: 209362 Approved by: maintainer timeout (15 days)
* Update devel/elixir-csv to version 1.4.1.olgeni2016-05-222-3/+5
|
* net/syncthing: update to 0.13.2swills2016-05-222-4/+4
|
* devel/gb: update to 0.4.1swills2016-05-222-3/+4
|
* devel/godep: update to v70swills2016-05-222-4/+4
|
* Update to Xboard 4.9.0johans2016-05-223-6/+52
| | | | https://www.gnu.org/software/xboard/whats_new/4.9.0/
* Reorganise and modernise the py-sqlalchemy ports.matthew2016-05-2241-365/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908
* Remove expired port:rene2016-05-227-71/+1
| | | | 2016-05-22 security/easypg: Included into emacs since 2.3
* - Update to 0.2.5olivierd2016-05-223-12/+25
| | | | | - Replace CPPFLAGS and LDFLAGS by USES= localbase - Adjust dependencies
* - Add LICENSEamdmi32016-05-222-3/+7
| | | | | | - Switch to options helpers - Remove useless pkg-message - Remove object files to make sure everythin's rebuit
* Update to upstream version 5.28riggs2016-05-222-3/+4
| | | | | | | | | | | | Detailed maintainer log: - Libraries now prepend "dombey-" to temporary files so that users can discriminate their own mkstemp()-created temporary files from files created by the libraries in server root directories. - Clarification of the structure of key and iv values has been added to the manual pages. PR: 209638 Submitted by: jimmy@mammothcheese.ca (maintainer)
* security/revealrk: 1.0.1 -> 1.1.2pi2016-05-225-17/+20
| | | | - added zombie ignore option "-z" for FreeBSD
* security/sssd: chase samba dependency, unbreakpi2016-05-221-2/+2
| | | | | PR: 209687 Submitted by: prj@rootwyrm.com
* devel/fb-adb: update x86_64 NDK to r11cjbeich2016-05-222-6/+7
| | | | No PORTREVISION bump as it's unlikely to change the produced binary.
* devel/fb-adb: unbreak c6_64 build after r411857jbeich2016-05-221-2/+1
| | | | | | | | ===> Extracting for fb-adb-1.4.4.124 => SHA256 Checksum OK for android-ndk-r10e-linux-x86_64.bin. => SHA256 Checksum OK for facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz. tar: Error opening archive: Unrecognized archive format *** Error code 1
* devel/fb-adb: make :p7zip group pass sanity checkjbeich2016-05-221-1/+1
| | | | | | | | | => android-ndk-r10e-linux-x86.bin doesn't seem to exist in /portdistfiles/. eval: _MASTER_SITES_p7zip: parameter not set *** Error code 2 PR: 208916 Reported by: antoine (via exp-run)
* devel/fb-adb: back out r415434 and r415502jbeich2016-05-221-4/+3
| | | | | | | | | | | | | Better fix will follow. r415502 also broke 9.x: ===> Extracting for fb-adb-1.4.4.124 => SHA256 Checksum OK for android-ndk-r10e-linux-x86.bin. => SHA256 Checksum OK for facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz. tar: Unrecognized archive format tar: Error exit delayed from previous errors. *** [do-extract] Error code 1 Reported by: pkg-fallout
* Partially back out r414539, it only made sense for devel/fb-adbjbeich2016-05-222-6/+11
|
* sysutils/tarsnap-gui: update to 0.9swills2016-05-222-3/+4
|
* - Update to 1.2.2cpm2016-05-224-4/+22
| | | | | | | | | Changelog: https://github.com/baedert/corebird/releases/tag/1.2.2 Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6485
* devel/godep: update to v69swills2016-05-222-3/+4
|
* sysutils/packer: update to 0.10.1swills2016-05-222-4/+5
|
* - mod_perl works only with perl >= 5.22,ohauer2016-05-221-1/+1
| | | | | | refelct this in the ${PERL_VER} check! Reported by: Daniel Mafua <daniel.mafua_at_dempseyuniform.com>
* Remove reference to FreeBSD 9, releases prior to 10.3-RELEASE are alsoolivierd2016-05-221-1/+1
| | | | | | concerned Suggested by: mat@
* sysutils/mcelog: 136 -> 137pi2016-05-222-3/+3
| | | | | | | | - Fix file descriptor leak in domsr() - Fix GENMEM script to set EN and S bits PR: 209681 Submitted by: Ultima1252@gmail.com (maintainer)
* Fix dependency.hrs2016-05-221-3/+4
|
* New port: textproc/py-numpydoccpm2016-05-224-0/+36
| | | | | | | | | | | | | Numpy's documentation uses several custom extensions to Sphinx. These are shipped in this numpydoc package, in case you want to make use of them in third-party projects. WWW: https://github.com/numpy/numpydoc Submitted by: cpm Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D6451
* New port: devel/py-codecovcpm2016-05-224-0/+34
| | | | | | | | | | | Python report uploader for Codecov WWW: https://github.com/codecov/codecov-python Submitted by: cpm Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D6450
* Add devel/p5-Data-URIEncode, a Perl module that allows complex datawoodsb022016-05-225-0/+34
| | | | | | | structures to be encoded using flat URIs. Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6484
* - Update to 2.57.1madpilot2016-05-226-10/+30
| | | | | - Add patch to fix build on 9.3 i386 - While here regenerate some other patches
* . Update to 7u101glewis2016-05-213-2016/+1054
|
* textproc/consul-template: update to 0.14.0swills2016-05-212-81/+20
|
* textproc/p5-Algorithm-CheckDigits: update to 1.3.2swills2016-05-212-4/+4
|
* textproc/p5-Spreadsheet-Read: update to 0.64swills2016-05-212-3/+4
|
* www/py-splinter: update to 0.7.3wg2016-05-212-5/+7
|
* devel/py-pyte: update to 0.5.2wg2016-05-212-3/+7
|
* devel/py-lxml: update to 3.6.0wg2016-05-212-3/+4
|
* devel/py-hgsubversion: update to 1.8.6wg2016-05-212-3/+4
|
* devel/py-hgtools: update to 6.3wg2016-05-212-3/+4
|
* devel/py-hghooks: update to 0.7.0wg2016-05-212-4/+4
|
* devel/py-flake8: update to 2.5.4wg2016-05-212-3/+4
|
* devel/py-cffi: update to 1.6.0wg2016-05-212-3/+4
|
* Check relayd's configuration with {start,restart,reload}_precmd in the rc ↵lme2016-05-211-0/+9
| | | | | | | | script. PR: 200914 Submitted by: Damien Fleuriot <dam@my.gd> Approved by: maintainer timeout (11 months)
* devel/etcd: update 2.3.4 -> 2.3.5robak2016-05-212-4/+3
|
* Update to 0.10.vanilla2016-05-212-3/+4
|
* - Switch to USES=tar:tgzamdmi32016-05-211-5/+6
| | | | - Switch to options helpers
* Fix patching when OPENMP is disabledantoine2016-05-212-0/+2
| | | | Reported by: pkg-fallout