svn commit: r404106 - head/math/pspp

Kubilay Kocak koobs at FreeBSD.org
Mon Dec 21 14:23:01 UTC 2015


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


More information about the svn-ports-head mailing list