Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 13:09:18 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557733 - head/graphics/qtqr
Message-ID:  <202012111309.0BBD9Ie8055176@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org



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