From nobody@FreeBSD.org  Sat Apr 20 20:09:30 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 910E8163
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Apr 2013 20:09:30 +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 826ECD7A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Apr 2013 20:09:30 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3KK9TGF079811
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Apr 2013 20:09:29 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r3KK9TNi079810;
	Sat, 20 Apr 2013 20:09:29 GMT
	(envelope-from nobody)
Message-Id: <201304202009.r3KK9TNi079810@red.freebsd.org>
Date: Sat, 20 Apr 2013 20:09:29 GMT
From: Javad Kouhi <javad.kouhi@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] www/qupzilla update to 1.4.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         178011
>Category:       ports
>Synopsis:       [maintainer update] www/qupzilla update to 1.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    madpilot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 20 20:10:00 UTC 2013
>Closed-Date:    Mon Apr 22 18:03:36 UTC 2013
>Last-Modified:  Mon Apr 22 18:10:02 UTC 2013
>Originator:     Javad Kouhi
>Release:        9.1-STABLE
>Organization:
>Environment:
FreeBSD minootux 9.1-STABLE FreeBSD 9.1-STABLE #0 r249476: Sun Apr 14 19:27:02 IRDT 2013     root@minootux:/usr/obj/usr/src/sys/GIGABYTE  amd64
>Description:

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
--- Makefile	(revision 316165)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	qupzilla
-PORTVERSION=	1.4.0
+PORTVERSION=	1.4.1
 CATEGORIES=	www
 MASTER_SITES=	http://www.qupzilla.com/uploads/
 DISTNAME=	QupZilla-${PORTVERSION}
@@ -14,6 +14,7 @@
 HAS_CONFIGURE=	yes
 USE_QT4=	gui moc_build qmake_build rcc_build uic_build webkit \
 		dbus xml script sql network imageformats linguist_build
+LIB_DEPENDS=   hunspell:${PORTSDIR}/textproc/hunspell
 MAKE_ENV+=	QUPZILLA_PREFIX=${PREFIX}/ USE_LIBPATH=${PREFIX}/lib/
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
@@ -23,10 +24,10 @@
 		${QMAKE} ${QMAKEFLAGS} QupZilla.pro
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/|${LOCALBASE}/|g' \
+	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
 		${WRKSRC}/tests/autotests/qztoolstest.cpp \
 		${WRKSRC}/src/lib/plugins/qtwebkit/spellcheck/speller.cpp
-	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \
+	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
 		${WRKSRC}/src/install.pri
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 316165)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (QupZilla-1.4.0.tar.gz) = c17a22ffda3d6d9794472207787808f0b318c19b78687dba670af35543af7a5f
-SIZE (QupZilla-1.4.0.tar.gz) = 3990320
+SHA256 (QupZilla-1.4.1.tar.gz) = 9aa6ee14b025dcc2b1ed9bfed4cc340c222ee1ee243e105da304f3f47ba48b4d
+SIZE (QupZilla-1.4.1.tar.gz) = 3948318
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 316165)
+++ pkg-plist	(working copy)
@@ -1,14 +1,14 @@
 bin/qupzilla
-etc/bash_completion.d/bash_completion.sh
 lib/libQupZilla.so
 lib/libQupZilla.so.1
 lib/libQupZilla.so.1.4
-lib/libQupZilla.so.1.4.0
+lib/libQupZilla.so.1.4.1
 lib/qupzilla/libAccessKeysNavigation.so
 lib/qupzilla/libGreaseMonkey.so
 lib/qupzilla/libMouseGestures.so
 lib/qupzilla/libPIM.so
 share/applications/qupzilla.desktop
+share/bash-completion/completions/qupzilla
 share/icons/hicolor/128x128/apps/qupzilla.png
 share/icons/hicolor/16x16/apps/qupzilla.png
 share/icons/hicolor/256x256/apps/qupzilla.png
@@ -273,5 +273,6 @@
 @dirrmtry share/icons/hicolor/128x128
 @dirrmtry share/icons/hicolor
 @dirrmtry share/icons
+@dirrmtry share/bash-completion/completions
+@dirrmtry share/bash-completion
 @dirrmtry share/applications
-@dirrmtry etc/bash_completion.d


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->madpilot 
Responsible-Changed-By: madpilot 
Responsible-Changed-When: Mon Apr 22 09:20:30 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178011 
State-Changed-From-To: open->closed 
State-Changed-By: madpilot 
State-Changed-When: Mon Apr 22 18:03:35 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178011: commit references a PR
Date: Mon, 22 Apr 2013 18:03:34 +0000 (UTC)

 Author: madpilot
 Date: Mon Apr 22 18:03:25 2013
 New Revision: 316252
 URL: http://svnweb.freebsd.org/changeset/ports/316252
 
 Log:
   - Update to 1.4.1
   
   PR:		ports/178011
   Submitted by:	Javad Kouhi <javad.kouhi@gmail.com>
 
 Modified:
   head/www/qupzilla/Makefile   (contents, props changed)
   head/www/qupzilla/distinfo   (contents, props changed)
   head/www/qupzilla/pkg-plist   (contents, props changed)
 
 Modified: head/www/qupzilla/Makefile
 ==============================================================================
 --- head/www/qupzilla/Makefile	Mon Apr 22 18:00:46 2013	(r316251)
 +++ head/www/qupzilla/Makefile	Mon Apr 22 18:03:25 2013	(r316252)
 @@ -1,7 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	qupzilla
 -PORTVERSION=	1.4.0
 +PORTVERSION=	1.4.1
  CATEGORIES=	www
  MASTER_SITES=	http://www.qupzilla.com/uploads/
  DISTNAME=	QupZilla-${PORTVERSION}
 @@ -11,6 +11,8 @@ COMMENT=	Modern web browser based on Web
  
  LICENSE=	GPLv3
  
 +LIB_DEPENDS=	hunspell:${PORTSDIR}/textproc/hunspell
 +
  HAS_CONFIGURE=	yes
  USE_QT4=	gui moc_build qmake_build rcc_build uic_build webkit \
  		dbus xml script sql network imageformats linguist_build
 @@ -23,10 +25,10 @@ do-configure:
  		${QMAKE} ${QMAKEFLAGS} QupZilla.pro
  
  post-patch:
 -	@${REINPLACE_CMD} -e 's|/usr/|${LOCALBASE}/|g' \
 +	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
  		${WRKSRC}/tests/autotests/qztoolstest.cpp \
  		${WRKSRC}/src/lib/plugins/qtwebkit/spellcheck/speller.cpp
 -	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \
 +	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
  		${WRKSRC}/src/install.pri
  
  .include <bsd.port.mk>
 
 Modified: head/www/qupzilla/distinfo
 ==============================================================================
 --- head/www/qupzilla/distinfo	Mon Apr 22 18:00:46 2013	(r316251)
 +++ head/www/qupzilla/distinfo	Mon Apr 22 18:03:25 2013	(r316252)
 @@ -1,2 +1,2 @@
 -SHA256 (QupZilla-1.4.0.tar.gz) = c17a22ffda3d6d9794472207787808f0b318c19b78687dba670af35543af7a5f
 -SIZE (QupZilla-1.4.0.tar.gz) = 3990320
 +SHA256 (QupZilla-1.4.1.tar.gz) = 9aa6ee14b025dcc2b1ed9bfed4cc340c222ee1ee243e105da304f3f47ba48b4d
 +SIZE (QupZilla-1.4.1.tar.gz) = 3948318
 
 Modified: head/www/qupzilla/pkg-plist
 ==============================================================================
 --- head/www/qupzilla/pkg-plist	Mon Apr 22 18:00:46 2013	(r316251)
 +++ head/www/qupzilla/pkg-plist	Mon Apr 22 18:03:25 2013	(r316252)
 @@ -1,14 +1,14 @@
  bin/qupzilla
 -etc/bash_completion.d/bash_completion.sh
  lib/libQupZilla.so
  lib/libQupZilla.so.1
  lib/libQupZilla.so.1.4
 -lib/libQupZilla.so.1.4.0
 +lib/libQupZilla.so.1.4.1
  lib/qupzilla/libAccessKeysNavigation.so
  lib/qupzilla/libGreaseMonkey.so
  lib/qupzilla/libMouseGestures.so
  lib/qupzilla/libPIM.so
  share/applications/qupzilla.desktop
 +share/bash-completion/completions/qupzilla
  share/icons/hicolor/128x128/apps/qupzilla.png
  share/icons/hicolor/16x16/apps/qupzilla.png
  share/icons/hicolor/256x256/apps/qupzilla.png
 @@ -273,5 +273,6 @@ share/qupzilla/themes/windows/windows.cs
  @dirrmtry share/icons/hicolor/128x128
  @dirrmtry share/icons/hicolor
  @dirrmtry share/icons
 +@dirrmtry share/bash-completion/completions
 +@dirrmtry share/bash-completion
  @dirrmtry share/applications
 -@dirrmtry etc/bash_completion.d
 _______________________________________________
 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:
