mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Update to 0.7.5 release and drop useless ImageMagick dependency.
PR: 241803 Submitted by: ale Approved by: maintainer timeout
This commit is contained in:
parent
23845cda24
commit
157c469ce3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518194
3 changed files with 9 additions and 18 deletions
|
@ -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 barcodes
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
||||
USES= pathfix autoreconf libtool
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dmtx
|
||||
|
||||
USES= tar:bzip2 libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig 2011-06-02 07:10:47 UTC
|
||||
+++ Makefile.in
|
||||
@@ -306,7 +306,7 @@ EXTRA_DIST = KNOWNBUG \
|
||||
script/check_todo.sh \
|
||||
script/check_whitespace.sh
|
||||
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = ${prefix}/libdata/pkgconfig
|
||||
pkgconfig_DATA = libdmtx.pc
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
Loading…
Add table
Reference in a new issue