From nobody@FreeBSD.org  Sat Jun 12 22:51:51 2010
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 0E1A91065749
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Jun 2010 22:51:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EE2578FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Jun 2010 22:51:50 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o5CMpoeb062815
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Jun 2010 22:51:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o5CMpoAa062814;
	Sat, 12 Jun 2010 22:51:50 GMT
	(envelope-from nobody)
Message-Id: <201006122251.o5CMpoAa062814@www.freebsd.org>
Date: Sat, 12 Jun 2010 22:51:50 GMT
From: "Joseph S. Atkinson" <jsa@wickedmachine.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update net-im/pidgin-facebookchat to 1.67
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         147823
>Category:       ports
>Synopsis:       Update net-im/pidgin-facebookchat to 1.67
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 12 23:00:11 UTC 2010
>Closed-Date:    Tue Jun 15 11:03:40 UTC 2010
>Last-Modified:  Tue Jun 15 11:10:01 UTC 2010
>Originator:     Joseph S. Atkinson
>Release:        
>Organization:
>Environment:
>Description:
Bring in a pair of minor bugfixes and makes compatible with newer facebook device security features.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru /usr/ports/net-im/pidgin-facebookchat/Makefile pidgin-facebookchat/Makefile
--- /usr/ports/net-im/pidgin-facebookchat/Makefile	2010-03-29 04:20:34.000000000 -0400
+++ pidgin-facebookchat/Makefile	2010-06-12 18:47:23.000000000 -0400
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	pidgin-facebookchat
-PORTVERSION=	1.65
-PORTREVISION=	1
+PORTVERSION=	1.67
 CATEGORIES=	net-im
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
-DISTNAME=	${PROJECTHOST}-source-${PORTVERSION}
+DISTNAME=	${PROJECTHOST}-source-${PORTVERSION}-1
 
 MAINTAINER=	jsa@wickedmachine.net
 COMMENT=	Facebook Chat for Pidgin
@@ -19,6 +18,8 @@
 BUILD_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 
+LICENSE=	GPLv3
+
 PROJECTHOST=	${PORTNAME}
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_BZIP2=	yes
diff -ru /usr/ports/net-im/pidgin-facebookchat/distinfo pidgin-facebookchat/distinfo
--- /usr/ports/net-im/pidgin-facebookchat/distinfo	2010-03-11 03:37:10.000000000 -0500
+++ pidgin-facebookchat/distinfo	2010-06-12 18:47:35.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (pidgin-facebookchat-source-1.65.tar.bz2) = 7d7bbee32cf758e29baeaec1528c669e
-SHA256 (pidgin-facebookchat-source-1.65.tar.bz2) = 04c271ef6644d5e1b7f7ca8ee4bad99ed1f4557c460a75889df048f1df8890a7
-SIZE (pidgin-facebookchat-source-1.65.tar.bz2) = 47951
+MD5 (pidgin-facebookchat-source-1.67-1.tar.bz2) = ae9d1f59e5185bf27b3ed1c0fee3fdc3
+SHA256 (pidgin-facebookchat-source-1.67-1.tar.bz2) = 0565a298e6f72ec2ca518d5297f8bd33cf37ff0d1e98356bf50734a7d47c0ff1
+SIZE (pidgin-facebookchat-source-1.67-1.tar.bz2) = 48703


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 12 23:00:22 UTC 2010 
Responsible-Changed-Why:  
wxs@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147823 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Tue Jun 15 11:03:04 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147823: commit references a PR
Date: Tue, 15 Jun 2010 11:03:08 +0000 (UTC)

 wxs         2010-06-15 11:02:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/pidgin-facebookchat Makefile distinfo 
   Log:
   Update to 1.67
   Add GPL3 license information
   
   PR:             ports/147823
   Submitted by:   Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
   
   Revision  Changes    Path
   1.15      +4 -3      ports/net-im/pidgin-facebookchat/Makefile
   1.10      +3 -3      ports/net-im/pidgin-facebookchat/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:
