Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2015 01:22:53 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Raphael Kubo da Costa <rakuco@FreeBSD.org>, ports-committers@freebsd.org,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r404106 - head/math/pspp
Message-ID:  <56780B3D.3090901@FreeBSD.org>
In-Reply-To: <201512211419.tBLEJAEI074529@repo.freebsd.org>
References:  <201512211419.tBLEJAEI074529@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22/12/2015 1:19 AM, Raphael Kubo da Costa wrote:
> Author: rakuco
> Date: Mon Dec 21 14:19:10 2015
> New Revision: 404106
> URL: https://svnweb.freebsd.org/changeset/ports/404106
> 
> Log:
>   Drop dependency on graphics/plotutils.
>   
>   According to the port's NEWS and ChangeLog, charts are currently produced
>   with Cairo and Pango, so the dependency on libplot is useless nowadays.
> 
> Modified:
>   head/math/pspp/Makefile
> 
> Modified: head/math/pspp/Makefile
> ==============================================================================
> --- head/math/pspp/Makefile	Mon Dec 21 14:18:20 2015	(r404105)
> +++ head/math/pspp/Makefile	Mon Dec 21 14:19:10 2015	(r404106)
> @@ -3,6 +3,7 @@
>  
>  PORTNAME=	pspp
>  PORTVERSION=	0.8.5
> +PORTREVISION=	1
>  CATEGORIES=	math
>  MASTER_SITES=	GNU
>  
> @@ -12,8 +13,7 @@ COMMENT=	Program for statistical analysi
>  LICENSE=	GPLv3
>  
>  BUILD_DEPENDS=	texinfo>0:${PORTSDIR}/print/texinfo
> -LIB_DEPENDS=	libplot.so:${PORTSDIR}/graphics/plotutils \
> -		libgslcblas.so:${PORTSDIR}/math/gsl
> +LIB_DEPENDS=	libgslcblas.so:${PORTSDIR}/math/gsl
>  
>  USES=		charsetfix gmake iconv libtool perl5 pkgconfig readline
>  USE_GNOME=	libxml2
> 

MFH? :D



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