From owner-svn-ports-head@freebsd.org Mon Aug 5 06:49:46 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA40EBB6E6; Mon, 5 Aug 2019 06:49:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4627fy4yNXz4JC4; Mon, 5 Aug 2019 06:49:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71CA8FEE8; Mon, 5 Aug 2019 06:49:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x756nkqR001386; Mon, 5 Aug 2019 06:49:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x756nj73001384; Mon, 5 Aug 2019 06:49:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908050649.x756nj73001384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 5 Aug 2019 06:49:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508140 - head/math/lybniz X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/lybniz X-SVN-Commit-Revision: 508140 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 05 Aug 2019 06:49:46 -0000 Author: yuri Date: Mon Aug 5 06:49:45 2019 New Revision: 508140 URL: https://svnweb.freebsd.org/changeset/ports/508140 Log: math/lybniz: Update 1.3.2 -> 3.0.4-2 Take maintainership. Deleted: head/math/lybniz/pkg-plist Modified: head/math/lybniz/Makefile head/math/lybniz/distinfo head/math/lybniz/pkg-descr Modified: head/math/lybniz/Makefile ============================================================================== --- head/math/lybniz/Makefile Mon Aug 5 06:48:28 2019 (r508139) +++ head/math/lybniz/Makefile Mon Aug 5 06:49:45 2019 (r508140) @@ -2,19 +2,24 @@ # $FreeBSD$ PORTNAME= lybniz -PORTVERSION= 1.3.2 -PORTREVISION= 6 +DISTVERSIONPREFIX= v +DISTVERSION= 3.0.4-2 +DISTVERSIONSUFFIX= -gf1ec282 CATEGORIES= math -MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Mathematical function graph plotter LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:2.7 -USE_PYTHON= distutils +USES= gnome python +USE_GITHUB= yes +GH_ACCOUNT= thomasfuhringer +USE_PYTHON= distutils noflavors autoplist USE_GNOME= pygtk2 + +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g'\ Modified: head/math/lybniz/distinfo ============================================================================== --- head/math/lybniz/distinfo Mon Aug 5 06:48:28 2019 (r508139) +++ head/math/lybniz/distinfo Mon Aug 5 06:49:45 2019 (r508140) @@ -1,2 +1,3 @@ -SHA256 (lybniz-1.3.2.tar.gz) = 07cdd1aee3ea0af700f0e7b2364bfc35136356f0a845c784bb117e600be4636b -SIZE (lybniz-1.3.2.tar.gz) = 70328 +TIMESTAMP = 1564987205 +SHA256 (thomasfuhringer-lybniz-v3.0.4-2-gf1ec282_GH0.tar.gz) = ab3d8279c7376ff65de3ad8c847c25ed84a6da2abe1930ba907612aec1512207 +SIZE (thomasfuhringer-lybniz-v3.0.4-2-gf1ec282_GH0.tar.gz) = 420214 Modified: head/math/lybniz/pkg-descr ============================================================================== --- head/math/lybniz/pkg-descr Mon Aug 5 06:48:28 2019 (r508139) +++ head/math/lybniz/pkg-descr Mon Aug 5 06:49:45 2019 (r508140) @@ -1,4 +1,3 @@ -Lybniz is an easy to use mathematical function graph plotter -using pyGTK. +Lybniz is an easy to use mathematical function graph plotter using pyGTK. -WWW: http://lybniz2.sourceforge.net/ +WWW: https://github.com/thomasfuhringer/lybniz