notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: editors/elementary-code/Makefile
SVNWeb

Number of commits found: 19

Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 26 Jan 2023
[ 18:02 Fernando Apesteguía (fernape) search for other commits by this committer Author: Olivier Duchateau ]    commit hash:cb9331513e988aac57fb681934758290315df33c  commit hash:cb9331513e988aac57fb681934758290315df33c  commit hash:cb9331513e988aac57fb681934758290315df33c  cb93315 
editors/elementary-code: update to 7.0.0

ChangeLog: https://github.com/elementary/code/releases/tag/7.0.0

 * Fix compile warnings
 * add code to keywords
 * Fix drag and drop of accented text and between tabs
 * Git ignore flatpak build files
 * Ensure tab toggle label is always correct
 * Add follow system style switch
 * Explicitly handle missing cases
 * Remove unused properties
 * Change key to trigger rebuild completion word list
 * Global search selected
 * Move strip trailing whitespace into main code; remove plugin
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 26 Aug 2022
[ 17:02 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  d9b0d9a  (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
framework: switch tree to using vala.mk

PR:		249940
Sun, 5 Jun 2022
[ 11:19 Fernando Apesteguía (fernape) search for other commits by this committer Author: Miguel Gocobachi ]    commit hash:f19a91214e0d7881bb0b8b5f6467ff42a76c28a8  commit hash:f19a91214e0d7881bb0b8b5f6467ff42a76c28a8  commit hash:f19a91214e0d7881bb0b8b5f6467ff42a76c28a8  f19a912 
editors/elementary-code: update to 6.2.0

PR:	264358
Reported by:	miguel@gocobachi.dev
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
Sat, 26 Mar 2022
[ 08:27 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Mon, 24 Jan 2022
[ 13:21 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:2fdc125d178a45ed2b708d26b6e35c38b76614e9  commit hash:2fdc125d178a45ed2b708d26b6e35c38b76614e9  commit hash:2fdc125d178a45ed2b708d26b6e35c38b76614e9  2fdc125 
editors/elementary-code: unbreak build with Meson 0.61.0

data/meson.build:66:9: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
Wed, 8 Dec 2021
[ 10:57 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:b5687f8a8a96b57399515fe72fda0bb0daf74b46  commit hash:b5687f8a8a96b57399515fe72fda0bb0daf74b46  commit hash:b5687f8a8a96b57399515fe72fda0bb0daf74b46  b5687f8  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/granite: update to 6.2.0, latest upstream

Release notes are at
	https://github.com/elementary/granite/releases/tag/6.2.0

Bumping PORTREVISION of consumers, too, because of the crash-fix.

PR:		260024
Reported by:	Olivier Duchateau
Sat, 4 Dec 2021
[ 12:07 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:83af587fedbec44d302fa36a7e1caabbb039d117  commit hash:83af587fedbec44d302fa36a7e1caabbb039d117  commit hash:83af587fedbec44d302fa36a7e1caabbb039d117  83af587  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
*/*: bump ports depending on libgit2
Sun, 10 Oct 2021
[ 19:44 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  2c672a4  (Only the first 10 of 586 ports in this commit are shown above. View all ports for this commit)
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Sun, 15 Aug 2021
[ 06:29 Guangyuan Yang (ygy) search for other commits by this committer Author: Miguel Gocobachi ]    commit hash:4e043393f374bfd88ba26d65767b48f7c87bd9bc  commit hash:4e043393f374bfd88ba26d65767b48f7c87bd9bc  commit hash:4e043393f374bfd88ba26d65767b48f7c87bd9bc  4e04339 
editors/elementary-code: Update to 6.0.0

PR:		257822
Thu, 10 Jun 2021
[ 21:20 Li-Wen Hsu (lwhsu) search for other commits by this committer ]    commit hash:e835d0df597bca84ff8e334594a46892f0295236  commit hash:e835d0df597bca84ff8e334594a46892f0295236  commit hash:e835d0df597bca84ff8e334594a46892f0295236  e835d0d 
*/*: Bump PORTREVISION after x11-toolkits/granite update

PR:		254626
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
[ 07:51 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71  commit hash:e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71  commit hash:e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71  e7d94d4  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Update libgit2 to 1.1.0.
This update is also required for www/gitlab-ce 13.10 upgrade.

Changelog:
https://github.com/libgit2/libgit2/releases/tag/v1.1.0

PR:		252098
Fri, 25 Sep 2020
[ 14:44 bapt search for other commits by this committer ] Original commit   Revision:550041
Update vala to 0.48.10

note that 0.50.x results for now in too many breakage to do the upgrade
yet.

As a result disable vala support in anjuta
Unbreak net-im/dino, which has been marked as broken during the glib upgrade
Wed, 1 Jul 2020
[ 20:43 linimon search for other commits by this committer ] Original commit   Revision:540992
Add compiler:c++11-lang to USES to fix build on GCC-based systems:

  /usr/local/include/libgit2-glib-1.0/libgit2-glib/ggit-ref.h:33: error:
redefinition of typedef 'GgitRef'

Approved by:	portmgr (tier-2 blanket)
Mon, 29 Jun 2020
[ 08:22 lwhsu search for other commits by this committer ] Original commit   Revision:540762
Add editors/elementary-code, code editor designed for elementary OS

PR:		247610
Submitted by:	Miguel Gocobachi <miguel@gocobachi.dev>

Number of commits found: 19