svn commit: r557733 - head/graphics/qtqr

Emanuel Haupt ehaupt at FreeBSD.org
Fri Dec 11 13:09:19 UTC 2020


Author: ehaupt
Date: Fri Dec 11 13:09:18 2020
New Revision: 557733
URL: https://svnweb.freebsd.org/changeset/ports/557733

Log:
  Fix stage-qa issue by setting PKGNAMEPREFIX
  
  PR:		251734
  Submitted by:	lbartoletti
  MFH:		2020Q4

Modified:
  head/graphics/qtqr/Makefile

Modified: head/graphics/qtqr/Makefile
==============================================================================
--- head/graphics/qtqr/Makefile	Fri Dec 11 13:00:01 2020	(r557732)
+++ head/graphics/qtqr/Makefile	Fri Dec 11 13:09:18 2020	(r557733)
@@ -3,9 +3,10 @@
 
 PORTNAME=	qtqr
 DISTVERSION=	2.0.bzr39
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics python
 MASTER_SITES=	LOCAL/ehaupt
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	qr-tools-${DISTVERSION}
 
 MAINTAINER=	ehaupt at FreeBSD.org


More information about the svn-ports-all mailing list