git: 28a8f6962140 - main - net-im/pidgin-bot-sentry: Rename pidgin-bs to pidgin-bot-sentry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Mar 2022 09:17:56 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=28a8f6962140c5686cd87f255d69de777eaefa62
commit 28a8f6962140c5686cd87f255d69de777eaefa62
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-03-13 09:17:41 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-03-13 09:17:41 +0000
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.
---
MOVED | 1 +
net-im/Makefile | 2 +-
net-im/{pidgin-bs => pidgin-bot-sentry}/Makefile | 9 ++++-----
net-im/{pidgin-bs => pidgin-bot-sentry}/distinfo | 1 +
net-im/{pidgin-bs => pidgin-bot-sentry}/pkg-descr | 0
net-im/{pidgin-bs => pidgin-bot-sentry}/pkg-plist | 0
6 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/MOVED b/MOVED
index 456f9a92e4f3..b78e9f4e7134 100644
--- a/MOVED
+++ b/MOVED
@@ -16957,3 +16957,4 @@ databases/postgresql96-plperl||2022-03-11|Has expired: PostgreSQL-9.6 has reache
databases/postgresql96-plpython||2022-03-11|Has expired: PostgreSQL-9.6 has reached end-of-life
databases/postgresql96-pltcl||2022-03-11|Has expired: PostgreSQL-9.6 has reached end-of-life
databases/postgresql96-server||2022-03-11|Has expired: PostgreSQL-9.6 has reached end-of-life
+net-im/pidgin-bs|net-im/pidgin-bot-sentry|2022-03-13|Project was renamed
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
similarity index 78%
rename from net-im/pidgin-bs/Makefile
rename to 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
similarity index 86%
rename from net-im/pidgin-bs/distinfo
rename to 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
similarity index 100%
rename from net-im/pidgin-bs/pkg-descr
rename to net-im/pidgin-bot-sentry/pkg-descr
diff --git a/net-im/pidgin-bs/pkg-plist b/net-im/pidgin-bot-sentry/pkg-plist
similarity index 100%
rename from net-im/pidgin-bs/pkg-plist
rename to net-im/pidgin-bot-sentry/pkg-plist