diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-03-13 10:17:41 +0100 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-03-13 10:17:41 +0100 |
commit | 28a8f6962140c5686cd87f255d69de777eaefa62 (patch) | |
tree | d7f5e39cf13e5ff3d83e378023fd097391455e5b /net-im | |
parent | sysutils/rocinante: Update to 0.1.20220216 (diff) |
net-im/pidgin-bot-sentry: Rename pidgin-bs to pidgin-bot-sentry
The plugin was always called pidgin-bot-sentry. The fact that the
tarball is called pidgin-bs is the reason why it was originally
added under this name.
Comparing the project name at repology [1] confirms that error
nicely:
https://repology.org/project/pidgin-bot-sentry/versions
https://repology.org/project/pidgin-bs/versions
While here:
USE_LDCONFIG is not needed for .so that's installed in the pidgin
plugin directory.
Pacify portlint/portclippy, apply portfmt.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-bot-sentry/Makefile (renamed from net-im/pidgin-bs/Makefile) | 9 | ||||
-rw-r--r-- | net-im/pidgin-bot-sentry/distinfo (renamed from net-im/pidgin-bs/distinfo) | 1 | ||||
-rw-r--r-- | net-im/pidgin-bot-sentry/pkg-descr (renamed from net-im/pidgin-bs/pkg-descr) | 0 | ||||
-rw-r--r-- | net-im/pidgin-bot-sentry/pkg-plist (renamed from net-im/pidgin-bs/pkg-plist) | 0 |
5 files changed, 6 insertions, 6 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 41bbce04f802..54e72cb457a6 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -98,7 +98,7 @@ SUBDIR += p5-SOAP-Transport-JABBER SUBDIR += pecl-stomp2 SUBDIR += pidgin - SUBDIR += pidgin-bs + SUBDIR += pidgin-bot-sentry SUBDIR += pidgin-fetion SUBDIR += pidgin-hotkeys SUBDIR += pidgin-icyque diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bot-sentry/Makefile index edb796cf2e52..57831a82e4dc 100644 --- a/net-im/pidgin-bs/Makefile +++ b/net-im/pidgin-bot-sentry/Makefile @@ -1,10 +1,10 @@ # Created by: Emanuel Haupt <ehaupt@FreeBSD.org> -PORTNAME= pidgin-bs +PORTNAME= pidgin-bot-sentry PORTVERSION= 1.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-im -MASTER_SITES= SF/${PORTNAME}/bot-sentry/${PORTVERSION} +MASTER_SITES= SF/pidgin-bs/bot-sentry/${PORTVERSION} DISTNAME= bot-sentry-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org @@ -15,10 +15,9 @@ LICENSE= GPLv3 LIB_DEPENDS= libpurple.so:net-im/libpurple RUN_DEPENDS= pidgin:net-im/pidgin -GNU_CONFIGURE= yes USES= gettext gmake gnome libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool -USE_LDCONFIG= ${PREFIX}/lib/pidgin +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/net-im/pidgin-bs/distinfo b/net-im/pidgin-bot-sentry/distinfo index 907ba4ddb742..d08a14927a9e 100644 --- a/net-im/pidgin-bs/distinfo +++ b/net-im/pidgin-bot-sentry/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1647160703 SHA256 (bot-sentry-1.3.0.tar.bz2) = e65581328a508a82cd32d246f4037ea3b044eafd223c3c967947f847db28e736 SIZE (bot-sentry-1.3.0.tar.bz2) = 280673 diff --git a/net-im/pidgin-bs/pkg-descr b/net-im/pidgin-bot-sentry/pkg-descr index 0fc6689e21d3..0fc6689e21d3 100644 --- a/net-im/pidgin-bs/pkg-descr +++ b/net-im/pidgin-bot-sentry/pkg-descr diff --git a/net-im/pidgin-bs/pkg-plist b/net-im/pidgin-bot-sentry/pkg-plist index 12ef41f1667c..12ef41f1667c 100644 --- a/net-im/pidgin-bs/pkg-plist +++ b/net-im/pidgin-bot-sentry/pkg-plist |