svn commit: r472941 - head/textproc/py-qrcode

Craig Leres leres at FreeBSD.org
Wed Jun 20 22:36:47 UTC 2018


Author: leres
Date: Wed Jun 20 22:36:45 2018
New Revision: 472941
URL: https://svnweb.freebsd.org/changeset/ports/472941

Log:
  Update to 6.0:
  
   - Fix optimize length being ignored in QRCode.add_data.
  
   - Better calculation of the best mask pattern and related
     optimizations.
  
  Reviewed by:	matthew (mentor)
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15930

Modified:
  head/textproc/py-qrcode/Makefile
  head/textproc/py-qrcode/distinfo

Modified: head/textproc/py-qrcode/Makefile
==============================================================================
--- head/textproc/py-qrcode/Makefile	Wed Jun 20 22:29:22 2018	(r472940)
+++ head/textproc/py-qrcode/Makefile	Wed Jun 20 22:36:45 2018	(r472941)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qrcode
-PORTVERSION=	5.3
-PORTREVISION=	3
+PORTVERSION=	6.0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/textproc/py-qrcode/distinfo
==============================================================================
--- head/textproc/py-qrcode/distinfo	Wed Jun 20 22:29:22 2018	(r472940)
+++ head/textproc/py-qrcode/distinfo	Wed Jun 20 22:36:45 2018	(r472941)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481271215
-SHA256 (qrcode-5.3.tar.gz) = 4115ccee832620df16b659d4653568331015c718a754855caf5930805d76924e
-SIZE (qrcode-5.3.tar.gz) = 24253
+TIMESTAMP = 1529513139
+SHA256 (qrcode-6.0.tar.gz) = 037b0db4c93f44586e37f84c3da3f763874fcac85b2974a69a98e399ac78e1bf
+SIZE (qrcode-6.0.tar.gz) = 29160


More information about the svn-ports-all mailing list