From nobody@FreeBSD.org  Thu Sep  5 09:50:08 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 4ABB2539
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  5 Sep 2013 09:50:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 398C22FA1
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  5 Sep 2013 09:50:08 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r859o7SG037299
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 5 Sep 2013 09:50:07 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r859o7Wm037292;
	Thu, 5 Sep 2013 09:50:07 GMT
	(envelope-from nobody)
Message-Id: <201309050950.r859o7Wm037292@oldred.freebsd.org>
Date: Thu, 5 Sep 2013 09:50:07 GMT
From: Javad Kouhi <javad.kouhi@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] www/qupzilla update to 1.4.4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181835
>Category:       ports
>Synopsis:       [maintainer update] www/qupzilla update to 1.4.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 05 10:00:00 UTC 2013
>Closed-Date:    Thu Sep 05 20:13:54 UTC 2013
>Last-Modified:  Thu Sep  5 20:20:00 UTC 2013
>Originator:     Javad Kouhi
>Release:        9.2-PRERELEASE
>Organization:
>Environment:
FreeBSD minootux 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254299: Wed Aug 14 07:18:35 IRDT 2013     root@minootux:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
--- Makefile	(revision 326353)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	qupzilla
-PORTVERSION=	1.4.3
+PORTVERSION=	1.4.4
 CATEGORIES=	www
 MASTER_SITES=	http://www.qupzilla.com/uploads/
 DISTNAME=	QupZilla-${PORTVERSION}
Index: distinfo
===================================================================
--- distinfo	(revision 326353)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (QupZilla-1.4.3.tar.gz) = cf48574d981b912bb1b25e6a2370c8d0eea73baf8770f437b64e3d9d06a67b2a
-SIZE (QupZilla-1.4.3.tar.gz) = 3947912
+SHA256 (QupZilla-1.4.4.tar.gz) = dc72d7b5d75e1348bf9c3c43267946a88a1fcc70045a0d50f6972cd679e5366b
+SIZE (QupZilla-1.4.4.tar.gz) = 3949537
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 326353)
+++ pkg-plist	(working copy)
@@ -2,7 +2,7 @@
 lib/libQupZilla.so
 lib/libQupZilla.so.1
 lib/libQupZilla.so.1.4
-lib/libQupZilla.so.1.4.3
+lib/libQupZilla.so.1.4.4
 lib/qupzilla/libAccessKeysNavigation.so
 lib/qupzilla/libGreaseMonkey.so
 lib/qupzilla/libMouseGestures.so


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Thu Sep 5 15:52:21 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181835 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Thu Sep 5 20:13:54 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181835: commit references a PR
Date: Thu,  5 Sep 2013 20:13:58 +0000 (UTC)

 Author: wg
 Date: Thu Sep  5 20:13:50 2013
 New Revision: 326443
 URL: http://svnweb.freebsd.org/changeset/ports/326443
 
 Log:
   www/qupzilla: update to 1.4.4
   
   - Update to 1.4.4 [1]
   - Convert lib depends to new syntax
   
   PR:		ports/181835
   Submitted by:	Javad Kouhi <javad.kouhi gmail.com> (maintainer)
 
 Modified:
   head/www/qupzilla/Makefile
   head/www/qupzilla/distinfo
   head/www/qupzilla/pkg-plist
 
 Modified: head/www/qupzilla/Makefile
 ==============================================================================
 --- head/www/qupzilla/Makefile	Thu Sep  5 20:09:25 2013	(r326442)
 +++ head/www/qupzilla/Makefile	Thu Sep  5 20:13:50 2013	(r326443)
 @@ -1,7 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	qupzilla
 -PORTVERSION=	1.4.3
 +PORTVERSION=	1.4.4
  CATEGORIES=	www
  MASTER_SITES=	http://www.qupzilla.com/uploads/
  DISTNAME=	QupZilla-${PORTVERSION}
 @@ -11,7 +11,7 @@ COMMENT=	Modern web browser based on Web
  
  LICENSE=	GPLv3
  
 -LIB_DEPENDS=	hunspell:${PORTSDIR}/textproc/hunspell
 +LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
  
  HAS_CONFIGURE=	yes
  USE_QT4=	gui moc_build qmake_build rcc_build uic_build webkit \
 
 Modified: head/www/qupzilla/distinfo
 ==============================================================================
 --- head/www/qupzilla/distinfo	Thu Sep  5 20:09:25 2013	(r326442)
 +++ head/www/qupzilla/distinfo	Thu Sep  5 20:13:50 2013	(r326443)
 @@ -1,2 +1,2 @@
 -SHA256 (QupZilla-1.4.3.tar.gz) = cf48574d981b912bb1b25e6a2370c8d0eea73baf8770f437b64e3d9d06a67b2a
 -SIZE (QupZilla-1.4.3.tar.gz) = 3947912
 +SHA256 (QupZilla-1.4.4.tar.gz) = dc72d7b5d75e1348bf9c3c43267946a88a1fcc70045a0d50f6972cd679e5366b
 +SIZE (QupZilla-1.4.4.tar.gz) = 3949537
 
 Modified: head/www/qupzilla/pkg-plist
 ==============================================================================
 --- head/www/qupzilla/pkg-plist	Thu Sep  5 20:09:25 2013	(r326442)
 +++ head/www/qupzilla/pkg-plist	Thu Sep  5 20:13:50 2013	(r326443)
 @@ -2,7 +2,7 @@ bin/qupzilla
  lib/libQupZilla.so
  lib/libQupZilla.so.1
  lib/libQupZilla.so.1.4
 -lib/libQupZilla.so.1.4.3
 +lib/libQupZilla.so.1.4.4
  lib/qupzilla/libAccessKeysNavigation.so
  lib/qupzilla/libGreaseMonkey.so
  lib/qupzilla/libMouseGestures.so
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
