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

(-)Makefile (-2 / +6 lines)
Lines 3-11 Link Here
3
#    $MCom: ports/print/libspectre/Makefile,v 1.7 2010/04/19 15:38:43 kwm Exp $
3
#    $MCom: ports/print/libspectre/Makefile,v 1.7 2010/04/19 15:38:43 kwm Exp $
4
4
5
PORTNAME=	libspectre
5
PORTNAME=	libspectre
6
PORTVERSION=	0.2.8
6
PORTVERSION=	0.2.9
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://libspectre.freedesktop.org/releases/
8
MASTER_SITES=	https://libspectre.freedesktop.org/releases/
9
9
10
MAINTAINER=	gnome@FreeBSD.org
10
MAINTAINER=	gnome@FreeBSD.org
11
COMMENT=	Small library for rendering Postscript documents
11
COMMENT=	Small library for rendering Postscript documents
Lines 18-21 Link Here
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
INSTALL_TARGET=	install-strip
19
INSTALL_TARGET=	install-strip
20
20
21
post-patch:
22
	@${REINPLACE_CMD} -i "" -e 's| -Wunsafe-loop-optimizations||' \
23
		${WRKSRC}/configure
24
21
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1467474429
1
TIMESTAMP = 1589041143
2
SHA256 (libspectre-0.2.8.tar.gz) = 65256af389823bbc4ee4d25bfd1cc19023ffc29ae9f9677f2d200fa6e98bc7a8
2
SHA256 (libspectre-0.2.9.tar.gz) = 49ae9c52b5af81b405455c19fe24089d701761da2c45d22164a99576ceedfbed
3
SIZE (libspectre-0.2.8.tar.gz) = 421791
3
SIZE (libspectre-0.2.9.tar.gz) = 433384
(-)pkg-plist (-1 / +1 lines)
Lines 9-13 Link Here
9
lib/libspectre.a
9
lib/libspectre.a
10
lib/libspectre.so
10
lib/libspectre.so
11
lib/libspectre.so.1
11
lib/libspectre.so.1
12
lib/libspectre.so.1.1.8
12
lib/libspectre.so.1.1.9
13
libdata/pkgconfig/libspectre.pc
13
libdata/pkgconfig/libspectre.pc

Return to bug 246334