Date: Wed, 30 Mar 2022 21:16:33 GMT From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 38c6eab25831 - main - net-im/profanity: Update to 0.12.0 Message-ID: <202203302116.22ULGX1Y066324@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=38c6eab258317bff1dfe36a4e45b603bd980ac16 commit 38c6eab258317bff1dfe36a4e45b603bd980ac16 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2022-03-30 21:16:15 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2022-03-30 21:16:15 +0000 net-im/profanity: Update to 0.12.0 --- net-im/profanity/Makefile | 14 +++++++++----- net-im/profanity/distinfo | 6 +++--- net-im/profanity/pkg-plist | 4 ++++ 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index f39831463b56..09d0bd30c753 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -1,5 +1,5 @@ PORTNAME= profanity -PORTVERSION= 0.11.1 +PORTVERSION= 0.12.0 CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org @@ -11,16 +11,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive LIB_DEPENDS= libmesode.so:net-im/libmesode \ libcurl.so:ftp/curl \ - libotr.so.5:security/libotr \ + libotr.so:security/libotr \ libuuid.so:misc/e2fsprogs-libuuid \ libgpgme.so:security/gpgme \ libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgcrypt.so:security/libgcrypt \ libsignal-protocol-c.so:net/libsignal-protocol-c \ - libsqlite3.so:databases/sqlite3 + libstrophe.so:net-im/libstrophe -USES= cpe ncurses pkgconfig ssl python readline autoreconf libtool gnome +USES= cpe ncurses pkgconfig ssl python:3.8+ readline autoreconf libtool gnome \ + sqlite:3 CPE_VENDOR= ${PORTNAME}_project USE_GNOME= glib20 USE_GITHUB= yes @@ -41,7 +42,10 @@ NOTIFY_CONFIGURE_ENABLE=notifications .include <bsd.port.pre.mk> post-patch: - ${REINPLACE_CMD} "s,python-config,${PYTHON_VERSION}-config,g" \ + ${REINPLACE_CMD} "s,python3-embed,python-${PYTHON_VER}-embed,g" \ ${WRKSRC}/configure.ac +post-install: + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/man/man1 "-name *\.1" + .include <bsd.port.post.mk> diff --git a/net-im/profanity/distinfo b/net-im/profanity/distinfo index 8c3779e00ed2..3f1c2b09105c 100644 --- a/net-im/profanity/distinfo +++ b/net-im/profanity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636560906 -SHA256 (profanity-im-profanity-0.11.1_GH0.tar.gz) = 6a8b0b5a478c3a2b17b8c2eb572a3173a70b4c3740c61dd638a2d04a45147f9f -SIZE (profanity-im-profanity-0.11.1_GH0.tar.gz) = 542607 +TIMESTAMP = 1648670798 +SHA256 (profanity-im-profanity-0.12.0_GH0.tar.gz) = bd9a5d3b0bf781124e581d823bf52bfb8b8b43c428c5a2717609399b0adec15f +SIZE (profanity-im-profanity-0.12.0_GH0.tar.gz) = 555188 diff --git a/net-im/profanity/pkg-plist b/net-im/profanity/pkg-plist index 8551c2464d25..da172591009d 100644 --- a/net-im/profanity/pkg-plist +++ b/net-im/profanity/pkg-plist @@ -18,6 +18,7 @@ man/man1/profanity.1.gz %%DATADIR%%/themes/orange %%DATADIR%%/themes/original %%DATADIR%%/themes/shade +%%DATADIR%%/themes/snikket %%DATADIR%%/themes/spawn %%DATADIR%%/themes/whiteness %%DATADIR%%/themes/complex @@ -52,6 +53,7 @@ man/man1/profanity-color.1.gz man/man1/profanity-connect.1.gz man/man1/profanity-console.1.gz man/man1/profanity-correct.1.gz +man/man1/profanity-correct-editor.1.gz man/man1/profanity-correction.1.gz man/man1/profanity-disco.1.gz man/man1/profanity-disconnect.1.gz @@ -75,6 +77,7 @@ man/man1/profanity-log.1.gz man/man1/profanity-logging.1.gz man/man1/profanity-mainwin.1.gz man/man1/profanity-mam.1.gz +man/man1/profanity-mood.1.gz man/man1/profanity-msg.1.gz man/man1/profanity-nick.1.gz man/man1/profanity-notify.1.gz @@ -95,6 +98,7 @@ man/man1/profanity-privileges.1.gz man/man1/profanity-quit.1.gz man/man1/profanity-receipts.1.gz man/man1/profanity-reconnect.1.gz +man/man1/profanity-register.1.gz man/man1/profanity-reload.1.gz man/man1/profanity-resource.1.gz man/man1/profanity-role.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203302116.22ULGX1Y066324>