diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2022-03-14 23:39:37 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2022-03-14 23:47:40 -0400 |
commit | cfd7db1acfd288cab70dcff1b3c6144ef52e5a66 (patch) | |
tree | f00fd545fabea2b930d4f31dd94d9da15eee3549 /math | |
parent | 272c31d1d60b5a1d7197aeefdadcefc8e4ee2dfc (diff) | |
download | freebsd-ports-cfd7db1acfd288cab70dcff1b3c6144ef52e5a66.zip |
math/qalculate: Rename to math/qalculate-gtk
Match upstream project name and simplify Makefile.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/qalculate-gtk/Makefile (renamed from math/qalculate/Makefile) | 11 | ||||
-rw-r--r-- | math/qalculate-gtk/distinfo (renamed from math/qalculate/distinfo) | 0 | ||||
-rw-r--r-- | math/qalculate-gtk/pkg-descr (renamed from math/qalculate/pkg-descr) | 0 | ||||
-rw-r--r-- | math/qalculate-gtk/pkg-plist (renamed from math/qalculate/pkg-plist) | 0 |
5 files changed, 3 insertions, 10 deletions
diff --git a/math/Makefile b/math/Makefile index 0707bcc29c00..bb9be988b65b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -957,7 +957,7 @@ SUBDIR += py-yt SUBDIR += py-z3-solver SUBDIR += pynac - SUBDIR += qalculate + SUBDIR += qalculate-gtk SUBDIR += qalculate-qt SUBDIR += qd SUBDIR += qhull diff --git a/math/qalculate/Makefile b/math/qalculate-gtk/Makefile index 8076344961ab..9745d8bb76d1 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,10 +1,9 @@ # Created by: Sergey Akifyev <asa@gascom.ru> -PORTNAME= qalculate +PORTNAME= qalculate-gtk PORTVERSION= 4.0.0 CATEGORIES= math -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/ -DISTNAME= ${GH_PROJECT}-${PORTVERSION} +MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ MAINTAINER= jhale@FreeBSD.org COMMENT= Multi-purpose desktop calculator (GTK+3 frontend) @@ -20,13 +19,7 @@ USES= compiler:c++11-lang gettext gmake gnome \ libtool:build localbase pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 -# USE_GITHUB= Use MASTER_SITES so that the pre-rolled release is downloaded -GH_ACCOUNT= Qalculate -GH_PROJECT= ${PORTNAME}-gtk - GNU_CONFIGURE= yes -DATADIR= share/${GH_PROJECT} -DOCSDIR= share/doc/${GH_PROJECT} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/math/qalculate/distinfo b/math/qalculate-gtk/distinfo index 504f5eb58e99..504f5eb58e99 100644 --- a/math/qalculate/distinfo +++ b/math/qalculate-gtk/distinfo diff --git a/math/qalculate/pkg-descr b/math/qalculate-gtk/pkg-descr index 56069a620bdd..56069a620bdd 100644 --- a/math/qalculate/pkg-descr +++ b/math/qalculate-gtk/pkg-descr diff --git a/math/qalculate/pkg-plist b/math/qalculate-gtk/pkg-plist index 59ccf57be03f..59ccf57be03f 100644 --- a/math/qalculate/pkg-plist +++ b/math/qalculate-gtk/pkg-plist |