From 12909e529a031acc5be9b338e3d7ef74fca48a3d Mon Sep 17 00:00:00 2001 From: Vladimir Druzenko Date: Sat, 14 Jun 2025 00:21:30 +0300 Subject: [PATCH] net-im/vqcc-gtk: Improve port, set maintainer No functinal changes: - Replace PORTVERSION with DISTVERSION. - Remove "?" from "CATEGORIES?=" and "MAINTAINER?=". - Set maintainer. - Remove localbase:ldflags and pathfix from USES - they are unnecessary. - Refresh patch. PR: 285185 Approved by: Edward.Sanford.Sutton, III (new maintainer) --- net-im/vqcc-gtk/Makefile | 8 ++++---- net-im/vqcc-gtk/files/patch-src__idle.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-im/vqcc-gtk/Makefile b/net-im/vqcc-gtk/Makefile index c6dad87aa042..cf3fb003fada 100644 --- a/net-im/vqcc-gtk/Makefile +++ b/net-im/vqcc-gtk/Makefile @@ -1,10 +1,10 @@ PORTNAME= vqcc-gtk -PORTVERSION= 0.5 +DISTVERSION= 0.5 PORTREVISION= 11 -CATEGORIES?= net-im +CATEGORIES= net-im MASTER_SITES= SF -MAINTAINER?= ports@FreeBSD.org +MAINTAINER= mirror176@hotmail.com COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM) WWW= https://vqcc-gtk.sourceforge.net/ @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification -USES= gettext gmake gnome localbase:ldflags pathfix pkgconfig xorg +USES= gettext gmake gnome pkgconfig xorg USE_GNOME= gdkpixbufextra gnomeprefix gtk20 USE_XORG= ice sm x11 xext xscrnsaver GNU_CONFIGURE= yes diff --git a/net-im/vqcc-gtk/files/patch-src__idle.c b/net-im/vqcc-gtk/files/patch-src__idle.c index b8dae802f4a3..e6bb1c75bd8e 100644 --- a/net-im/vqcc-gtk/files/patch-src__idle.c +++ b/net-im/vqcc-gtk/files/patch-src__idle.c @@ -1,6 +1,6 @@ ---- src/idle.c.orig Tue Jan 4 05:36:55 2005 -+++ src/idle.c Mon Jul 17 03:53:55 2006 -@@ -54,6 +54,12 @@ +--- src/idle.c.orig 2005-01-03 20:36:55 UTC ++++ src/idle.c +@@ -54,6 +54,12 @@ idle_check_cb(gpointer dummy) idle_check_cb(gpointer dummy) { unsigned idle_time; /* idle time in minutes */ @@ -13,7 +13,7 @@ /* do not enter auto-away or auto-offline when we're in invisible mode */ if(my_mode()==UMODE_INVISIBLE) -@@ -63,8 +69,6 @@ +@@ -63,8 +69,6 @@ idle_check_cb(gpointer dummy) idle_time = winvqcc_get_last_active() / 60000; #else #ifdef USE_XSCREENSAVER