svn commit: r557734 - branches/2020Q4/graphics/qtqr

Emanuel Haupt ehaupt at FreeBSD.org
Fri Dec 11 13:12:51 UTC 2020


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 at FreeBSD.org


More information about the svn-ports-all mailing list