Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2019 02:53:25 +0000 (UTC)
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518620 - head/graphics/dmtx-utils
Message-ID:  <201911290253.xAT2rPU9093497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kbowling
Date: Fri Nov 29 02:53:24 2019
New Revision: 518620
URL: https://svnweb.freebsd.org/changeset/ports/518620

Log:
  graphics/dmtx-utils: update to 0.7.6
  
  Approved by:	timur (mentor), hrs (maintainer timeout)
  Sponsored by:	BBOX.io
  Differential Revision:	https://reviews.freebsd.org/D22375

Modified:
  head/graphics/dmtx-utils/Makefile
  head/graphics/dmtx-utils/distinfo

Modified: head/graphics/dmtx-utils/Makefile
==============================================================================
--- head/graphics/dmtx-utils/Makefile	Fri Nov 29 02:42:31 2019	(r518619)
+++ head/graphics/dmtx-utils/Makefile	Fri Nov 29 02:53:24 2019	(r518620)
@@ -2,23 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	dmtx-utils
-PORTVERSION=	0.7.4
-PORTREVISION=	5
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.7.6
 CATEGORIES=	graphics
-MASTER_SITES=	SF/libdmtx/libdmtx/${PORTVERSION}
 
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Software for reading and writing Data Matrix barcodes
 
-BROKEN=		unfetchable
-
 LICENSE=	LGPL21+
 
 LIB_DEPENDS=	libdmtx.so:graphics/libdmtx \
-		libMagickWand-6.so:graphics/ImageMagick6 \
-		libMagickCore-6.so:graphics/ImageMagick6
+		libMagickWand-7.so:graphics/ImageMagick7 \
+		libMagickCore-7.so:graphics/ImageMagick7
 
-USES=		localbase tar:bzip2 pkgconfig
+USES=		autoreconf libtool localbase tar:bzip2 pkgconfig
+
+USE_GITHUB=	YES
+GH_ACCOUNT=	dmtx
+
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/dmtxread bin/dmtxwrite bin/dmtxquery \
 		man/man1/dmtxread.1.gz man/man1/dmtxwrite.1.gz \

Modified: head/graphics/dmtx-utils/distinfo
==============================================================================
--- head/graphics/dmtx-utils/distinfo	Fri Nov 29 02:42:31 2019	(r518619)
+++ head/graphics/dmtx-utils/distinfo	Fri Nov 29 02:53:24 2019	(r518620)
@@ -1,2 +1,3 @@
-SHA256 (dmtx-utils-0.7.4.tar.bz2) = 9f510f6c26a2a73e44da28eae78308973cc274043873cc7f90606624066ec7d0
-SIZE (dmtx-utils-0.7.4.tar.bz2) = 280232
+TIMESTAMP = 1573764382
+SHA256 (dmtx-dmtx-utils-v0.7.6_GH0.tar.gz) = 0d396ec14f32a8cf9e08369a4122a16aa2e5fa1675e02218f16f1ab777ea2a28
+SIZE (dmtx-dmtx-utils-v0.7.6_GH0.tar.gz) = 54888



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