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/profanity/Makefile

Number of commits found: 45

Wednesday, 10 Apr 2024
14:12 Ashish SHUKLA (ashish) search for other commits by this committer
net-im/profanity: Chase net-im/libstrophe update

PR:		278007
MFH:		2024Q2
commit hash: 47a470477496ddd1e075a2499c31deccac057b59 commit hash: 47a470477496ddd1e075a2499c31deccac057b59 commit hash: 47a470477496ddd1e075a2499c31deccac057b59 commit hash: 47a470477496ddd1e075a2499c31deccac057b59 47a4704
Sunday, 17 Mar 2024
12:28 Nuno Teixeira (eduardo) search for other commits by this committer
net-im/profanity: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 9771789304751170317a1ac2a2cc89831ffb4bb9 commit hash: 9771789304751170317a1ac2a2cc89831ffb4bb9 commit hash: 9771789304751170317a1ac2a2cc89831ffb4bb9 commit hash: 9771789304751170317a1ac2a2cc89831ffb4bb9 9771789
Thursday, 24 Aug 2023
18:29 Ashish SHUKLA (ashish) search for other commits by this committer
net-im/profanity: Update to 0.14.0
commit hash: b79a15958eebaa0729d802c069613ea067de43af commit hash: b79a15958eebaa0729d802c069613ea067de43af commit hash: b79a15958eebaa0729d802c069613ea067de43af commit hash: b79a15958eebaa0729d802c069613ea067de43af b79a159
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
Saturday, 22 Oct 2022
20:10 Daniel Engberg (diizzy) search for other commits by this committer
net-im/profanity: Remove autoreconf dependency

No need to run autoreconf and pull in autoconf-archive anymore

PR:		267267
Reviewed by:	ashish (maintainer)
commit hash: a47577c55f70c89c05a8c032ddbcb6aa167a04a2 commit hash: a47577c55f70c89c05a8c032ddbcb6aa167a04a2 commit hash: a47577c55f70c89c05a8c032ddbcb6aa167a04a2 commit hash: a47577c55f70c89c05a8c032ddbcb6aa167a04a2 a47577c
06:12 Ashish SHUKLA (ashish) search for other commits by this committer
net-im/profanity: Update to 0.13.1

- Remove patch as it is now upstream
commit hash: c285b8cd2c71f5953c648e3b1ef17baf2b114dec commit hash: c285b8cd2c71f5953c648e3b1ef17baf2b114dec commit hash: c285b8cd2c71f5953c648e3b1ef17baf2b114dec commit hash: c285b8cd2c71f5953c648e3b1ef17baf2b114dec c285b8c
Sunday, 25 Sep 2022
22:46 Daniel Engberg (diizzy) search for other commits by this committer
net-im/profanity: Use upstream release archive and some other fixes

- Use upstream release archive as recommended in USE_GITHUB section
  in Porters Handbook
- Remove OpenSSL dependency
- Add USE_LDCONFIG
- Rearrange Makefile to follow Porters Handbook more closely
- Fix Python detection (patch provided by maintainer)

PR:		266430
Reviewed by:	ashish (maintainer)
commit hash: 15b2c42e96fa6562ec63def52ae97ebd937276b7 commit hash: 15b2c42e96fa6562ec63def52ae97ebd937276b7 commit hash: 15b2c42e96fa6562ec63def52ae97ebd937276b7 commit hash: 15b2c42e96fa6562ec63def52ae97ebd937276b7 15b2c42
Thursday, 15 Sep 2022
18:04 Ashish SHUKLA (ashish) search for other commits by this committer
net-im/profanity: Update to 0.13.0

- Remove dependency on libmesode (deprecated)
- Add dependency on qrencode
- Add patch to fix bug in configure, and is reported upstream

Reported by:	portscout
commit hash: aea78597733861d56eec8eb0e5f7d1d2b260fcd7 commit hash: aea78597733861d56eec8eb0e5f7d1d2b260fcd7 commit hash: aea78597733861d56eec8eb0e5f7d1d2b260fcd7 commit hash: aea78597733861d56eec8eb0e5f7d1d2b260fcd7 aea7859
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
Monday, 4 Apr 2022
20:41 Ashish SHUKLA (ashish) search for other commits by this committer
net-im/profanity: Update to 0.12.1

MFH:		2022Q2 (fixes a segmentation fault)
commit hash: 77801d198fc5773ee2829d0b8681905f5f29119f commit hash: 77801d198fc5773ee2829d0b8681905f5f29119f commit hash: 77801d198fc5773ee2829d0b8681905f5f29119f commit hash: 77801d198fc5773ee2829d0b8681905f5f29119f 77801d1
Wednesday, 30 Mar 2022
21:16 Ashish SHUKLA (ashish) search for other commits by this committer
net-im/profanity: Update to 0.12.0
commit hash: 38c6eab258317bff1dfe36a4e45b603bd980ac16 commit hash: 38c6eab258317bff1dfe36a4e45b603bd980ac16 commit hash: 38c6eab258317bff1dfe36a4e45b603bd980ac16 commit hash: 38c6eab258317bff1dfe36a4e45b603bd980ac16 38c6eab
Thursday, 11 Nov 2021
17:22 Ashish SHUKLA (ashish) search for other commits by this committer
net-im/profanity: Adopt the port
commit hash: 3079c5be0ba223d03664ed189f1014616a25c54e commit hash: 3079c5be0ba223d03664ed189f1014616a25c54e commit hash: 3079c5be0ba223d03664ed189f1014616a25c54e commit hash: 3079c5be0ba223d03664ed189f1014616a25c54e 3079c5b
17:08 Tilman Keskinoz (arved) search for other commits by this committer
net-im/profanity: Update to 0.11.1

Drop maintainership
commit hash: 41de21dd2b1744eedcea504327e35e358e5a6409 commit hash: 41de21dd2b1744eedcea504327e35e358e5a6409 commit hash: 41de21dd2b1744eedcea504327e35e358e5a6409 commit hash: 41de21dd2b1744eedcea504327e35e358e5a6409 41de21d
Tuesday, 19 Oct 2021
11:14 Stefan Eßer (se) search for other commits by this committer
net-im/profanity: Add CPE information

Approved by:	portmgr (blanket)
commit hash: a2c10dc3d19b5dfbf1645ccde602fd6379ada89f commit hash: a2c10dc3d19b5dfbf1645ccde602fd6379ada89f commit hash: a2c10dc3d19b5dfbf1645ccde602fd6379ada89f commit hash: a2c10dc3d19b5dfbf1645ccde602fd6379ada89f a2c10dc
Thursday, 2 Sep 2021
17:56 Tilman Keskinoz (arved) search for other commits by this committer
net-im/profanity: Update to 0.11.0
commit hash: 332c5d993bf62fc333848fbe7839c129cd11b6dd commit hash: 332c5d993bf62fc333848fbe7839c129cd11b6dd commit hash: 332c5d993bf62fc333848fbe7839c129cd11b6dd commit hash: 332c5d993bf62fc333848fbe7839c129cd11b6dd 332c5d9
Tuesday, 31 Aug 2021
04:02 Alexey Dokuchaev (danfe) search for other commits by this committer
Cleanup: for ports under n* categories, drop redundant GH_* knobs.
commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 0a22085
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
Tuesday, 30 Mar 2021
19:14 sunpoet search for other commits by this committer
Update LIB_DEPENDS

- Bump PORTREVISION for dependency change
Original commitRevision:569582 
Saturday, 16 Jan 2021
17:29 arved search for other commits by this committer
Update to 0.10.0
Original commitRevision:561743 
Sunday, 12 Jul 2020
19:24 ashish search for other commits by this committer
- Update to 0.9.5

PR:		247872
Approved by:	arved (maintainer)
Original commitRevision:542093 
Monday, 15 Jun 2020
21:24 arved search for other commits by this committer
Update to 0.9.2
Original commitRevision:539291 
Thursday, 11 Jun 2020
13:11 arved search for other commits by this committer
Update to 0.9.0
Original commitRevision:538480 
Monday, 10 Feb 2020
09:58 arved search for other commits by this committer
Update profanity to 0.8.1
Original commitRevision:525697 
Monday, 11 Nov 2019
17:30 arved search for other commits by this committer
Enable OMEMO support
Bump PORTREVISION

PR:		241381
Reported by:	pvoigt@uos.de
Original commitRevision:517269 
Wednesday, 25 Sep 2019
20:22 arved search for other commits by this committer
Update to 0.7.1
Original commitRevision:512809 
Monday, 23 Sep 2019
20:03 arved search for other commits by this committer
Update to 0.7.0
Original commitRevision:512668 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Monday, 25 Mar 2019
09:57 arved search for other commits by this committer
Add a copy of the distfile to my local distfiles.

It seems the MASTER_SITE randomly resets connections

Reported by:	pkgbuild
Original commitRevision:496811 
Tuesday, 19 Mar 2019
20:04 arved search for other commits by this committer
Update to 0.6.0

Changelog:	https://github.com/boothj5/profanity/releases/tag/0.6.0
Original commitRevision:496290 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Original commitRevision:444463 
Monday, 17 Apr 2017
20:51 arved search for other commits by this committer
Attempt to fix build on packagebuild.

Reported by:	pkg-fallout
Original commitRevision:438754 
Saturday, 15 Apr 2017
20:40 arved search for other commits by this committer
Enable pluginsupport.

PR:		218401
Submitted by:	freebsd@get-experience.com

While here, add configure flags to prevent linking against X11
Original commitRevision:438599 
Saturday, 4 Feb 2017
21:54 arved search for other commits by this committer
Update to 0.5.1
Original commitRevision:433338 
Saturday, 7 Jan 2017
01:07 adamw search for other commits by this committer
LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.

Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
Original commitRevision:430761 
Saturday, 26 Nov 2016
23:41 jhale search for other commits by this committer
Update security/gpgme-* to 1.8.0

In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.

The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module.
Original commitRevision:427185 
Wednesday, 28 Sep 2016
20:02 arved search for other commits by this committer
Update to 0.5.0
Original commitRevision:422886 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 10 Mar 2016
14:12 arved search for other commits by this committer
Switch to libotr instead of libotr3

PR:		207880
Submitted by:	Sascha Holzleiter
Original commitRevision:410752 
Thursday, 25 Feb 2016
14:13 amdmi3 search for other commits by this committer
- Clarify license
- Specify libotr.so version to differentiate security/libotr3 and
security/libotr
- Switch to options helpers

Approved by:	portmgr blanket
Original commitRevision:409517 
Monday, 28 Dec 2015
12:12 arved search for other commits by this committer
* Update to 0.4.7

PR:             205601
Submitted by:   noah.bergbauer@tum.de

* While here add dependency on gpgme to enable PGP support
Original commitRevision:404624 
Monday, 9 Mar 2015
14:27 arved search for other commits by this committer
Add an option for libnotify support

Submitted by: Denis D <stdedjub@googlemail.com> (Makefile changes)
Original commitRevision:380850 
Wednesday, 4 Mar 2015
15:42 arved search for other commits by this committer
Update to 0.4.6
Original commitRevision:380441 
Tuesday, 17 Feb 2015
16:08 arved search for other commits by this committer
Fix typo

Submitted by:	Freshports sanity checker
Original commitRevision:379174 
16:05 arved search for other commits by this committer
Add profanity, an console XMPP client
Original commitRevision:379173 

Number of commits found: 45