svn commit: r457994 - head/misc/py-qt5-demo

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Jan 3 17:22:42 UTC 2018


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-


More information about the svn-ports-all mailing list