Date: Mon, 5 Aug 2019 06:49:45 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508140 - head/math/lybniz Message-ID: <201908050649.x756nj73001384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908050649.x756nj73001384>