From nobody@FreeBSD.org  Sat Oct 22 13:45:49 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6A9831065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Oct 2011 13:45:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 410B08FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Oct 2011 13:45:49 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9MDjnAs052646
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Oct 2011 13:45:49 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p9MDjmc5052645;
	Sat, 22 Oct 2011 13:45:48 GMT
	(envelope-from nobody)
Message-Id: <201110221345.p9MDjmc5052645@red.freebsd.org>
Date: Sat, 22 Oct 2011 13:45:48 GMT
From: George Liaskos <geo.liaskos@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] unbreak x11-themes/emerald-themes
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         161900
>Category:       ports
>Synopsis:       [PATCH] unbreak x11-themes/emerald-themes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 22 13:50:09 UTC 2011
>Closed-Date:    Sat Oct 22 17:10:45 UTC 2011
>Last-Modified:  Sat Oct 22 17:20:10 UTC 2011
>Originator:     George Liaskos
>Release:        9.0-BETA3
>Organization:
Realize S.A
>Environment:
FreeBSD bumblebee.cybertron.gr 9.0-BETA3 FreeBSD 9.0-BETA3 #0: Wed Oct 19 21:02:32 EEST 2011     root@bumblebee.cybertron.gr:/usr/obj/usr/src/sys/BUMBLEBEE  amd64
>Description:
Unbreak x11-themes/emerald-themes by bumping version to 0.6.0 and changing mirror.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru emerald-themes.orig/Makefile emerald-themes/Makefile
--- emerald-themes.orig/Makefile	2011-09-24 01:26:21.000000000 +0300
+++ emerald-themes/Makefile	2011-10-22 16:14:08.571901232 +0300
@@ -6,20 +6,19 @@
 #
 
 PORTNAME=	emerald-themes
-PORTVERSION=	0.5.2
+PORTVERSION=	0.6.0
 CATEGORIES=	x11-themes
-MASTER_SITES=	http://releases.compiz-fusion.org/${PORTVERSION}/
+MASTER_SITES=	http://cgit.compiz.org/fusion/decorators/emerald-themes/snapshot/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Themes for the Emerald Window Decorator
 
-BROKEN=	does not fetch
-
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
+USE_AUTOTOOLS=  autoconf:env automake:env aclocal:env autoheader:env
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -28,4 +27,7 @@
 	@${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
 			${WRKSRC}/themes/import.sh
 
+pre-configure:
+	@cd ${WRKSRC} && ./autogen.sh
+
 .include <bsd.port.mk>
diff -ru emerald-themes.orig/distinfo emerald-themes/distinfo
--- emerald-themes.orig/distinfo	2011-07-02 23:09:28.000000000 +0300
+++ emerald-themes/distinfo	2011-10-22 15:54:39.519909920 +0300
@@ -1,2 +1,2 @@
-SHA256 (emerald-themes-0.5.2.tar.bz2) = 1c2c77a0fff352569a2f013e8b6c1fd99e2b6f9185c9a64d2cf2e918d9de4841
-SIZE (emerald-themes-0.5.2.tar.bz2) = 1563758
+SHA256 (emerald-themes-0.6.0.tar.bz2) = 0aaeb874155a22a36a539a3e9a3ffa37a23abafc2441d314d0164e5a74e4df7f
+SIZE (emerald-themes-0.6.0.tar.bz2) = 1507219


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Sat Oct 22 16:01:14 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161900 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Sat Oct 22 17:10:44 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161900 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161900: commit references a PR
Date: Sat, 22 Oct 2011 17:10:35 +0000 (UTC)

 pawel       2011-10-22 17:10:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-themes/emerald-themes Makefile distinfo 
   Log:
   Unbreak and update to version 0.6.0
   
   PR:             ports/161900
   Submitted by:   George Liaskos <geo.liaskos@gmail.com>
   
   Revision  Changes    Path
   1.11      +6 -4      ports/x11-themes/emerald-themes/Makefile
   1.4       +2 -2      ports/x11-themes/emerald-themes/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
