svn commit: r325600 - head/science/udunits

William Grzybowski william88 at gmail.com
Thu Aug 29 14:45:49 UTC 2013


On Thu, Aug 29, 2013 at 11:41 AM, Sunpoet Po-Chuan Hsieh <
sunpoet at 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 at 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


More information about the svn-ports-head mailing list