| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog:
- bug fixes
- Mercurial Interface:
- added support for Mercurial 4.7 extended commands 'graft', 'rebase' and
'export'
Notes:
svn path=/head/; revision=479267
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=473396
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Remove Author line
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=471676
|
|
|
|
| |
Notes:
svn path=/head/; revision=471482
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changelog: https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/
Notes:
svn path=/head/; revision=470867
|
|
|
|
|
|
|
|
|
|
| |
- Add FLAVORS
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D14661
Notes:
svn path=/head/; revision=470851
|
|
|
|
| |
Notes:
svn path=/head/; revision=469498
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=468307
|
|
|
|
| |
Notes:
svn path=/head/; revision=466788
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Build offline help when DOCS option enabled [2]
- Fix bad symlink and add missing dependencies [3]
PR: 224288 [1] 197071 [2] 226344 [3]
Submitted by: Greg V <greg@unrelenting.technology> [1]
bergerkos@yahoo.co.uk [2]
Reported by: joneum [3]
Helped & tested by: Daniel Ebdrup
Greg Veldman <freebsd@gregv.net>
Per olof Ljungmark <peo@nethead.se>
StariKarp <starikarp@yandex.com>
pi
Security: 289269f1-0def-11e8-99b0-d017c2987f9a
Notes:
svn path=/head/; revision=464758
|
|
|
|
|
|
|
| |
With hat: portmgr-secretary
Notes:
svn path=/head/; revision=462745
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=462578
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979
Notes:
svn path=/head/; revision=461375
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/
https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/
Approved by: mentors (implicit)
MFH: 2018Q1
Notes:
svn path=/head/; revision=461345
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove translation packages no longer shipped by upstream:
cs-eric6
fr-eric6
it-eric6
pt-eric6
tr-eric6
zh_CN-eric6
upstream considers these translations too incomplete.
- add pkg-message explaining that there are translation available.
Notes:
svn path=/head/; revision=461243
|
|
|
|
| |
Notes:
svn path=/head/; revision=460567
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://codex.wordpress.org/Version_4.9.2
https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/
PR: 225243
Submitted by: Mikhail Timofeev <9267096@gmail.com> (maintainer)
Approved by: mentors (implicit)
MFH: 2018Q1
Security: c04dc18f-fcde-11e7-bdf6-00e04c1ea73d
Notes:
svn path=/head/; revision=459399
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Version 18.01 is missing some language files
- Switch to using the "nolang" version of source tarball as we ship
- the languages separately
- change log:
- add support for Google protobuf protocol files*
- add possibility to show the type of the object info is shown for
- modified the top row and the search part in order to allow smaller sizes
- introduced a configuration option to limit the viariables shown by the
variables viewers depend on thier size (in order to avoid overload
situations on low power or low memory machines)
- added a dark style (*.qss and Python lexers)
- updated send2trash to version 1.4.2
* This release introduces a new project format that will be rejected by
previous releases
Approved by: portmgr (implicit, see PR 225250)
Notes:
svn path=/head/; revision=459220
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add FLAVORS for the following combinations [1]:
- python: 2.7 and 3.6
- qt: 4 and 5
- simplify Makefiles:
- all common macros between eric6 and the language packages are in
devel/eric6/bsd.eric6.mk
- devel/eric6/Makefile.inc only includes language package specific
macros
- eric6 specific macros are now moved into devel/eric6/Makefile
- spelling error fixed in Makefile.inc
- dependency on eric6 (for language packages) removed as the addition
of flavors removes the ability to depend on a single port origin
- install language files directly, since setup.py fails without eric6
installed
Approved by: portmgr (mat) [1]
Differential Revision: https://reviews.freebsd.org/D13448
Notes:
svn path=/head/; revision=458671
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
www/wordpress
russian/wordpress [1]
chinese/wordpress-zh_CN
japanese/wordpress
german/wordpress
french/wordpress
Changelog:
https://codex.wordpress.org/Version_4.9.1
https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/
PR: 223982 [1]
Submitted by: Mikhail Timofeev <9267096@gmail.com> (maintainer) [1]
Approved by: tcberner (mentor)
MFH: 2017Q4
Security: a2589511-d6ba-11e7-88dd-00e04c1ea73d
Differential Revision: https://reviews.freebsd.org/D13337
Notes:
svn path=/head/; revision=455354
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
Notes:
svn path=/head/; revision=455167
|
|
|
|
|
|
|
|
| |
PR: 223759
Submitted by: Mikhail Timofeev <9267096@gmail.com> (maintainer) (with changes)
Notes:
svn path=/head/; revision=454513
|
|
|
|
|
|
|
|
| |
PR: 223719
Submitted by: Mikhail Timofeev <9267096@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=454372
|
|
|
|
| |
Notes:
svn path=/head/; revision=453378
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/
Approved by: mentors (implicit)
MFH: 2017Q4
Security: cee3d12f-bf41-11e7-bced-00e04c1ea73d
Notes:
svn path=/head/; revision=453318
|
|
|
|
|
|
|
|
| |
ChangeLog:
- https://eric-ide.python-projects.org/eric-news.html
Notes:
svn path=/head/; revision=452964
|
|
|
|
|
|
|
|
| |
Add new ports we conflict with to the list
Bump PORTREVISION
Notes:
svn path=/head/; revision=452071
|
|
|
|
|
|
|
|
|
|
|
| |
- Changelog: https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/
Approved by: mentors (implicit)
MFH: 2017Q4
Security: a48d4478-e23f-4085-8ae4-6b3a7b6f016b
Notes:
svn path=/head/; revision=451327
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I chose filelight-17.* as it contains its own localization,
which is good, as kde4-l10n is very outdated, and may not
match modern filelight anymore.
Unfortunately this lead to conflicts with the kde4-l10n.
So strip the filelight parts from kde4-l10n-*.
Reported by: VVD (via IRC)
Reviewed by: rakuco
Pointyhat to: tcberner
Differential Revision: https://reviews.freebsd.org/D12393
Notes:
svn path=/head/; revision=449969
|
|
|
|
| |
Notes:
svn path=/head/; revision=449308
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-08-23 games/plee-the-bear: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-umicons: Broken for more than 6 months
2017-08-23 lang/bigloo: Broken for more than 6 months
2017-08-23 audio/linux-neroaaccodec: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-dark-glass: Broken for more than 6 months
2017-08-23 misc/fortune-mod-ferengi_rules_of_acquisition: Broken for more than 6 months
2017-08-23 misc/fortune-mod-culmea-culmilor: Broken for more than 6 months
2017-08-23 misc/xyzcmd: Broken for more than 6 months
2017-08-23 russian/fortuneru: Broken for more than 6 months
2017-08-23 security/bdc: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-icosx: Broken for more than 6 months
2017-08-23 devel/insight: Broken for more than 6 months
2017-08-23 devel/gdb66: Broken for more than 6 months
2017-08-23 biology/biojava: Broken for more than 6 months
2017-08-23 games/xroach: Broken for more than 6 months
Notes:
svn path=/head/; revision=448603
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Changelog: https://codex.wordpress.org/Version_4.8.1#List_of_Files_Revised
PR: 221198
Submitted by: Mikhail Timofeev <9267096@gmail.com> (maintainer)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11838
Notes:
svn path=/head/; revision=447336
|
|
|
|
| |
Notes:
svn path=/head/; revision=447247
|
|
|
|
| |
Notes:
svn path=/head/; revision=446387
|
|
|
|
| |
Notes:
svn path=/head/; revision=444114
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The 3.x series is based on KDE Frameworks 5, and some programs have been split
into separate ports:
- Sheets, Words & co are in editors/calligra.
- Krita is in graphics/krita.
- Kexi is in databases/kexi.
- The calligra-l10n* ports are now part of editors/calligra itself.
Okular support in editors/calligra and Marble support in textproc/kreport have
been disabled for now because they need the KF5 version of those ports.
Thanks to everyone who's tested it and worked on it in our area51 repository.
Submitted by: Adrian de Groot <groot@kde.org>, tcberner, rakuco
Reviewed by: rakuco, mat (earlier versions)
Differential Revision: https://reviews.freebsd.org/D10167
Notes:
svn path=/head/; revision=443772
|
|
|
|
|
|
|
|
| |
PR: 219880
Submitted by: 9267096@gmail.com(maintainer)
Notes:
svn path=/head/; revision=442967
|