Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2004 19:52:54 -0700 (PDT)
From:      "ports@c0decafe.net" <ports@c0decafe.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68356: [MAINTAINER] misc/gaim-guifications: update to 1.9
Message-ID:  <200406260252.i5Q2qsaL059130@shell2.snagged.net>
Resent-Message-ID: <200406260300.i5Q30hZe062106@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68356
>Category:       ports
>Synopsis:       [MAINTAINER] misc/gaim-guifications: update to 1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 26 03:00:42 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406260252.i5Q2qsaL059130>