- Update to 0.9.5
- Remove 4.X Support PR: 109803 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
6c00d1cdd4
commit
960a9d5162
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186700
3 changed files with 15 additions and 17 deletions
|
@ -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
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.in
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= does not build on FreeBSD 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue