Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2018 17:22:40 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457994 - head/misc/py-qt5-demo
Message-ID:  <201801031722.w03HMesB078520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Jan  3 17:22:40 2018
New Revision: 457994
URL: https://svnweb.freebsd.org/changeset/ports/457994

Log:
  Bump PORTREVISION after r457993.
  
  In this case, we dropped a runtime dependency, so it is possible the package
  could have been created before and just failed at installation time.
  
  PR:		224870

Modified:
  head/misc/py-qt5-demo/Makefile

Modified: head/misc/py-qt5-demo/Makefile
==============================================================================
--- head/misc/py-qt5-demo/Makefile	Wed Jan  3 17:21:30 2018	(r457993)
+++ head/misc/py-qt5-demo/Makefile	Wed Jan  3 17:22:40 2018	(r457994)
@@ -2,6 +2,7 @@
 
 PORTNAME=	demo
 PORTVERSION=	${PYQT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	misc devel python
 MASTER_SITES=	${MASTER_SITES_PYQT5}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}qt5-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801031722.w03HMesB078520>