From owner-svn-ports-head@FreeBSD.ORG Wed Oct 15 21:48:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2F92EC6; Wed, 15 Oct 2014 21:48:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96C59769; Wed, 15 Oct 2014 21:48:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9FLm5hK082741; Wed, 15 Oct 2014 21:48:05 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9FLm4q0082738; Wed, 15 Oct 2014 21:48:04 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201410152148.s9FLm4q0082738@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Wed, 15 Oct 2014 21:48:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370958 - in head/ports-mgmt/portrac: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2014 21:48:05 -0000 Author: rodrigo Date: Wed Oct 15 21:48:04 2014 New Revision: 370958 URL: https://svnweb.freebsd.org/changeset/ports/370958 QAT: https://qat.redports.org/buildarchive/r370958/ Log: Update port to version 0.5 Update maintainer email address Remove unnecessary PLIST_DIRS PR: ports/194023 Submitted by: mario.g.pavlov@gmail.com (maintainer) Approved by: mentors (implicit) Deleted: head/ports-mgmt/portrac/files/ Modified: head/ports-mgmt/portrac/Makefile head/ports-mgmt/portrac/distinfo head/ports-mgmt/portrac/pkg-descr Modified: head/ports-mgmt/portrac/Makefile ============================================================================== --- head/ports-mgmt/portrac/Makefile Wed Oct 15 21:43:23 2014 (r370957) +++ head/ports-mgmt/portrac/Makefile Wed Oct 15 21:48:04 2014 (r370958) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= portrac -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.5 CATEGORIES= ports-mgmt MASTER_SITES= http://e-soul.org/distfiles/ \ http://home.e-soul.org/~mgp/distfiles/ -MAINTAINER= mgp@e-soul.org +MAINTAINER= Mario.G.Pavlov@gmail.com COMMENT= Simple GUI tool for tracking port updates LICENSE= BSD2CLAUSE @@ -17,12 +16,8 @@ PLIST_FILES= bin/portrac \ share/portrac/up-to-date.png \ share/portrac/updates-available.png -PLIST_DIRS= share/portrac - USES= qmake tar:bzip2 -USE_QT4= gui moc_build - -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-PortChecker.cc +USE_QT5= widgets buildtools_build do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/portrac ${STAGEDIR}${PREFIX}/bin && \ Modified: head/ports-mgmt/portrac/distinfo ============================================================================== --- head/ports-mgmt/portrac/distinfo Wed Oct 15 21:43:23 2014 (r370957) +++ head/ports-mgmt/portrac/distinfo Wed Oct 15 21:48:04 2014 (r370958) @@ -1,2 +1,2 @@ -SHA256 (portrac-0.4.tar.bz2) = 32febad78b8de271b05c718e694168c56b46390ce02df587018469e5dfa85b11 -SIZE (portrac-0.4.tar.bz2) = 7590 +SHA256 (portrac-0.5.tar.bz2) = 2dbc2698426e8907532d407101754f8b28ad5323a196e720ff58e3650540f7bf +SIZE (portrac-0.5.tar.bz2) = 9702 Modified: head/ports-mgmt/portrac/pkg-descr ============================================================================== --- head/ports-mgmt/portrac/pkg-descr Wed Oct 15 21:43:23 2014 (r370957) +++ head/ports-mgmt/portrac/pkg-descr Wed Oct 15 21:48:04 2014 (r370958) @@ -1,7 +1,7 @@ portrac is a simple GUI tool for tracking port updates. -It's based on Qt4 and it integrates with the system tray. +It's based on Qt and it integrates with the system tray. portrac shows a simple list of the available updates to the installed ports on the local machine i.e. shows the ports that have updates. -WWW: http://portrac.e-soul.org/ +WWW: http://portrac.e-soul.org/