From owner-svn-ports-all@freebsd.org Mon Dec 21 14:23:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47F86A4D687; Mon, 21 Dec 2015 14:23:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x232.google.com (mail-pf0-x232.google.com [IPv6:2607:f8b0:400e:c00::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F1E91245; Mon, 21 Dec 2015 14:23:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x232.google.com with SMTP id o64so89545062pfb.3; Mon, 21 Dec 2015 06:23:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Hzjwc3TeMUdFzTdc2IF5lMM+q3YCmd4pdcFeeXlXr60=; b=DGYiD3fhrg6bQfY2KXjDFkzX8WYcy9+/FFb2boi6N57RkslfD2m5zThASBDVvfHioh ixCPptVwIaY5itt5xqFndzVWVTi+n1KKsxpK2EeJP7jWDOY3Ep5wE3kIjtg1fJtCIZik 3FsayY8ljfRKMncVcidvBqsUlnKbyOC9+7iHMEuNDZGRA5+4JTE47heJYQwQnWwhl398 v67m8Zyy32+dlDZGKS2LGAjqjCQTmuA6vjh6YoU+g7gWYHZ/WjGDB4vZ5R+2Jm8lJ0fo RnHeNUo/VYcMrJKmYDxkZesdigstpdLjcYxvq/y2Nd2l87xIzD7nz4sbG4/zBsn+HiMm TDNw== X-Received: by 10.98.71.18 with SMTP id u18mr27025311pfa.107.1450707780710; Mon, 21 Dec 2015 06:23:00 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:c825:be55:88ec:f9f1? (2001-44b8-31ae-7b01-c825-be55-88ec-f9f1.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:c825:be55:88ec:f9f1]) by smtp.gmail.com with ESMTPSA id dg1sm39750307pad.18.2015.12.21.06.22.58 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Dec 2015 06:23:00 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r404106 - head/math/pspp References: <201512211419.tBLEJAEI074529@repo.freebsd.org> To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <56780B3D.3090901@FreeBSD.org> Date: Tue, 22 Dec 2015 01:22:53 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201512211419.tBLEJAEI074529@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:23:01 -0000 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