aboutsummaryrefslogtreecommitdiff
path: root/net-im/profanity
Commit message (Collapse)AuthorAgeFilesLines
* net-im/profanity: Update to 0.15.1Ashish SHUKLA2025-08-244-24/+8
| | | | | | - Depend on gmake - Update CONFIGURE_ARGS - Remove unapplicable patch
* */*: Bump PORTREVISION after libuuid/libblkid switchMatthias Andree2025-06-301-1/+1
| | | | | | | | from e2fsprogs to util-linux, to complete the bump of all users of either library that started with Alexander's commit titled '*/*: Switch to misc/libuuid and misc/libblkid' PR: 251489
* */*: Switch to misc/libuuid and misc/libblkidAlexander Shursha2025-06-301-1/+1
| | | | | | PR: 221293 PR: 251489 PR: 257070
* */*: Bump security/gpgme consumersJason E. Hale2025-06-241-1/+1
|
* security/gpgme: Update to 2.0.0Jason E. Hale2025-06-241-0/+15
| | | | | | | | | | | | | | | | | | | | | | | Upstream has split most of the bindings out into separate projects with this release, so the child ports that were previously providing various bindings are now autonomous and have new origins. The python bindings should have been called py-gpg for many years now, since 'gpg' is the actual module name, so this also corrects that issue. security/gpgme-cpp -> security/gpgmepp security/gpgme-qt -> security/qgpgme security/py-gpgme -> security/py-gpg gpgmepp and qgpgme have been converted to CMake. py-gpg is now a "fun" autotools and FreeBSD ports system hybrid. Gpgme, itself, still uses autotools, but with much less parenting (patching) to do for its emancipated children. Adjust several ports to fix API incompatibility with upstream patches and with some of my own. Adjust all consumers to use the new port origins of the former child ports. https://dev.gnupg.org/T7673
* */*: Chase security/libassuan shlib bumpJason E. Hale2024-07-081-1/+1
|
* net-im/profanity: Chase net-im/libstrophe updateAshish SHUKLA2024-04-101-1/+1
| | | | | PR: 278007 MFH: 2024Q2
* net-im/profanity: Move man pages to share/manNuno Teixeira2024-03-172-116/+117
| | | | Approved by: portmgr (blanket)
* net-im/profanity: Update to 0.14.0Ashish SHUKLA2023-08-243-7/+9
|
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* net-im/profanity: Remove autoreconf dependencyDaniel Engberg2022-10-221-3/+2
| | | | | | | No need to run autoreconf and pull in autoconf-archive anymore PR: 267267 Reviewed by: ashish (maintainer)
* net-im/profanity: Update to 0.13.1Ashish SHUKLA2022-10-224-34/+5
| | | | - Remove patch as it is now upstream
* net-im/profanity: Use upstream release archive and some other fixesDaniel Engberg2022-09-253-23/+13
| | | | | | | | | | | | - 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)
* net-im/profanity: Update to 0.13.0Ashish SHUKLA2022-09-154-10/+52
| | | | | | | | - Remove dependency on libmesode (deprecated) - Add dependency on qrencode - Add patch to fix bug in configure, and is reported upstream Reported by: portscout
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* net-im/profanity: Update to 0.12.1Ashish SHUKLA2022-04-042-4/+4
| | | | MFH: 2022Q2 (fixes a segmentation fault)
* net-im/profanity: Update to 0.12.0Ashish SHUKLA2022-03-303-8/+16
|
* net-im/profanity: Adopt the portAshish SHUKLA2021-11-111-1/+1
|
* net-im/profanity: Update to 0.11.1Tilman Keskinoz2021-11-112-5/+5
| | | | Drop maintainership
* net-im/profanity: Add CPE informationStefan Eßer2021-10-191-1/+2
| | | | Approved by: portmgr (blanket)
* net-im/profanity: Update to 0.11.0Tilman Keskinoz2021-09-023-5/+8
|
* Cleanup: for ports under n* categories, drop redundant GH_* knobs.Alexey Dokuchaev2021-08-311-1/+0
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update LIB_DEPENDSSunpoet Po-Chuan Hsieh2021-03-301-1/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=569582
* Update to 0.10.0Tilman Keskinoz2021-01-163-4/+98
| | | | Notes: svn path=/head/; revision=561743
* - Update to 0.9.5Ashish SHUKLA2020-07-122-4/+4
| | | | | | | | PR: 247872 Approved by: arved (maintainer) Notes: svn path=/head/; revision=542093
* Update to 0.9.2Tilman Keskinoz2020-06-152-4/+4
| | | | Notes: svn path=/head/; revision=539291
* Update to 0.9.0Tilman Keskinoz2020-06-114-19/+7
| | | | Notes: svn path=/head/; revision=538480
* Update profanity to 0.8.1Tilman Keskinoz2020-02-103-6/+9
| | | | Notes: svn path=/head/; revision=525697
* Enable OMEMO supportTilman Keskinoz2019-11-111-2/+5
| | | | | | | | | | Bump PORTREVISION PR: 241381 Reported by: pvoigt@uos.de Notes: svn path=/head/; revision=517269
* Update to 0.7.1Tilman Keskinoz2019-09-252-4/+4
| | | | Notes: svn path=/head/; revision=512809
* Update to 0.7.0Tilman Keskinoz2019-09-233-8/+11
| | | | Notes: svn path=/head/; revision=512668
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Add a copy of the distfile to my local distfiles.Tilman Keskinoz2019-03-251-1/+2
| | | | | | | | | It seems the MASTER_SITE randomly resets connections Reported by: pkgbuild Notes: svn path=/head/; revision=496811
* Update to 0.6.0Tilman Keskinoz2019-03-193-11/+14
| | | | | | | Changelog: https://github.com/boothj5/profanity/releases/tag/0.6.0 Notes: svn path=/head/; revision=496290
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=444463
* Attempt to fix build on packagebuild.Tilman Keskinoz2017-04-171-1/+7
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=438754
* Enable pluginsupport.Tilman Keskinoz2017-04-153-3/+22
| | | | | | | | | | PR: 218401 Submitted by: freebsd@get-experience.com While here, add configure flags to prevent linking against X11 Notes: svn path=/head/; revision=438599
* Update to 0.5.1Tilman Keskinoz2017-02-042-6/+5
| | | | Notes: svn path=/head/; revision=433338
* LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.Adam Weinberger2017-01-071-1/+1
| | | | | | | | Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts, because wow. Notes: svn path=/head/; revision=430761
* Update security/gpgme-* to 1.8.0Jason E. Hale2016-11-261-0/+1
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=427185
* Update to 0.5.0Tilman Keskinoz2016-09-283-20/+24
| | | | Notes: svn path=/head/; revision=422886
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Switch to libotr instead of libotr3Tilman Keskinoz2016-03-101-1/+2
| | | | | | | | PR: 207880 Submitted by: Sascha Holzleiter Notes: svn path=/head/; revision=410752
* - Clarify licenseDmitry Marakasov2016-02-251-8/+5
| | | | | | | | | | - Specify libotr.so version to differentiate security/libotr3 and security/libotr - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=409517
* * Update to 0.4.7Tilman Keskinoz2015-12-283-37/+7
| | | | | | | | | | PR: 205601 Submitted by: noah.bergbauer@tum.de * While here add dependency on gpgme to enable PGP support Notes: svn path=/head/; revision=404624
* Add an option for libnotify supportTilman Keskinoz2015-03-092-1/+41
| | | | | | | Submitted by: Denis D <stdedjub@googlemail.com> (Makefile changes) Notes: svn path=/head/; revision=380850