non port: net-im/coyim/Makefile |
Number of commits found: 38 |
Friday, 9 Aug 2024
|
06:24 Ashish SHUKLA (ashish)
all: Bump after lang/go121 update
aa8c011 |
Wednesday, 3 Jul 2024
|
08:29 Ashish SHUKLA (ashish)
all: Bump after lang/go121 update
c4b51c2 |
Saturday, 15 Jun 2024
|
09:52 Ashish SHUKLA (ashish)
all: Bump after lang/go121 update
MFH: 2024Q2
746fa69 |
Monday, 13 May 2024
|
17:56 Ashish SHUKLA (ashish)
all: Bump after lang/go121 update
MFH: 2024Q2
fce0cc3 |
Monday, 15 Apr 2024
|
08:20 Ashish SHUKLA (ashish)
all: Bump after lang/go121 update
MFH: 2024Q2
32b2846 |
Sunday, 24 Mar 2024
|
14:29 Muhammad Moinur Rahman (bofh)
lang/go: Change DEFAULT to 1.21
PR: 277776
Approved by: portmgr (exp-run)
a5a000d |
Sunday, 11 Feb 2024
|
10:39 Ashish SHUKLA (ashish)
all: Bump PORTREVISION after lang/go* update
PR: 276530
7e5aa20 |
Saturday, 23 Dec 2023
|
18:14 Nuno Teixeira (eduardo)
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
3572ca3 |
Thursday, 7 Dec 2023
|
02:22 Ashish SHUKLA (ashish)
all: Bump PORTREVISION after lang/go* update
PR: 274405
0505b71 |
Sunday, 15 Oct 2023
|
18:02 Santhosh Raju (fox)
net-im/coyim: Update description.
Add information about XMPP and Tor into description.
PR: 274470
Reported by: pyrus@bsdmail.com
38dd053 |
Friday, 8 Sep 2023
|
14:34 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go* update
8e4bc57 |
Friday, 4 Aug 2023
|
14:24 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
09b9930 |
Saturday, 8 Apr 2023
|
15:13 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
ff40d94 |
Thursday, 9 Mar 2023
|
19:18 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after Go ports update
0907973 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
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.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Wednesday, 15 Feb 2023
|
19:06 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
56b5ec7 |
Thursday, 9 Feb 2023
|
21:55 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after GO_DEFAULT update.
2297efc |
Saturday, 14 Jan 2023
|
11:31 Dmitri Goutnik (dmgk)
all: Bump PORTVERSION after lang/go{118,119} update
3b383d8 |
Sunday, 11 Dec 2022
|
11:17 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
d9ad100 |
Thursday, 6 Oct 2022
|
19:24 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
bde5186 |
Thursday, 8 Sep 2022
|
16:33 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
f05c98f |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 3 Aug 2022
|
21:35 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
4476f89 |
Thursday, 14 Jul 2022
|
12:46 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{117,118} update
153cb65 |
Tuesday, 7 Jun 2022
|
21:56 Dmitri Goutnik (dmgk)
*/*: Bump port revisons after lang/go{117,118} update
309cdec |
Wednesday, 30 Mar 2022
|
07:01 Guangyuan Yang (ygy)
*/*: Bump PORTREVISION after lang/go 1.18 update
d690b51 |
Tuesday, 31 Aug 2021
|
04:02 Alexey Dokuchaev (danfe)
Cleanup: for ports under n* categories, drop redundant GH_* knobs.
0a22085 |
Wednesday, 7 Apr 2021
|
13:06 Santhosh Raju (fox)
net-im/coyim: Fixes the broken build.
Remove the missing accel_flags for now from gotk3 vendor library.
46d7ecb |
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 16 Nov 2019
|
12:52 dmgk
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854
|
Friday, 18 Oct 2019
|
13:07 tobik
Drop nop INSTALLATION_DIRS pkgsrcism
|
Saturday, 21 Sep 2019
|
14:05 fox
net-im/coyim: Updates the maintainer email.
Approved by: philip (mentor)
|
Friday, 30 Aug 2019
|
22:07 tobik
net-im/coyim: Makefile cleanup
- Clean up by running portlint(1) and portfmt(1)
- Remove some USES=shebangfix cruft
- Make better use of USES=go while here
- Use ${ECHO_CMD} not ${ECHO} per bsd.commands.mk
PR: 239993
Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
|
Saturday, 29 Jun 2019
|
03:51 tobik
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746
|
Saturday, 8 Jun 2019
|
00:51 swills
net-im/coyim: Fix missing version number in About dialog
PR: 238290
Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
|
Tuesday, 30 Apr 2019
|
09:09 swills
net-im/coyim: Fix GTK tag in Makefile
While here, correct maintainer
PR: 237663
Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
|
Friday, 26 Apr 2019
|
11:12 philip
Add net-im/coyim 0.3.11
Safe and secure by default chat client
CoyIM is a chat client that is safe and secure by default: no settings to
change, no plugins to install, no computer configuration to change.
WWW: https://coy.im
PR: 237542
Submitted by: Santhosh Raju <santhosh.raju@gmail.com>
|
Number of commits found: 38 |