From owner-svn-ports-head@FreeBSD.ORG Tue Jun 24 12:29:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 014384BD; Tue, 24 Jun 2014 12:29:14 +0000 (UTC) Received: from fep36.mx.upcmail.net (fep36.mx.upcmail.net [62.179.121.54]) by mx1.freebsd.org (Postfix) with ESMTP id B76C82359; Tue, 24 Jun 2014 12:29:11 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep11-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140624122800.RWCC29414.viefep11-int.chello.at@edge03.upcmail.net>; Tue, 24 Jun 2014 14:28:00 +0200 Received: from [127.0.0.1] ([178.84.134.112]) by edge03.upcmail.net with edge id JCTz1o01g2Rg3Ey03CU04H; Tue, 24 Jun 2014 14:28:00 +0200 X-SourceIP: 178.84.134.112 Message-ID: <53A96ED0.50201@rainbow-runner.nl> Date: Tue, 24 Jun 2014 14:28:00 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Johan van Selst , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r359068 - head/graphics/libdmtx References: <201406241106.s5OB67IZ053501@svn.freebsd.org> In-Reply-To: <201406241106.s5OB67IZ053501@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140624-0, 24-06-2014), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2014 12:29:14 -0000 On 24-6-2014 13:06, Johan van Selst wrote: > Author: johans > Date: Tue Jun 24 11:06:06 2014 > New Revision: 359068 > URL: http://svnweb.freebsd.org/changeset/ports/359068 > QAT: https://qat.redports.org/buildarchive/r359068/ > > Log: > Chase ImageMagick library renaming: correct build dependency > > Submitted by: Yuri > > Modified: > head/graphics/libdmtx/Makefile > > Modified: head/graphics/libdmtx/Makefile > ============================================================================== > --- head/graphics/libdmtx/Makefile Tue Jun 24 10:20:00 2014 (r359067) > +++ head/graphics/libdmtx/Makefile Tue Jun 24 11:06:06 2014 (r359068) > @@ -10,7 +10,7 @@ MASTER_SITES= SF > MAINTAINER= johans@FreeBSD.org > COMMENT= Library for reading and writing Data Matrix barcodes > > -LIB_DEPENDS= libMagickWand.so:${PORTSDIR}/graphics/ImageMagick > +LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick > > USES= tar:bzip2 libtool > GNU_CONFIGURE= yes > Woops sorry about that.