Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 13:12:51 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r557734 - branches/2020Q4/graphics/qtqr
Message-ID:  <202012111312.0BBDCpQh061661@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Dec 11 13:12:50 2020
New Revision: 557734
URL: https://svnweb.freebsd.org/changeset/ports/557734

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

Modified:
  branches/2020Q4/graphics/qtqr/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/graphics/qtqr/Makefile
==============================================================================
--- branches/2020Q4/graphics/qtqr/Makefile	Fri Dec 11 13:09:18 2020	(r557733)
+++ branches/2020Q4/graphics/qtqr/Makefile	Fri Dec 11 13:12:50 2020	(r557734)
@@ -3,9 +3,10 @@
 
 PORTNAME=	qtqr
 DISTVERSION=	2.0.bzr39
-PORTREVISION=	1
+PORTREVISION=	3
 CATEGORIES=	graphics python
 MASTER_SITES=	LOCAL/ehaupt
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	qr-tools-${DISTVERSION}
 
 MAINTAINER=	ehaupt@FreeBSD.org



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