Bug 181835 - [maintainer update] www/qupzilla update to 1.4.4
Summary: [maintainer update] www/qupzilla update to 1.4.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-05 11:00 UTC by javad.kouhi
Modified: 2013-09-05 21:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.13 KB, patch)
2013-09-05 11:00 UTC, javad.kouhi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description javad.kouhi 2013-09-05 11:00:00 UTC

    
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-05 16:52:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-09-05 21:13:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-05 21:13:58 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"