From owner-svn-soc-all@FreeBSD.ORG Tue Jul 30 03:18:32 2013 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1F38783 for ; Tue, 30 Jul 2013 03:18:32 +0000 (UTC) (envelope-from jmuniz@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8EA6D2FEB for ; Tue, 30 Jul 2013 03:18:32 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6U3IWdN085286 for ; Tue, 30 Jul 2013 03:18:32 GMT (envelope-from jmuniz@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.7/8.14.6/Submit) id r6U3IW9i085271 for svn-soc-all@FreeBSD.org; Tue, 30 Jul 2013 03:18:32 GMT (envelope-from jmuniz@FreeBSD.org) Date: Tue, 30 Jul 2013 03:18:32 GMT Message-Id: <201307300318.r6U3IW9i085271@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to jmuniz@FreeBSD.org using -f From: jmuniz@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r255327 - soc2013/jmuniz/PackageKit-qt4/PackageKit-qt4-0.6.11/packagekit-qt4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 03:18:32 -0000 Author: jmuniz Date: Tue Jul 30 03:18:32 2013 New Revision: 255327 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=255327 Log: Updated PackageKit-qt4 port Makefile. Removed the IGNORE variable, as the port now works with Qt 4.8. Changed the revision number. Modified: soc2013/jmuniz/PackageKit-qt4/PackageKit-qt4-0.6.11/packagekit-qt4/Makefile Modified: soc2013/jmuniz/PackageKit-qt4/PackageKit-qt4-0.6.11/packagekit-qt4/Makefile ============================================================================== --- soc2013/jmuniz/PackageKit-qt4/PackageKit-qt4-0.6.11/packagekit-qt4/Makefile Tue Jul 30 02:26:06 2013 (r255326) +++ soc2013/jmuniz/PackageKit-qt4/PackageKit-qt4-0.6.11/packagekit-qt4/Makefile Tue Jul 30 03:18:32 2013 (r255327) @@ -6,13 +6,11 @@ # $MCom: ports/ports-mgmt/packagekit-qt4/Makefile,v 1.1 2010/01/08 02:16:38 kwm Exp $ # -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt4 COMMENT= Qt4 bindings to packagekit -IGNORE= does not build with Qt 4.8 - MASTERDIR= ${.CURDIR}/../../ports-mgmt/packagekit BUILD_WRKSRC= ${WRKSRC}/lib/packagekit-qt INSTALL_WRKSRC= ${WRKSRC}/lib/packagekit-qt