diff options
author | yuri <yuri@FreeBSD.org> | 2019-08-05 14:49:45 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-08-05 14:49:45 +0800 |
commit | 5500281890491658c8312a32c2aa948e9602c2b1 (patch) | |
tree | 4aa8a7e33755d235643e98557bde29d7532e1656 /math | |
parent | 694904e9885354bed453227e3e1ad52171996ff5 (diff) | |
download | freebsd-ports-gnome-5500281890491658c8312a32c2aa948e9602c2b1.tar.gz freebsd-ports-gnome-5500281890491658c8312a32c2aa948e9602c2b1.tar.zst freebsd-ports-gnome-5500281890491658c8312a32c2aa948e9602c2b1.zip |
math/lybniz: Update 1.3.2 -> 3.0.4-2
Take maintainership.
Diffstat (limited to 'math')
-rw-r--r-- | math/lybniz/Makefile | 17 | ||||
-rw-r--r-- | math/lybniz/distinfo | 5 | ||||
-rw-r--r-- | math/lybniz/pkg-descr | 5 | ||||
-rw-r--r-- | math/lybniz/pkg-plist | 5 |
4 files changed, 16 insertions, 16 deletions
diff --git a/math/lybniz/Makefile b/math/lybniz/Makefile index acca054f92dd..a207229ca179 100644 --- a/math/lybniz/Makefile +++ b/math/lybniz/Makefile @@ -2,20 +2,25 @@ # $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'\ ${WRKSRC}/${PORTNAME}.py diff --git a/math/lybniz/distinfo b/math/lybniz/distinfo index 3ffcc1ed9c3a..685bdf163517 100644 --- a/math/lybniz/distinfo +++ b/math/lybniz/distinfo @@ -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 diff --git a/math/lybniz/pkg-descr b/math/lybniz/pkg-descr index 1cf344d371e1..f0382c21a952 100644 --- a/math/lybniz/pkg-descr +++ b/math/lybniz/pkg-descr @@ -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 diff --git a/math/lybniz/pkg-plist b/math/lybniz/pkg-plist deleted file mode 100644 index 8d2d613bbb9d..000000000000 --- a/math/lybniz/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/lybniz.py -share/applications/lybniz.desktop -share/gnome/help/lybniz/C/lybniz.xml -share/gnome/help/lybniz/C/figures/lybniz_colour_graph_small.png -share/pixmaps/lybniz.png |