From d54da5ee82d115926f08587f9d5f9bb5c726020f Mon Sep 17 00:00:00 2001 From: Rodrigo Osorio Date: Wed, 15 Oct 2014 21:48:04 +0000 Subject: 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) --- ports-mgmt/portrac/Makefile | 11 +++-------- ports-mgmt/portrac/distinfo | 4 ++-- ports-mgmt/portrac/files/extra-patch-PortChecker.cc | 12 ------------ ports-mgmt/portrac/pkg-descr | 4 ++-- 4 files changed, 7 insertions(+), 24 deletions(-) delete mode 100644 ports-mgmt/portrac/files/extra-patch-PortChecker.cc (limited to 'ports-mgmt') diff --git a/ports-mgmt/portrac/Makefile b/ports-mgmt/portrac/Makefile index b2ad8eb658b9..4ad9e290e0bc 100644 --- a/ports-mgmt/portrac/Makefile +++ b/ports-mgmt/portrac/Makefile @@ -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 && \ diff --git a/ports-mgmt/portrac/distinfo b/ports-mgmt/portrac/distinfo index 71dd5490be6c..7acce4cec32b 100644 --- a/ports-mgmt/portrac/distinfo +++ b/ports-mgmt/portrac/distinfo @@ -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 diff --git a/ports-mgmt/portrac/files/extra-patch-PortChecker.cc b/ports-mgmt/portrac/files/extra-patch-PortChecker.cc deleted file mode 100644 index 539e68c7a94e..000000000000 --- a/ports-mgmt/portrac/files/extra-patch-PortChecker.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- PortChecker.cc.orig 2011-05-29 04:27:22.000000000 -0500 -+++ PortChecker.cc 2014-02-22 14:26:23.633015152 -0600 -@@ -88,7 +88,7 @@ - { - index = (preferences->getPreference(INDEX_PREF).c_str()); - } -- execl("/usr/sbin/pkg_version", "pkg_version", "-I", index, (char *) 0); -+ execl("/usr/sbin/pkg", "pkg", "version", "-I", index, (char *) 0); - perror("execl"); - } - - diff --git a/ports-mgmt/portrac/pkg-descr b/ports-mgmt/portrac/pkg-descr index 7e4bbc50bf7f..f3ec9e1a9fec 100644 --- a/ports-mgmt/portrac/pkg-descr +++ b/ports-mgmt/portrac/pkg-descr @@ -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/ -- cgit v1.2.3