diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-07 03:07:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-07 03:07:17 +0800 |
commit | 0231c0d31ff1cfe4bc1ca536e7295cf27ceba203 (patch) | |
tree | 9214406717d0b725ad8d56454907b1f426ddaf7a /math/libqalculate | |
parent | 199a05d5507c830360e45769dda8ab8bea02373a (diff) | |
download | freebsd-ports-gnome-0231c0d31ff1cfe4bc1ca536e7295cf27ceba203.tar.gz freebsd-ports-gnome-0231c0d31ff1cfe4bc1ca536e7295cf27ceba203.tar.zst freebsd-ports-gnome-0231c0d31ff1cfe4bc1ca536e7295cf27ceba203.zip |
- Update to 0.9.5
- Remove 4.X Support
PR: 109803
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'math/libqalculate')
-rw-r--r-- | math/libqalculate/Makefile | 22 | ||||
-rw-r--r-- | math/libqalculate/distinfo | 6 | ||||
-rw-r--r-- | math/libqalculate/pkg-plist | 4 |
3 files changed, 15 insertions, 17 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 0524b6b27e66..52ef1fee8a33 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -6,27 +6,23 @@ # PORTNAME= libqalculate -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qalculate MAINTAINER= ports@FreeBSD.org -COMMENT= Very powerful GUI calculator for GNOME (backend library) +COMMENT= A a multi-purpose desktop calculator (backend library) LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes +USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2 USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_GNOME= intlhack gnomehack glib20 libxml2 -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes -.if ${OSVERSION} < 500000 -IGNORE= does not build on FreeBSD 4.x -.endif +post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/libqalculate/distinfo b/math/libqalculate/distinfo index 245ea0b17ce9..35e657b9348d 100644 --- a/math/libqalculate/distinfo +++ b/math/libqalculate/distinfo @@ -1,3 +1,3 @@ -MD5 (libqalculate-0.9.3.tar.gz) = de72bbdb75d39e4e274d4142a92c90d3 -SHA256 (libqalculate-0.9.3.tar.gz) = 9b1bf5229624da2d35a689046c4320ac894c8bf45bd57dd7036de6a317b730f2 -SIZE (libqalculate-0.9.3.tar.gz) = 739562 +MD5 (libqalculate-0.9.5.tar.gz) = e4074d9fe54b7a8846a31f3c2cfb7b78 +SHA256 (libqalculate-0.9.5.tar.gz) = f9f40c0753890779cf9507548cc5212961d3c7c4ff699db517f0422e0b5a2b0d +SIZE (libqalculate-0.9.5.tar.gz) = 1118827 diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist index cb1f883e45e8..84393b25ce56 100644 --- a/math/libqalculate/pkg-plist +++ b/math/libqalculate/pkg-plist @@ -15,8 +15,10 @@ include/libqalculate/util.h lib/libqalculate.a lib/libqalculate.la lib/libqalculate.so -lib/libqalculate.so.2 +lib/libqalculate.so.4 libdata/pkgconfig/libqalculate.pc +share/locale/fr/LC_MESSAGES/libqalculate.mo +share/locale/nl/LC_MESSAGES/libqalculate.mo share/locale/sv/LC_MESSAGES/libqalculate.mo share/qalculate/currencies.xml share/qalculate/datasets.xml |