View | Details | Raw Unified | Return to bug 109803
Collapse All | Expand All

(-)math/libqalculate/Makefile (-7 / +10 lines)
Lines 6-32 Link Here
6
#
6
#
7
7
8
PORTNAME=	libqalculate
8
PORTNAME=	libqalculate
9
PORTVERSION=	0.9.3
9
PORTVERSION=	0.9.5
10
CATEGORIES=	math
10
CATEGORIES=	math
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	qalculate
12
MASTER_SITE_SUBDIR=	qalculate
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Very powerful GUI calculator for GNOME (backend library)
15
COMMENT=	A a multi-purpose desktop calculator (backend library)
16
16
17
LIB_DEPENDS=	cln.4:${PORTSDIR}/math/cln
17
LIB_DEPENDS=	cln.4:${PORTSDIR}/math/cln
18
18
19
USE_AUTOTOOLS=	libtool:15
19
USE_GNOME=	glib20 gnomehack gnometarget intlhack libxml2
20
USE_GMAKE=	yes
21
USE_GETTEXT=	yes
20
USE_GETTEXT=	yes
22
GNU_CONFIGURE=	yes
21
USE_GMAKE=	yes
23
USE_GNOME=	intlhack gnomehack glib20 libxml2
22
USE_AUTOTOOLS=	libtool:15
24
INSTALLS_SHLIB=	yes
23
USE_LDCONFIG=	yes
25
24
26
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
27
26
28
.if ${OSVERSION} < 500000
27
.if ${OSVERSION} < 500000
29
IGNORE=		does not build on FreeBSD 4.x
28
IGNORE=		does not build on FreeBSD 4.x
30
.endif
29
.endif
30
31
post-patch:
32
	@${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.in
33
31
34
32
.include <bsd.port.post.mk>
35
.include <bsd.port.post.mk>
(-)math/libqalculate/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libqalculate-0.9.3.tar.gz) = de72bbdb75d39e4e274d4142a92c90d3
1
MD5 (libqalculate-0.9.5.tar.gz) = e4074d9fe54b7a8846a31f3c2cfb7b78
2
SHA256 (libqalculate-0.9.3.tar.gz) = 9b1bf5229624da2d35a689046c4320ac894c8bf45bd57dd7036de6a317b730f2
2
SHA256 (libqalculate-0.9.5.tar.gz) = f9f40c0753890779cf9507548cc5212961d3c7c4ff699db517f0422e0b5a2b0d
3
SIZE (libqalculate-0.9.3.tar.gz) = 739562
3
SIZE (libqalculate-0.9.5.tar.gz) = 1118827
(-)math/libqalculate/pkg-plist (-1 / +3 lines)
Lines 15-22 Link Here
15
lib/libqalculate.a
15
lib/libqalculate.a
16
lib/libqalculate.la
16
lib/libqalculate.la
17
lib/libqalculate.so
17
lib/libqalculate.so
18
lib/libqalculate.so.2
18
lib/libqalculate.so.4
19
libdata/pkgconfig/libqalculate.pc
19
libdata/pkgconfig/libqalculate.pc
20
share/locale/fr/LC_MESSAGES/libqalculate.mo
21
share/locale/nl/LC_MESSAGES/libqalculate.mo
20
share/locale/sv/LC_MESSAGES/libqalculate.mo
22
share/locale/sv/LC_MESSAGES/libqalculate.mo
21
share/qalculate/currencies.xml
23
share/qalculate/currencies.xml
22
share/qalculate/datasets.xml
24
share/qalculate/datasets.xml

Return to bug 109803