aboutsummaryrefslogtreecommitdiff
path: root/russian
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN: unfetchableAntoine Brodin2019-08-058-0/+16
| | | | Notes: svn path=/head/; revision=508138
* russian/d1489: Use HTTPS in WWW.Gleb Popov2019-08-031-1/+1
| | | | Notes: svn path=/head/; revision=507937
* - Update to 6.2.5Li-Wen Hsu2019-07-081-5/+5
| | | | Notes: svn path=/head/; revision=506201
* Clean up final leftovers from Qt4.Rene Ladan2019-06-261-3/+2
| | | | | | | | | Submitted by: rene Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D20725 Notes: svn path=/head/; revision=505150
* Update to 5.2.2Jochen Neumeister2019-06-212-4/+4
| | | | | | | | | Changelog: https://wordpress.org/news/2019/06/wordpress-5-2-2-maintenance-release/ Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=504770
* Update to 5.2.1Jochen Neumeister2019-06-162-4/+4
| | | | | | | | | Changelog: https://wordpress.org/news/2019/05/wordpress-5-2-1-maintenance-release/ Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=504346
* - Update to 6.2.4Li-Wen Hsu2019-05-231-5/+5
| | | | Notes: svn path=/head/; revision=502357
* WordPress: Update to 5.2Jochen Neumeister2019-05-112-4/+4
| | | | | | | | | | - https://wordpress.org/news/2019/05/jaco/ - https://wordpress.org/support/wordpress-version/version-5-2/ Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=501247
* Remove expired ports:Rene Ladan2019-05-0120-17658/+0
| | | | | | | | | | 2019-04-30 russian/ircd-hybrid: The project is inactive since 2009 and the code is outdated 2019-04-30 devel/py-jsonschema2: Use devel/py-jsonschema instead 2019-04-30 devel/rubygem-msgpack1: Use devel/rubygem-msgpack instead 2019-04-30 www/p5-CGI.pm: Use www/p5-CGI instead Notes: svn path=/head/; revision=500611
* - Update to 6.2.3Li-Wen Hsu2019-04-201-5/+5
| | | | Notes: svn path=/head/; revision=499456
* devel/eric6: update to 19.04David Naylor2019-04-071-3/+3
| | | | | | | - ChangeLog: https://eric-ide.python-projects.org/eric-news.html Notes: svn path=/head/; revision=498296
* Update to 5.1.1Jochen Neumeister2019-04-062-5/+5
| | | | | | | | | | | | | - Take Maintainership PR: 236696 Approved by: maintainer (timeout) MFH: 2019Q2 Security: 15ee0e93-4bbb-11e9-9ba0-4c72b94353b5 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=498085
* devel/eric6: update to 19.03David Naylor2019-03-311-3/+3
| | | | | | | ChangeLog: https://eric-ide.python-projects.org/eric-news.html Notes: svn path=/head/; revision=497427
* Nuke xpi-* portsJan Beich2019-03-294-33/+0
| | | | | | | | Legacy extensions aren't supported by Firefox anymore. Very few were maintained up until last year when AMO stopped hosting files. Notes: svn path=/head/; revision=497197
* Mark this port broken and set an expiration dateRodrigo Osorio2019-03-281-4/+4
| | | | | | | | | | | | The russian hybrid ircd project is abandonned since 2009 and the code is one major version under the hybrid ircd project. In addition the server doesn't compile after the last openssl API change. Set the expiration date to the end of next month, and bump portrevision. Notes: svn path=/head/; revision=497011
* Update to 6.2.2Li-Wen Hsu2019-03-231-5/+5
| | | | | | | Much work done by: Greg Veldman <freebsd@gregv.net> Notes: svn path=/head/; revision=496620
* x11-fonts/mkfontscale: Update to 1.2.0Niclas Zeising2019-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | Update x11-fonts/mkfontscale to 1.2.0 Remove x11-fonts/mkfontdir, which has been merged into mkfontscale. Update dependencies and bump portrevisions. Add an entry to UPDATING and MOVES Changelog: https://lists.x.org/archives/xorg/2019-March/059633.html Thanks to Antoine for the exp-run! PR: 236336 (exp-run) Obtained from: FreeBSD Graphics Team dev repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale Sponsored by: B3 Init Notes: svn path=/head/; revision=495395
* - Bump PORTREVISION. editors/lazarus was updated to 2.0.0Jose Alonso Cardenas Marquez2019-03-071-1/+2
| | | | Notes: svn path=/head/; revision=494888
* */gimp-help*: Mark MAKE_JOBS_UNSAFETobias Kortkamp2019-02-241-1/+1
| | | | | | | | | | | | | | | The build of the non-English slave ports can fail randomly when building in parallel. Mark the master port (misc/gimp-help-en) MAKE_JOBS_UNSAFE to work around this. - Drop 'The' prefix from COMMMENT in the slave ports while here PR: 226054, 226189 Submitted by: maintainer Reported by: truckman Notes: svn path=/head/; revision=493763
* Drop maintainershipRoman Bogorodskiy2019-02-241-1/+1
| | | | | | | Return back to the pool ports I no longer use. Notes: svn path=/head/; revision=493757
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* - Update WWWDmitry Marakasov2019-01-091-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=489763
* Remove KDE4, part 5Rene Ladan2018-12-315-1808/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-31 korean/kde4-l10n: KDE4 is EOL upstream 2018-12-31 net/kget-kde4: KDE4 is EOL upstream 2018-12-31 net/kdenetwork-strigi-analyzers-kde4: KDE4 is EOL upstream 2018-12-31 net/zeroconf-ioslave-kde4: KDE4 is EOL upstream 2018-12-31 net/libkfbapi: Qt4 has been EOL since december 2015 2018-12-31 net/kdenetwork-kde4: KDE4 is EOL upstream 2018-12-31 net/kwooty: Qt4 has been EOL since december 2015 2018-12-31 net/kdenetwork-filesharing-kde4: KDE4 is EOL upstream 2018-12-31 net/libmediawiki-kde4: KDE4 is EOL upstream 2018-12-31 net/kio-upnp-ms: Qt4 has been EOL since december 2015 2018-12-31 net/libkvkontakte-kde4: KDE4 is EOL upstream 2018-12-31 net/krfb-kde4: KDE4 is EOL upstream 2018-12-31 net/smb4k-kde4: Qt4 has been EOL since december 2015 2018-12-31 net/krdc-kde4: KDE4 is EOL upstream 2018-12-31 french/kde4-l10n: KDE4 is EOL upstream 2018-12-31 ukrainian/kde4-l10n: KDE4 is EOL upstream 2018-12-31 textproc/kompare-kde4: KDE4 is EOL upstream 2018-12-31 textproc/libkomparediff2-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/silence: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdepim-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-serverstatuswidget: KDE4 is EOL upstream 2018-12-31 deskutils/strigi: KDE4 is end-of-life 2018-12-31 deskutils/plasma-applet-qstardict: Qt4 has been EOL since december 2015 2018-12-31 deskutils/homerun: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-daisy: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-teacooker: KDE4 is EOL upstream 2018-12-31 deskutils/kdepim-runtime-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-panelspacer: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-cwp: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-yawp: KDE4 is EOL upstream 2018-12-31 deskutils/kruler-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/superkaramba-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/kcharselect-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/kdepimlibs-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/ksshaskpass: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-simpleweatherforecast: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdeconnect-kde-kde4: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-fancytasks: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdeplasma-addons-kde4: KDE4 is EOL upstream 2018-12-31 japanese/kiten-kde4: KDE4 is EOL upstream 2018-12-31 japanese/kde4-l10n: KDE4 is EOL upstream 2018-12-31 graphics/libkdcraw-kde4: KDE4 is EOL upstream 2018-12-31 graphics/skanlite-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kamera-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kphotoalbum-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-strigi-analyzer-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kiconedit: Qt4 has been EOL since december 2015 2018-12-31 graphics/kdegraphics-thumbnailers-kde4: KDE4 is EOL upstream 2018-12-31 graphics/libkscreen: Qt4 has been EOL since december 2015 2018-12-31 graphics/kcoloredit: Qt4 has been EOL since december 2015 2018-12-31 graphics/libksane-kde4: KDE4 is EOL upstream 2018-12-31 graphics/ksnapshot-kde4: KDE4 is EOL upstream 2018-12-31 graphics/gwenview-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kpovmodeler: Qt4 has been EOL since december 2015 2018-12-31 graphics/ksaneplugin-kde4: KDE4 is EOL upstream 2018-12-31 graphics/digikam-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-svgpart-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kcolorchooser-kde4: KDE4 is EOL upstream 2018-12-31 graphics/okular-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kqtquickcharts-kde4: KDE4 is EOL upstream 2018-12-31 graphics/libkipi-kde4: Qt4 has been EOL since december 2015 2018-12-31 graphics/libkexiv2-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kolourpaint-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-mobipocket-kde4: KDE4 is EOL upstream 2018-12-31 russian/kde4-l10n: KDE4 is EOL upstream 2018-12-31 mail/kshowmail: Qt4 has been EOL since december 2015 2018-12-31 mail/kbiff: Qt4 has been EOL since december 2015 2018-12-31 www/kpartsplugin: Qt4 has been EOL since december 2015 2018-12-31 www/choqok-kde4: KDE4 is EOL upstream 2018-12-31 www/kdewebdev-kde4: KDE4 is EOL upstream 2018-12-31 www/kwebkitpart: Qt4 has been EOL since december 2015 2018-12-31 www/rekonq: Qt4 has been EOL since december 2015 2018-12-31 security/subversion-kwallet: KDE4 is end-of-life 2018-12-31 security/kwalletmanager-kde4: KDE4 is EOL upstream 2018-12-31 security/kgpg-kde4: KDE4 is EOL upstream 2018-12-31 devel/libkgapi-kde4: KDE4 is EOL upstream 2018-12-31 devel/kapptemplate-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-krosspython-kde4: KDE4 is EOL upstream 2018-12-31 devel/kcachegrind-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokegen-kde4: KDE4 is EOL upstream 2018-12-31 devel/cervisia-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-php-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-pykdeuic4-kde4: KDE4 is EOL upstream 2018-12-31 devel/okteta-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-pg-qt-kde4: KDE4 is EOL upstream 2018-12-31 devel/ruby-korundum-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-pykde4-kde4: KDE4 is EOL upstream 2018-12-31 devel/dolphin-plugins-kde4: KDE4 is EOL upstream 2018-12-31 devel/kde-dev-utils-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesvn-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokekde-kde4: KDE4 is EOL upstream 2018-12-31 devel/p5-perlkde-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-php-docs-kde4: KDE4 is EOL upstream 2018-12-31 devel/p5-perlqt-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-kde4: KDE4 is EOL upstream 2018-12-31 devel/poxml-kde4: KDE4 is EOL upstream 2018-12-31 devel/kde-dev-scripts-kde4: KDE4 is EOL upstream 2018-12-31 devel/umbrello-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdebindings-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-strigi-analyzers-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-thumbnailers-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-kioslaves-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevplatform-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokeqt-kde4: KDE4 is EOL upstream 2018-12-31 devel/ruby-qtruby-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-kde4: KDE4 is EOL upstream 2018-12-31 devel/lokalize-kde4: KDE4 is EOL upstream 2018-12-31 devel/libkolab: Qt4 has been EOL since december 2015 2018-12-31 devel/ruby-krossruby-kde4: KDE4 is EOL upstream 2018-12-31 arabic/kde4-l10n: KDE4 is EOL upstream 2018-12-31 databases/akonadi-kde4: KDE4 is EOL upstream 2018-12-31 ftp/plasma-applet-ftpmonitor: Qt4 has been EOL since december 2015 2018-12-31 print/print-manager-kde4: KDE4 is EOL upstream 2018-12-31 print/kover: Qt4 has been EOL since december 2015 2018-12-31 net-p2p/libktorrent-kde4: KDE4 is EOL upstream 2018-12-31 net-p2p/ktorrent-kde4: KDE4 is EOL upstream 2018-12-31 editors/kile-kde4: KDE4 is EOL upstream 2018-12-31 editors/klat4: Qt4 has been EOL since december 2015 2018-12-31 editors/kate-plugin-pate-kde4: KDE4 is EOL upstream 2018-12-31 editors/kate-kde4: KDE4 is EOL upstream 2018-12-31 misc/kdeedu-kde4: KDE4 is EOL upstream 2018-12-31 misc/krecipes-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde-thumbnailer-epub-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/kde-thumbnailer-fb2-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/libkdeedu-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ia: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nl: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-cs: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-fa: KDE4 is EOL upstream 2018-12-31 misc/kwordquiz-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-km: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-lt: KDE4 is EOL upstream 2018-12-31 misc/kdeutils-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-es: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-wa: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-en_GB: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-gl: KDE4 is EOL upstream 2018-12-31 misc/kde-thumbnailer-chm-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/kde4-l10n-ug: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ga: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nb: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-hr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-bs: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-et: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-pa: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nds: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-bg: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-tr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sk: KDE4 is EOL upstream 2018-12-31 misc/kgeography-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-is: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-da: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ca: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-it: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ro: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ca_valencia: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-kk: KDE4 is EOL upstream 2018-12-31 misc/parley-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sl: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-hi: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sr: KDE4 is EOL upstream 2018-12-31 misc/klettres-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sv: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-fi: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-lv: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-eu: KDE4 is EOL upstream 2018-12-31 misc/ktouch-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-id: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-mr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nn: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-el: KDE4 is EOL upstream 2018-12-31 science/step-kde4: KDE4 is EOL upstream 2018-12-31 science/kalzium-kde4: KDE4 is EOL upstream 2018-12-31 games/palapeli-kde4: KDE4 is EOL upstream 2018-12-31 games/kiriki-kde4: KDE4 is EOL upstream 2018-12-31 games/kanagram-kde4: KDE4 is EOL upstream 2018-12-31 games/khangman-kde4: KDE4 is EOL upstream 2018-12-31 games/kdiamond-kde4: KDE4 is EOL upstream 2018-12-31 games/kigo-kde4: KDE4 is EOL upstream 2018-12-31 games/kshisen-kde4: KDE4 is EOL upstream 2018-12-31 games/klickety-kde4: KDE4 is EOL upstream 2018-12-31 games/kdegames-kde4: KDE4 is EOL upstream 2018-12-31 games/kmines-kde4: KDE4 is EOL upstream 2018-12-31 games/ksquares-kde4: KDE4 is EOL upstream 2018-12-31 games/konquest-kde4: KDE4 is EOL upstream 2018-12-31 games/killbots-kde4: KDE4 is EOL upstream 2018-12-31 games/kblocks-kde4: KDE4 is EOL upstream 2018-12-31 games/knavalbattle-kde4: KDE4 is EOL upstream 2018-12-31 games/blinken-kde4: KDE4 is EOL upstream 2018-12-31 games/picmi-kde4: KDE4 is EOL upstream 2018-12-31 games/kjumpingcube-kde4: KDE4 is EOL upstream 2018-12-31 games/ksudoku-kde4: KDE4 is EOL upstream 2018-12-31 games/klines-kde4: KDE4 is EOL upstream 2018-12-31 games/bomber-kde4: KDE4 is EOL upstream 2018-12-31 games/kajongg-kde4: KDE4 is EOL upstream 2018-12-31 games/kbounce-kde4: KDE4 is EOL upstream 2018-12-31 games/kreversi-kde4: KDE4 is EOL upstream 2018-12-31 games/kmahjongg-kde4: KDE4 is EOL upstream 2018-12-31 games/kfourinline-kde4: KDE4 is EOL upstream 2018-12-31 games/kbreakout-kde4: KDE4 is EOL upstream 2018-12-31 games/bovo-kde4: KDE4 is EOL upstream 2018-12-31 games/kubrick-kde4: KDE4 is EOL upstream 2018-12-31 games/ksirk-kde4: KDE4 is EOL upstream 2018-12-31 games/granatier-kde4: KDE4 is EOL upstream 2018-12-31 games/libkdegames-kde4: KDE4 is EOL upstream 2018-12-31 games/pairs-kde4: KDE4 is EOL upstream 2018-12-31 games/kspaceduel-kde4: KDE4 is EOL upstream 2018-12-31 games/libkmahjongg-kde4: KDE4 is EOL upstream 2018-12-31 games/lskat-kde4: KDE4 is EOL upstream 2018-12-31 games/knetwalk-kde4: KDE4 is EOL upstream 2018-12-31 games/katomic-kde4: KDE4 is EOL upstream 2018-12-31 games/kollision-kde4: KDE4 is EOL upstream 2018-12-31 games/kgoldrunner-kde4: KDE4 is EOL upstream 2018-12-31 games/kapman-kde4: KDE4 is EOL upstream 2018-12-31 games/kpat-kde4: KDE4 is EOL upstream 2018-12-31 games/kolf-kde4: KDE4 is EOL upstream 2018-12-31 games/kblackbox-kde4: KDE4 is EOL upstream 2018-12-31 games/ksnakeduel-kde4: KDE4 is EOL upstream 2018-12-31 games/ktuberling-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/kdetoys-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/plasma-applet-adjustableclock: KDE4 is EOL upstream 2018-12-31 x11-clocks/amor-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/plasma-applet-geekclock: KDE4 is EOL upstream 2018-12-31 x11-clocks/kteatime-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/ktux-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/ktimer-kde4: KDE4 is EOL upstream 2018-12-31 hebrew/kde4-l10n: KDE4 is EOL upstream 2018-12-31 net-im/ktp-approver-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-filetransfer-handler-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-send-file-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-contact-list-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-desktop-applets-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-contact-runner-kde4: KDE4 is EOL upstream 2018-12-31 net-im/kopete-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-accounts-kcm-kde4: KDE4 is EOL upstream 2018-12-31 net-im/kmess-kde4: Qt4 has been EOL since december 2015 2018-12-31 net-im/plasma-applet-ktp-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-kded-integration-module-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-text-ui-kde4: KDE4 is EOL upstream 2018-12-31 net-im/telepathy-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-auth-handler-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-common-internals-kde4: KDE4 is EOL upstream 2018-12-31 audio/libkcompactdisc-kde4: KDE4 is EOL upstream 2018-12-31 audio/kmix-kde4: KDE4 is EOL upstream 2018-12-31 audio/audex: Qt4 has been EOL since december 2015 2018-12-31 audio/kio-audiocd-kde4: KDE4 is EOL upstream 2018-12-31 audio/kid3-kde4: Qt4 and KDE4 EOL upstream. Use audio/kid3-qt5 or audio/kid3-kf5 instead 2018-12-31 audio/libkcddb-kde4: KDE4 is EOL upstream 2018-12-31 audio/kstreamripper: Qt4 has been EOL since december 2015 2018-12-31 audio/juk-kde4: KDE4 is EOL upstream 2018-12-31 audio/kscd-kde4: KDE4 is EOL upstream 2018-12-31 audio/simon: Qt4 has been EOL since december 2015 2018-12-31 math/analitza-kde4: KDE4 is EOL upstream 2018-12-31 math/kmplot-kde4: KDE4 is EOL upstream 2018-12-31 math/kcalc-kde4: KDE4 is EOL upstream 2018-12-31 math/kig-kde4: KDE4 is EOL upstream 2018-12-31 math/kbruch-kde4: KDE4 is EOL upstream 2018-12-31 math/cantor-kde4: KDE4 is EOL upstream 2018-12-31 math/abakus: Qt4 has been EOL since december 2015 2018-12-31 math/kalgebra-kde4: KDE4 is EOL upstream 2018-12-31 math/rocs-kde4: KDE4 is EOL upstream 2018-12-31 x11/plasma-scriptengine-python-kde4: KDE4 is EOL upstream 2018-12-31 x11/kactivitymanagerd: Qt4 has been EOL since december 2015 2018-12-31 x11/yakuake-kde4: KDE4 is EOL upstream 2018-12-31 x11/kdelibs-kde4: KDE4 is EOL upstream 2018-12-31 x11/libkonq-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde4: KDE4 is end-of-life 2018-12-31 x11/kgamma-kde4: KDE4 is EOL upstream 2018-12-31 x11/plasma-scriptengine-ruby-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-baseapps-kde4: KDE4 is EOL upstream 2018-12-31 x11/kactivities: Qt4 has been EOL since december 2015 2018-12-31 x11/konsole-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-workspace-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-runtime-kde4: KDE4 is EOL upstream 2018-12-31 polish/kde4-l10n: KDE4 is EOL upstream 2018-12-31 chinese/kde4-l10n-zh_CN: KDE4 is EOL upstream 2018-12-31 chinese/kde4-l10n-zh_TW: KDE4 is EOL upstream 2018-12-31 x11-fm/krusader2-kde4: KDE4 is EOL upstream 2018-12-31 archivers/ark-kde4: KDE4 is EOL upstream 2018-12-31 german/kde4-l10n: KDE4 is EOL upstream 2018-12-31 portuguese/kde4-l10n-pt_BR: KDE4 is EOL upstream 2018-12-31 portuguese/kde4-l10n: KDE4 is EOL upstream 2018-12-31 multimedia/dragon-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/k9copy-kde4: Qt4 has been EOL since december 2015 2018-12-31 multimedia/kdemultimedia-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdemultimedia-ffmpegthumbs-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdenlive-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdemultimedia-mplayerthumbs-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/subtitlecomposer-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kplayer-kde4: KDE4 is EOL upstream 2018-12-31 astro/marble-kde4: KDE4 is EOL upstream 2018-12-31 astro/libkgeomap-kde4: KDE4 is EOL upstream 2018-12-31 astro/kstars-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-oxygen-transparent: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-windeco-crystal: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/gtk-qt4-engine: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-gtk-config: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-style-skulpture: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-wallpapers-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-bespin: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-windeco-dekorator: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-base-artwork-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-polyester: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kdeartwork-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/plasma5-breeze-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-nitrogen: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/qtcurve-kde4: KDE4 is EOL 2018-12-31 lang/kturtle-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kaccessible-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmouth-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmag-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/jovie-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kdeaccessibility-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmousetool-kde4: KDE4 is EOL upstream 2018-12-31 finance/kmymoney-kde4: KDE4 is EOL upstream. Use finance/kmymoney instead 2018-12-31 comms/kremotecontrol-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kdf-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kdeadmin-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/sweeper-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kcron-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/nepomuk-core-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kfilemetadata-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/ksystemlog-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/knutclient-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/baloo-widgets-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/filelight-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/baloo-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/polkit-kde: Qt4 has been EOL since december 2015 2018-12-31 sysutils/kuser-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/nepomuk-widgets-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/k3b-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/ksysguardd-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kfloppy-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kcm-polkit-kde: Qt4 has been EOL since december 2015 2018-12-31 hungarian/kde4-l10n: KDE4 is EOL upstream Notes: svn path=/head/; revision=488807
* devel/eric6: update to 18.12David Naylor2018-12-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - switch to Qt5 as default (Qt4 is depreciated) [1] - change log: - Editor: changed the 'Regexp' search option to use QScintilla's POSIX mode, where ( and ) are used for tagging (instead of \( and \) ) - LogViewer: added the capability to search for a regular expression - Project Forms Browser: added support for the --resource-suffix= and --import-from= options of pyuic (the PyQt forms compiler) - Shell, ShellWindow: - added the capability to search for a regular expression with QScintilla's POSIX mode - changed the start menu to give a list of defined environments - added capability to start the shell for the environment defined by the open project - Translator: added a button to open the Translator configuration page - VirtualEnv Manager: extended the environment definition by a flag indicating a Conda environment and a string to be prepended to the PATH environment variable [1] Pre-commit hook incorrectly detects trivial change to FLAVOR as adding FLAVOR to port Approved by: portmgr (implicit [1]) Notes: svn path=/head/; revision=487220
* Mark kde4-l10n ports deprecated.Tobias C. Berner2018-11-241-0/+3
| | | | | | | | | > mark_deprecated '2018-12-31' 'KDE4 is EOL upstream' */*kde4-l10n* Reported by: antoine Notes: svn path=/head/; revision=485768
* Update to 6.0.7.Jung-uk Kim2018-11-081-5/+5
| | | | Notes: svn path=/head/; revision=484482
* devel/eric6: update to 18.11David Naylor2018-11-021-3/+3
| | | | | | | | | | | | ChangeLog: - IRC: added support for some of the "/" commands to the user list context menu - Translator: changed DeepL support to DeepL Pro - VCS: added capability to show some VCS information in the status bar of the main window (next to the VCS status indicator) Notes: svn path=/head/; revision=483841
* devel/eric6: update to 18.10David Naylor2018-10-281-3/+3
| | | | | | | | | | | | | | ChangeLog: - General: changed the extension of the generated script files for Windows from '.bat' to '.cmd' - Debugger: added code to use the default virtual environment, if none has been configured yet - IRC: added support for the /query, /notice, /ping, /ignore, /unignore, /away, /join, /part and /partall commands - Tasks: added code to mark a line as not containing a task with '__NO-TASK__' Notes: svn path=/head/; revision=483322
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-062-4/+4
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* devel/eric6: update to 18.09David Naylor2018-09-091-3/+3
| | | | | | | | | | | ChangeLog: - bug fixes - Mercurial Interface: - added support for Mercurial 4.7 extended commands 'graft', 'rebase' and 'export' Notes: svn path=/head/; revision=479267
* Remove expired ports:Rene Ladan2018-09-023-188/+0
| | | | | | | | | | | | 2018-08-30 games/libdungeonmaker: Abandonware. Unused in the ports tree 2018-08-30 net-p2p/lopster: Unmaintained. Napster is dead 2018-08-30 audio/napster: Unmaintained. Napster and OpenNap are dead 2018-08-30 net-p2p/xnap: Unmaintained. Napster, OpenNap, and FastTrack are dead 2018-08-30 russian/napster: Unmaintained. Napster and OpenNap are dead 2018-08-30 devel/mico: unmaintained upstream and unused in the ports tree Notes: svn path=/head/; revision=478775
* devel/eric6: update to 18.08David Naylor2018-08-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 18.08: - General: made the activation of these internal tools configurable: - Template-Viewer - File-Browser - Symbols - Code Documentation Viewer - Cooperation - IRC - Numbers - File-Browser: changed code so file-browser is always a standalone window - Project Interfaces Browser: added actions to configure some IDL compiler options - Shell: changed code so shell is always a standalone window - Translator: added a translation engine for the IBM Watson Language Translator - Web Browser (NG): added default search engine definitions for - Qwant - StartPage 18.07: - Checkers: upgraded pyflakes to version 2.0.0 - Debugger: - added support of breakpoint() builtin of Python 3.7 - added code to try to open the source file if an exception occurred in a cython .pyd file - Git Interface: added capability to change the URL and/or user credentials for a remote repository - pip Interface: - added support for the '--user' option of install and list commands - changed to use the new VirtualEnv Manager - Unit Test: - extended the standalone unit test tool to be able to open source in an editor window - VirtualEnv Manager: - added a manager for virtual environments - changed a few places to use the newly introduced virtual environments (Note: a new session file format and debug properties file format has been introduced) Notes: svn path=/head/; revision=477492
* Update to 4.9.8Jochen Neumeister2018-08-072-4/+4
| | | | | | | | | | Changelog: - https://wordpress.org/news/2018/08/wordpress-4-9-8-maintenance-release/ - https://make.wordpress.org/core/tag/4-9-8/ - https://codex.wordpress.org/Version_4.9.8 Notes: svn path=/head/; revision=476587
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* Update to 4.9.7Jochen Neumeister2018-07-082-4/+4
| | | | | | | | | | Changelog: https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/ MFH: 2018Q3 Security: 4740174c-82bb-11e8-a29a-00e04c1ea73d Notes: svn path=/head/; revision=474185
* - Update to 6.0.5Li-Wen Hsu2018-06-261-5/+5
| | | | Notes: svn path=/head/; revision=473396
* devel/eric6: update to 18.06David Naylor2018-06-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | ChangeLog: - bug fixes - Editor -- added a configuration option (Editor->Style page) to show the marker map on the left or right of the editor -- added a context menu for the "fold" margin -- improved handling of folded lines when using "go to" functions -- resize auto complete list box to fit with contents -- added a configuration option (Editor->autocomplete to set up maximum width and height of the auto complete list box - Shell -- resize auto complete list box to fit with contents - pip Interface -- added an action to install a locally available package/wheel - Web Browser (NG) -- improved the sending of the "Referer" header like it is done by Firefox Notes: svn path=/head/; revision=472341
* Update WWWSunpoet Po-Chuan Hsieh2018-06-041-3/+1
| | | | | | | | | - Remove Author line Approved by: portmgr (blanket) Notes: svn path=/head/; revision=471676
* - Bump PORTREVISION (editors/lazarus was updated)Jose Alonso Cardenas Marquez2018-06-031-0/+1
| | | | Notes: svn path=/head/; revision=471482
* Update WWWSunpoet Po-Chuan Hsieh2018-05-273-3/+3
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Update to 4.9.6Jochen Neumeister2018-05-252-5/+4
| | | | | | | Changelog: https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/ Notes: svn path=/head/; revision=470867
* - Moved ports to Uses/lazarus.mkJose Alonso Cardenas Marquez2018-05-252-33/+19
| | | | | | | | | | - Add FLAVORS Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D14661 Notes: svn path=/head/; revision=470851
* - Update to 6.0.4Li-Wen Hsu2018-05-101-5/+5
| | | | Notes: svn path=/head/; revision=469498
* devel/eric6: update to 18.05David Naylor2018-05-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change Log: - bug fixes - General -- added the '--disable-plugin=' option to disable plug-ins via the command line -- added config option to disable the use of the global menu bar - Code Style Checker -- added support for '# noqa' and '# NOQA' comments to suppress warnings -- extended the dialog to be able to define the number of blank lines before class and function/method definitions -- added checks for default docstring in functions and modules -- added check for dictionaries with sorted keys -- added checks for logging statements -- added check for the 'gettext' import statement -- added some checks of the bugbear checker - Project -- added support for 'make' to the Project menu and run it automatically before the main script is started (configuration option) - Syntax Checker -- added support for '# noqa' and '# NOQA' comments to suppress warnings - Translator -- updated the translator URL for DeepL - Web Browser (NG) -- improvement of the download manager -- added support for the Google Safe Browsing Lookup API (v4) - Third Party packages -- updated coverage.py to 4.5.1 -- updated pycodestyle to 2.4.0 -- updated send2trash to version 1.5.0 Notes: svn path=/head/; revision=468775
* Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.Mathieu Arnold2018-04-251-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=468307
* - Update to 6.0.3Li-Wen Hsu2018-04-081-5/+5
| | | | Notes: svn path=/head/; revision=466788
* Update distinfoSunpoet Po-Chuan Hsieh2018-04-062-3/+4
| | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for package change Only 9 .po files are updated. - wp-content/languages/admin-network-ru_RU.po - wp-content/languages/admin-ru_RU.po - wp-content/languages/continents-cities-ru_RU.po - wp-content/languages/plugins/akismet-ru_RU.mo - wp-content/languages/plugins/akismet-ru_RU.po - wp-content/languages/ru_RU.po - wp-content/languages/themes/twentyfifteen-ru_RU.po - wp-content/languages/themes/twentyseventeen-ru_RU.po - wp-content/languages/themes/twentysixteen-ru_RU.po PR: 227315 Submitted by: Mikhail Timofeev <9267096@gmail.com> (maintainer) Notes: svn path=/head/; revision=466675
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkJose Alonso Cardenas Marquez2018-04-051-0/+1
| | | | | | | | | | | | | - Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617 Notes: svn path=/head/; revision=466532
* Update to 4.9.5Sunpoet Po-Chuan Hsieh2018-04-042-4/+4
| | | | | | | | | | Changes: https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/ https://codex.wordpress.org/Version_4.9.5 PR: 227279 Submitted by: Mikhail Timofeev <9267096@gmail.com> (maintainer) Notes: svn path=/head/; revision=466500
* devel/eric6: update to 18.03David Naylor2018-03-171-3/+3
| | | | | | | | | | | | - cleanup references to language packages - ChangeLog: - bug fixes - Editor -- added support for EditorConfig -- added VCS conflict markers to the types shown on the marker map Notes: svn path=/head/; revision=464829