[Midnightbsd-cvs] mports [19981] trunk/graphics/libdmtx/pkg-plist: fix fetch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 22 19:00:26 EDT 2015
Revision: 19981
http://svnweb.midnightbsd.org/mports/?rev=19981
Author: laffer1
Date: 2015-08-22 19:00:24 -0400 (Sat, 22 Aug 2015)
Log Message:
-----------
fix fetch
Modified Paths:
--------------
trunk/graphics/libdmtx/Makefile
trunk/graphics/libdmtx/distinfo
trunk/graphics/libdmtx/pkg-descr
trunk/graphics/libdmtx/pkg-plist
Property Changed:
----------------
trunk/graphics/libdmtx/pkg-descr
Modified: trunk/graphics/libdmtx/Makefile
===================================================================
--- trunk/graphics/libdmtx/Makefile 2015-08-22 22:58:39 UTC (rev 19980)
+++ trunk/graphics/libdmtx/Makefile 2015-08-22 23:00:24 UTC (rev 19981)
@@ -3,6 +3,7 @@
PORTNAME= libdmtx
PORTVERSION= 0.7.4
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
@@ -10,16 +11,14 @@
COMMENT= Library for reading and writing Data Matrix barcodes
LICENSE= other
-LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick
-MAN3= libdmtx.3
-
-USE_BZIP2= yes
+USES= tar:bzip2 libtool
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
post-patch:
- ${REINPLACE_CMD} -e '/^pkgconfigdir /s:(libdir):{prefix}/libdata:' \
+ @${REINPLACE_CMD} -e '/^pkgconfigdir /s:(libdir):{prefix}/libdata:' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
Modified: trunk/graphics/libdmtx/distinfo
===================================================================
--- trunk/graphics/libdmtx/distinfo 2015-08-22 22:58:39 UTC (rev 19980)
+++ trunk/graphics/libdmtx/distinfo 2015-08-22 23:00:24 UTC (rev 19981)
@@ -1,3 +1,2 @@
SHA256 (libdmtx-0.7.4.tar.bz2) = b62c586ac4fad393024dadcc48da8081b4f7d317aa392f9245c5335f0ee8dd76
-RMD160 (libdmtx-0.7.4.tar.bz2) = ef8e4c12d04f9281016f6b2a0c747b6b6e111863
SIZE (libdmtx-0.7.4.tar.bz2) = 303176
Modified: trunk/graphics/libdmtx/pkg-descr
===================================================================
--- trunk/graphics/libdmtx/pkg-descr 2015-08-22 22:58:39 UTC (rev 19980)
+++ trunk/graphics/libdmtx/pkg-descr 2015-08-22 23:00:24 UTC (rev 19981)
@@ -10,4 +10,4 @@
symbology (sometimes casually referred to as "DataMatrix") was invented
and released into the public domain by RVSI Acuity CiMatrix.
-WWW: http://www.libdmtx.org/
+WWW: http://www.libdmtx.org/
Property changes on: trunk/graphics/libdmtx/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/graphics/libdmtx/pkg-plist
===================================================================
--- trunk/graphics/libdmtx/pkg-plist 2015-08-22 22:58:39 UTC (rev 19980)
+++ trunk/graphics/libdmtx/pkg-plist 2015-08-22 23:00:24 UTC (rev 19981)
@@ -1,6 +1,7 @@
include/dmtx.h
+lib/libdmtx.a
lib/libdmtx.so
lib/libdmtx.so.0
-lib/libdmtx.la
-lib/libdmtx.a
+lib/libdmtx.so.0.0.0
libdata/pkgconfig/libdmtx.pc
+man/man3/libdmtx.3.gz
More information about the Midnightbsd-cvs
mailing list