svn commit: r370958 - in head/ports-mgmt/portrac: . files

Rodrigo Osorio rodrigo at FreeBSD.org
Wed Oct 15 21:48:05 UTC 2014


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 at 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 at e-soul.org
+MAINTAINER=	Mario.G.Pavlov at 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/


More information about the svn-ports-all mailing list