Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2019 08:26:53 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518194 - in head/graphics/libdmtx: . files
Message-ID:  <201911230826.xAN8QrYA047741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Sat Nov 23 08:26:53 2019
New Revision: 518194
URL: https://svnweb.freebsd.org/changeset/ports/518194

Log:
  Update to 0.7.5 release and drop useless ImageMagick dependency.
  
  PR:		241803
  Submitted by:	ale
  Approved by:	maintainer timeout

Deleted:
  head/graphics/libdmtx/files/
Modified:
  head/graphics/libdmtx/Makefile
  head/graphics/libdmtx/distinfo

Modified: head/graphics/libdmtx/Makefile
==============================================================================
--- head/graphics/libdmtx/Makefile	Sat Nov 23 08:13:32 2019	(r518193)
+++ head/graphics/libdmtx/Makefile	Sat Nov 23 08:26:53 2019	(r518194)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	libdmtx
-PORTVERSION=	0.7.4
-PORTREVISION=	11
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.7.5
 CATEGORIES=	graphics
-MASTER_SITES=	SF
 
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Library for reading and writing Data Matrix barcodes
@@ -13,9 +12,11 @@ COMMENT=	Library for reading and writing Data Matrix b
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libMagickWand-6.so:graphics/ImageMagick6
+USES=		pathfix autoreconf libtool
 
-USES=		tar:bzip2 libtool
+USE_GITHUB=	yes
+GH_ACCOUNT=	dmtx
+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip

Modified: head/graphics/libdmtx/distinfo
==============================================================================
--- head/graphics/libdmtx/distinfo	Sat Nov 23 08:13:32 2019	(r518193)
+++ head/graphics/libdmtx/distinfo	Sat Nov 23 08:26:53 2019	(r518194)
@@ -1,2 +1,3 @@
-SHA256 (libdmtx-0.7.4.tar.bz2) = b62c586ac4fad393024dadcc48da8081b4f7d317aa392f9245c5335f0ee8dd76
-SIZE (libdmtx-0.7.4.tar.bz2) = 303176
+TIMESTAMP = 1573222235
+SHA256 (dmtx-libdmtx-v0.7.5_GH0.tar.gz) = be0c5275695a732a5f434ded1fcc232aa63b1a6015c00044fe87f3a689b75f2e
+SIZE (dmtx-libdmtx-v0.7.5_GH0.tar.gz) = 790944



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