From owner-svn-ports-head@FreeBSD.ORG Thu Aug 29 14:45:49 2013 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 ESMTP id D52831AE; Thu, 29 Aug 2013 14:45:49 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1ED22D0B; Thu, 29 Aug 2013 14:45:48 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id u14so804764lbd.30 for ; Thu, 29 Aug 2013 07:45:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=T9jv69q3FBSnF08OHp2ZAC0VjI/BzHxGktISBtwC1ck=; b=llYuKlOD5Lo4ppVOJ8ehMfCjrO7mzv2e6+xsQ6VVJ5ac9jO3EOjsMQN8SS3gxB8VC6 A6pHdOwgcbOkGdhmfUAFGvE9wJ/Pu2qsnnZ8NScUBRb50QldhU/tyNxKrgbjAAjyT2S/ Vc6rAGNX47TMdQ/pOU8rxBoz3V5V5aYX7fMul2l+eH8kg//UiP5WnM2WqipWyt/aF2VS P+XWAlb+t/YShH1Dmv7LRDE/WCp+my6sEG9+jHsE3mXMbjfgXvlHTEtURqjuvqJ056Nc 2TWY/rKCgdnaLkSWWhYgiZ10Ge1eeCjGLu+LJui1COLpi+Fca1yF3soP11hqqx+UTbzE ZptQ== MIME-Version: 1.0 X-Received: by 10.112.126.37 with SMTP id mv5mr3586955lbb.20.1377787546608; Thu, 29 Aug 2013 07:45:46 -0700 (PDT) Received: by 10.114.77.38 with HTTP; Thu, 29 Aug 2013 07:45:46 -0700 (PDT) In-Reply-To: <201308291441.r7TEfZUf078363@svn.freebsd.org> References: <201308291441.r7TEfZUf078363@svn.freebsd.org> Date: Thu, 29 Aug 2013 11:45:46 -0300 Message-ID: Subject: Re: svn commit: r325600 - head/science/udunits From: William Grzybowski To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 29 Aug 2013 14:45:49 -0000 On Thu, Aug 29, 2013 at 11:41 AM, Sunpoet Po-Chuan Hsieh < sunpoet@freebsd.org> wrote: > Author: sunpoet > Date: Thu Aug 29 14:41:35 2013 > New Revision: 325600 > URL: http://svnweb.freebsd.org/changeset/ports/325600 > > Log: > - Pet portlint: remove ABI version number from LIB_DEPENDS > > Modified: > head/science/udunits/Makefile > > Modified: head/science/udunits/Makefile > > ============================================================================== > --- head/science/udunits/Makefile Thu Aug 29 14:27:20 2013 > (r325599) > +++ head/science/udunits/Makefile Thu Aug 29 14:41:35 2013 > (r325600) > @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.unidata.ucar.edu > MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Library for manipulating units of physical quantities > > -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 > +LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 > > CONFIGURE_ENV= ac_cv_header_CUnit_CUnit_h=no > CPPFLAGS+= -I${LOCALBASE}/include > Hi, We might as well convert to the new syntax when changing LIB_DEPENDS: LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/ Cheers -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil