notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-im/scli/Makefile

Number of commits found: 33

Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 5 Apr 2022
14:26 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.7.1

Changes:	https://github.com/isamert/scli/releases/tag/v0.7.1
commit hash: dd6b5d297c021a9851f171d0e3c8beb3c97fbcbf commit hash: dd6b5d297c021a9851f171d0e3c8beb3c97fbcbf commit hash: dd6b5d297c021a9851f171d0e3c8beb3c97fbcbf commit hash: dd6b5d297c021a9851f171d0e3c8beb3c97fbcbf dd6b5d29
Thursday, 17 Feb 2022
13:55 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.7.0

Changes:	https://github.com/isamert/scli/releases/tag/v0.7.0
commit hash: 73a2a836f3fd2c1942aac748de6b87f4d09465b6 commit hash: 73a2a836f3fd2c1942aac748de6b87f4d09465b6 commit hash: 73a2a836f3fd2c1942aac748de6b87f4d09465b6 commit hash: 73a2a836f3fd2c1942aac748de6b87f4d09465b6 73a2a83
Sunday, 23 Jan 2022
21:54 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.6.6

Changes:	https://github.com/isamert/scli/releases/tag/v0.6.6
commit hash: 637bc533bcabe05eb0ec8b510fe7418920130d28 commit hash: 637bc533bcabe05eb0ec8b510fe7418920130d28 commit hash: 637bc533bcabe05eb0ec8b510fe7418920130d28 commit hash: 637bc533bcabe05eb0ec8b510fe7418920130d28 637bc53
Friday, 29 Oct 2021
10:29 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.6.5
commit hash: d4b69b9118ed627200debf4a8b50f9b6c99df7ad commit hash: d4b69b9118ed627200debf4a8b50f9b6c99df7ad commit hash: d4b69b9118ed627200debf4a8b50f9b6c99df7ad commit hash: d4b69b9118ed627200debf4a8b50f9b6c99df7ad d4b69b9
Tuesday, 5 Oct 2021
08:34 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Fix scli --version
commit hash: b443f3c42fee9c289df7b674279fd26d0a083a1c commit hash: b443f3c42fee9c289df7b674279fd26d0a083a1c commit hash: b443f3c42fee9c289df7b674279fd26d0a083a1c commit hash: b443f3c42fee9c289df7b674279fd26d0a083a1c b443f3c
Wednesday, 28 Jul 2021
13:00 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Fix the help command

Now scli knows where to find the README file.
commit hash: 14aa140d819d35d13d669e3b477afe59a0c4c453 commit hash: 14aa140d819d35d13d669e3b477afe59a0c4c453 commit hash: 14aa140d819d35d13d669e3b477afe59a0c4c453 commit hash: 14aa140d819d35d13d669e3b477afe59a0c4c453 14aa140
Thursday, 8 Jul 2021
10:35 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.6.4

Remove pkg-message. The workaround is no longer relevant as the bug has
been fixed.

Changes:	https://github.com/isamert/scli/releases/tag/v0.6.4
commit hash: 498c30285c9e329ccf4bfc84a7a7b544a89f042c commit hash: 498c30285c9e329ccf4bfc84a7a7b544a89f042c commit hash: 498c30285c9e329ccf4bfc84a7a7b544a89f042c commit hash: 498c30285c9e329ccf4bfc84a7a7b544a89f042c 498c302
Tuesday, 22 Jun 2021
17:39 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.6.3
commit hash: 7734d779ae69dd4b9a4dea52d9787a0b1a7fcdcf commit hash: 7734d779ae69dd4b9a4dea52d9787a0b1a7fcdcf commit hash: 7734d779ae69dd4b9a4dea52d9787a0b1a7fcdcf commit hash: 7734d779ae69dd4b9a4dea52d9787a0b1a7fcdcf 7734d77
Sunday, 16 May 2021
19:58 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.8.3

Changes:	https://github.com/isamert/scli/releases/tag/v0.6.2
Changes:	https://github.com/isamert/scli/releases/tag/v0.6.1
commit hash: d6c9ad1f983a4e3915859c8f3a1d7380bc536c9f commit hash: d6c9ad1f983a4e3915859c8f3a1d7380bc536c9f commit hash: d6c9ad1f983a4e3915859c8f3a1d7380bc536c9f commit hash: d6c9ad1f983a4e3915859c8f3a1d7380bc536c9f d6c9ad1
Monday, 26 Apr 2021
11:48 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 6.0.0

Changes:	https://github.com/isamert/scli/releases/tag/v0.6.0
commit hash: 3db08db20d14dfaf2ed4bc003fafc49a76dbe61c commit hash: 3db08db20d14dfaf2ed4bc003fafc49a76dbe61c commit hash: 3db08db20d14dfaf2ed4bc003fafc49a76dbe61c commit hash: 3db08db20d14dfaf2ed4bc003fafc49a76dbe61c 3db08db
Thursday, 22 Apr 2021
11:07 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to the most recent commits
commit hash: 8ed7dc47e4cd6672fe62398052990cc8640d1850 commit hash: 8ed7dc47e4cd6672fe62398052990cc8640d1850 commit hash: 8ed7dc47e4cd6672fe62398052990cc8640d1850 commit hash: 8ed7dc47e4cd6672fe62398052990cc8640d1850 8ed7dc4
Wednesday, 21 Apr 2021
11:51 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update distfiles

Upstream rewrote recent history.
commit hash: 4f5a09edbfe5ef0c65abe70c290d356ea3a368ab commit hash: 4f5a09edbfe5ef0c65abe70c290d356ea3a368ab commit hash: 4f5a09edbfe5ef0c65abe70c290d356ea3a368ab commit hash: 4f5a09edbfe5ef0c65abe70c290d356ea3a368ab 4f5a09e
Saturday, 17 Apr 2021
17:05 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to the latest commit

There were some problems with the stability of version 0.5.0. They are
gone when we apply the latest patches.
commit hash: d7be6a19f37195d206a4b95f0112a654cf397d59 commit hash: d7be6a19f37195d206a4b95f0112a654cf397d59 commit hash: d7be6a19f37195d206a4b95f0112a654cf397d59 commit hash: d7be6a19f37195d206a4b95f0112a654cf397d59 d7be6a1
Thursday, 15 Apr 2021
12:57 Mateusz Piotrowski (0mp) search for other commits by this committer
net-im/scli: Update to 0.5.0

Release notes:
https://github.com/isamert/scli/releases/tag/v0.5.0
commit hash: 60d035e91a9c3c4fd61005c7034f35326d18d92a commit hash: 60d035e91a9c3c4fd61005c7034f35326d18d92a commit hash: 60d035e91a9c3c4fd61005c7034f35326d18d92a commit hash: 60d035e91a9c3c4fd61005c7034f35326d18d92a 60d035e
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 18 Feb 2021
21:01 0mp search for other commits by this committer
Update to 0.4.0

Changelog:
https://github.com/isamert/scli/releases/tag/v0.4.0
Original commitRevision:565986 
Thursday, 21 Jan 2021
14:43 0mp search for other commits by this committer
Update distinfo

Apparently, upstream has re-rolled the release tarballs. Bump PORTREVISION
to notify others of the change.

Reported by:	jrm
Original commitRevision:562217 
12:57 0mp search for other commits by this committer
Update to 0.3.2

Release notes:
https://github.com/isamert/scli/releases/tag/v0.3.2
Original commitRevision:562201 
12:46 0mp search for other commits by this committer
Update to 0.3.1

- Release notes: https://github.com/isamert/scli/releases/tag/v0.3.1
- Bump required Python version to 3.7
- List dbus as a dependency explicitly
Original commitRevision:562200 
Tuesday, 12 Jan 2021
17:15 0mp search for other commits by this committer
Update to 0.3.0

Release notes:
https://github.com/isamert/scli/releases/tag/v0.3.0
Original commitRevision:561351 
Tuesday, 22 Dec 2020
13:29 0mp search for other commits by this committer
Update to 0.2.2

Release notes:
https://github.com/isamert/scli/releases/tag/v0.2.2

PR:		252040
Submitted by:	Neel Chauhan <neel@neelc.org>
Original commitRevision:558910 
Sunday, 13 Dec 2020
10:01 0mp search for other commits by this committer
Fix a typo in pkg-message
Original commitRevision:557891 
09:54 0mp search for other commits by this committer
Update to 0.2.1

This fixes some issues with net-im/signal-cli 0.6.12.
Original commitRevision:557890 
Sunday, 1 Nov 2020
10:57 0mp search for other commits by this committer
Update to 0.2.0

Release notes:
https://github.com/isamert/scli/releases/tag/v0.2.0
Original commitRevision:553831 
Wednesday, 16 Sep 2020
10:35 0mp search for other commits by this committer
net-im/scli: Update to v0.1.0
Original commitRevision:548777 
Monday, 17 Aug 2020
13:23 0mp search for other commits by this committer
net-im/scli: Add readline support via urwid-readline

Although urwird-readline is an optional dependency for scli, let's not
create a port option for it. This is a really small dependency and it
makes no reason to ever disable it.
Original commitRevision:545165 
12:53 0mp search for other commits by this committer
Add a pkg-message with some troubleshooting notes
Original commitRevision:545163 
09:02 0mp search for other commits by this committer
net-im/scli: Update to the latest version
Original commitRevision:545150 
Thursday, 13 Aug 2020
21:59 0mp search for other commits by this committer
Update to the latest version
Original commitRevision:544847 
Tuesday, 11 Aug 2020
11:27 0mp search for other commits by this committer
Add net-im/scli

scli is a simple TUI (terminal user interface) for Signal, the messaging
platform.  It relies on signal-cli to connect to Signal services and urwid.

WWW: https://github.com/isamert/scli
Original commitRevision:544683 

Number of commits found: 33