Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2013 14:43:08 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337995 - in head/graphics: dmtx-utils libdmtx
Message-ID:  <201312291443.rBTEh85q072502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sun Dec 29 14:43:07 2013
New Revision: 337995
URL: http://svnweb.freebsd.org/changeset/ports/337995

Log:
  Enable stage support

Modified:
  head/graphics/dmtx-utils/Makefile
  head/graphics/dmtx-utils/pkg-descr
  head/graphics/libdmtx/Makefile
  head/graphics/libdmtx/pkg-descr
  head/graphics/libdmtx/pkg-plist

Modified: head/graphics/dmtx-utils/Makefile
==============================================================================
--- head/graphics/dmtx-utils/Makefile	Sun Dec 29 14:37:13 2013	(r337994)
+++ head/graphics/dmtx-utils/Makefile	Sun Dec 29 14:43:07 2013	(r337995)
@@ -11,14 +11,14 @@ MASTER_SITE_SUBDIR=libdmtx/libdmtx/${POR
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Software for reading and writing Data Matrix barcodes
 
-LIB_DEPENDS=	dmtx.0:${PORTSDIR}/graphics/libdmtx
+LIB_DEPENDS=	libdmtx.so:${PORTSDIR}/graphics/libdmtx
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 
-MAN1=		dmtxread.1 dmtxwrite.1 dmtxquery.1
-PLIST_FILES=	bin/dmtxread bin/dmtxwrite bin/dmtxquery
+PLIST_FILES=	bin/dmtxread bin/dmtxwrite bin/dmtxquery \
+		man/man1/dmtxread.1.gz man/man1/dmtxwrite.1.gz \
+		man/man1/dmtxquery.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/dmtx-utils/pkg-descr
==============================================================================
--- head/graphics/dmtx-utils/pkg-descr	Sun Dec 29 14:37:13 2013	(r337994)
+++ head/graphics/dmtx-utils/pkg-descr	Sun Dec 29 14:43:07 2013	(r337995)
@@ -12,4 +12,4 @@ pattern of data with built-in error corr
 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/

Modified: head/graphics/libdmtx/Makefile
==============================================================================
--- head/graphics/libdmtx/Makefile	Sun Dec 29 14:37:13 2013	(r337994)
+++ head/graphics/libdmtx/Makefile	Sun Dec 29 14:43:07 2013	(r337995)
@@ -10,17 +10,14 @@ MASTER_SITES=	SF
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Library for reading and writing Data Matrix barcodes
 
-LIB_DEPENDS=	MagickWand:${PORTSDIR}/graphics/ImageMagick
-
-MAN3=		libdmtx.3
+LIB_DEPENDS=	libMagickWand.so:${PORTSDIR}/graphics/ImageMagick
 
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	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: head/graphics/libdmtx/pkg-descr
==============================================================================
--- head/graphics/libdmtx/pkg-descr	Sun Dec 29 14:37:13 2013	(r337994)
+++ head/graphics/libdmtx/pkg-descr	Sun Dec 29 14:43:07 2013	(r337995)
@@ -10,4 +10,4 @@ pattern of data with built-in error corr
 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/

Modified: head/graphics/libdmtx/pkg-plist
==============================================================================
--- head/graphics/libdmtx/pkg-plist	Sun Dec 29 14:37:13 2013	(r337994)
+++ head/graphics/libdmtx/pkg-plist	Sun Dec 29 14:43:07 2013	(r337995)
@@ -4,3 +4,4 @@ lib/libdmtx.so.0
 lib/libdmtx.la
 lib/libdmtx.a
 libdata/pkgconfig/libdmtx.pc
+man/man3/libdmtx.3.gz



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