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 <mirror176@hotmail.com> (new maintainer)
This commit is contained in:
Vladimir Druzenko
2025-06-14 00:21:30 +03:00
parent 841ef3fbf1
commit 12909e529a
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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
+4 -4
View File
@@ -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