diff options
author | arved <arved@FreeBSD.org> | 2006-05-21 21:38:51 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-05-21 21:38:51 +0800 |
commit | 9ecaeaff6eb5583e413949fb6afe7a83ec2538f6 (patch) | |
tree | 3ecf6d6f9c35c4accfd4925973ac949d88aafe6b /math/libqalculate | |
parent | 835cd3814bc4ac55bb09be5cef8e0709cbd78e19 (diff) | |
download | freebsd-ports-gnome-9ecaeaff6eb5583e413949fb6afe7a83ec2538f6.tar.gz freebsd-ports-gnome-9ecaeaff6eb5583e413949fb6afe7a83ec2538f6.tar.zst freebsd-ports-gnome-9ecaeaff6eb5583e413949fb6afe7a83ec2538f6.zip |
Update to 0.9.3
PR: 96873, 96874
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: Sergey Akifyev <asa@agava.com> (maintainer)
Diffstat (limited to 'math/libqalculate')
-rw-r--r-- | math/libqalculate/Makefile | 4 | ||||
-rw-r--r-- | math/libqalculate/distinfo | 6 | ||||
-rw-r--r-- | math/libqalculate/pkg-plist | 18 |
3 files changed, 14 insertions, 14 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 23a24913f9c4..b430cdba0af6 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libqalculate -PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTVERSION= 0.9.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qalculate @@ -18,6 +17,7 @@ COMMENT= Very powerful GUI calculator for GNOME (backend library) LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GNOME= intlhack gnomehack glib20 libxml2 INSTALLS_SHLIB= yes diff --git a/math/libqalculate/distinfo b/math/libqalculate/distinfo index 54d8466619f9..245ea0b17ce9 100644 --- a/math/libqalculate/distinfo +++ b/math/libqalculate/distinfo @@ -1,3 +1,3 @@ -MD5 (libqalculate-0.9.0.tar.gz) = 1c730ef9865fc5ef850ae7c7dbe4eb93 -SHA256 (libqalculate-0.9.0.tar.gz) = 5cad6916d9fb38fab662ef812bff55d79653d144e734ab4c66cd1424ef556449 -SIZE (libqalculate-0.9.0.tar.gz) = 693984 +MD5 (libqalculate-0.9.3.tar.gz) = de72bbdb75d39e4e274d4142a92c90d3 +SHA256 (libqalculate-0.9.3.tar.gz) = 9b1bf5229624da2d35a689046c4320ac894c8bf45bd57dd7036de6a317b730f2 +SIZE (libqalculate-0.9.3.tar.gz) = 739562 diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist index 077100aab8fa..cb1f883e45e8 100644 --- a/math/libqalculate/pkg-plist +++ b/math/libqalculate/pkg-plist @@ -1,23 +1,24 @@ bin/qalc -include/libqalculate/Function.h +include/libqalculate/BuiltinFunctions.h include/libqalculate/Calculator.h include/libqalculate/DataSet.h -include/libqalculate/Variable.h include/libqalculate/ExpressionItem.h -include/libqalculate/Number.h +include/libqalculate/Function.h include/libqalculate/MathStructure.h +include/libqalculate/Number.h include/libqalculate/Prefix.h -include/libqalculate/util.h -include/libqalculate/includes.h include/libqalculate/Unit.h -include/libqalculate/BuiltinFunctions.h +include/libqalculate/Variable.h +include/libqalculate/includes.h include/libqalculate/qalculate.h +include/libqalculate/util.h lib/libqalculate.a lib/libqalculate.la lib/libqalculate.so -lib/libqalculate.so.0 +lib/libqalculate.so.2 libdata/pkgconfig/libqalculate.pc share/locale/sv/LC_MESSAGES/libqalculate.mo +share/qalculate/currencies.xml share/qalculate/datasets.xml share/qalculate/elements.xml share/qalculate/functions.xml @@ -25,6 +26,5 @@ share/qalculate/planets.xml share/qalculate/prefixes.xml share/qalculate/units.xml share/qalculate/variables.xml -share/qalculate/currencies.xml -@dirrm include/libqalculate @dirrm share/qalculate +@dirrm include/libqalculate |