From ryan@shell2.snagged.net  Sat Jun 26 02:53:26 2004
Return-Path: <ryan@shell2.snagged.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 625F416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jun 2004 02:53:26 +0000 (GMT)
Received: from shell2.snagged.net (shell2.snagged.net [64.71.139.194])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D40B243D54
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jun 2004 02:53:15 +0000 (GMT)
	(envelope-from ryan@shell2.snagged.net)
Received: from shell2.snagged.net (ryan@localhost [127.0.0.1])
	by shell2.snagged.net (8.12.10/8.12.10) with ESMTP id i5Q2qseL059131
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jun 2004 19:52:54 -0700 (PDT)
	(envelope-from ryan@shell2.snagged.net)
Received: (from ryan@localhost)
	by shell2.snagged.net (8.12.10/8.12.10/Submit) id i5Q2qsaL059130;
	Fri, 25 Jun 2004 19:52:54 -0700 (PDT)
	(envelope-from ryan)
Message-Id: <200406260252.i5Q2qsaL059130@shell2.snagged.net>
Date: Fri, 25 Jun 2004 19:52:54 -0700 (PDT)
From: "ports@c0decafe.net" <ports@c0decafe.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] misc/gaim-guifications: update to 1.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         68356
>Category:       ports
>Synopsis:       [MAINTAINER] misc/gaim-guifications: update to 1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 26 03:00:42 GMT 2004
>Closed-Date:    Sun Jun 27 06:04:34 GMT 2004
>Last-Modified:  Sun Jun 27 06:04:34 GMT 2004
>Originator:     ports@c0decafe.net
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD atlantis.local 4.10-STABLE FreeBSD 4.10-STABLE #0: Thu Jun 17 04:56:26 EEST 2004
>Description:
- Update to 1.9
- Add a GAIM_DEPENDS check

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- gaim-guifications-1.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/misc/gaim-guifications.orig/Makefile /usr/ports/misc/gaim-guifications/Makefile
--- /usr/ports/misc/gaim-guifications.orig/Makefile	Tue Jun  1 10:59:08 2004
+++ /usr/ports/misc/gaim-guifications/Makefile	Sat Jun 26 05:41:16 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	guifications
-PORTVERSION=	1.8
+PORTVERSION=	1.9
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,13 +15,21 @@
 MAINTAINER=	ports@c0decafe.net
 COMMENT=	Plugin to add msn style "toaster" popups to Gaim
 
-BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/net/gaim:configure
+BUILD_DEPENDS=	${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
 RUN_DEPENDS=	gaim:${PORTSDIR}/net/gaim
 
+GAIM_DEPENDS=	0.79
+
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 USE_GNOME=	lthack gtk20
 USE_LIBTOOL_VER=13
-CONFIGURE_ARGS=	--with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim*
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+GAIM_VER!=${MAKE} -C ${PORTSDIR}/net/gaim -V PORTVERSION
+.if !${GAIM_DEPENDS} == ${GAIM_VER}
+BROKEN=${DISTNAME} requires gaim-${GAIM_DEPENDS}
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/misc/gaim-guifications.orig/distinfo /usr/ports/misc/gaim-guifications/distinfo
--- /usr/ports/misc/gaim-guifications.orig/distinfo	Tue Jun  1 10:59:08 2004
+++ /usr/ports/misc/gaim-guifications/distinfo	Sat Jun 26 05:35:45 2004
@@ -1,2 +1,2 @@
-MD5 (guifications-1.8.tar.gz) = ddac2e9c9ad700446633098eaa1216c0
-SIZE (guifications-1.8.tar.gz) = 347127
+MD5 (guifications-1.9.tar.gz) = 455ae3ad1837cd23914c7b3b0e8f7100
+SIZE (guifications-1.9.tar.gz) = 347685
--- gaim-guifications-1.9.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Sat Jun 26 03:06:13 GMT 2004 
Responsible-Changed-Why:  
I've been waiting for these. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68356 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sun Jun 27 06:03:30 GMT 2004 
State-Changed-Why:  
Committed with a few modifications.  I removed the Gaim version check as it 
may cause problems with certain users.  Plus, just because one has Gaim 
version X in their ports tree doesn't mean they have it installed ;-). 

Thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68356 
>Unformatted:
