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

(-)librest/Makefile (-7 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	rest
4
PORTNAME=	rest
5
PORTVERSION=	0.7.93
5
PORTVERSION=	0.8.1
6
CATEGORIES=	devel www
6
CATEGORIES=	devel www
7
MASTER_SITES=	GNOME
7
MASTER_SITES=	GNOME
8
8
Lines 13-18 Link Here
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
BUILD_DEPENDS=	ca_root_nss>0:security/ca_root_nss
15
BUILD_DEPENDS=	ca_root_nss>0:security/ca_root_nss
16
LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup
16
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
18
18
USES=		gmake gnome libtool pathfix pkgconfig tar:xz
19
USES=		gmake gnome libtool pathfix pkgconfig tar:xz
Lines 19-25 Link Here
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
21
CONFIGURE_ARGS=	--with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
21
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
22
USE_GNOME=	glib20 intlhack libxml2 introspection:build
23
USE_GNOME=	glib20 libxml2 introspection:build
24
INSTALL_TARGET=	install-strip
23
TEST_TARGET=	check
25
TEST_TARGET=	check
24
26
25
PORTEXAMPLES=	*.c
27
PORTEXAMPLES=	*.c
Lines 29-40 Link Here
29
31
30
GNOME_LIB_DEPENDS=	libsoup-gnome-2.4.so:devel/libsoup-gnome
32
GNOME_LIB_DEPENDS=	libsoup-gnome-2.4.so:devel/libsoup-gnome
31
GNOME_CONFIGURE_OFF=	--without-gnome
33
GNOME_CONFIGURE_OFF=	--without-gnome
32
GNOME_LIB_DEPENDS_OFF=	libsoup-2.4.so:devel/libsoup
33
34
34
post-install:
35
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librest-0.7.so.0
36
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librest-extras-0.7.so.0
37
38
post-install-EXAMPLES-on:
35
post-install-EXAMPLES-on:
39
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
36
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
40
	${INSTALL_DATA} ${WRKSRC}/examples/*.c ${STAGEDIR}${EXAMPLESDIR}
37
	${INSTALL_DATA} ${WRKSRC}/examples/*.c ${STAGEDIR}${EXAMPLESDIR}
(-)librest/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (rest-0.7.93.tar.xz) = c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216
1
TIMESTAMP = 1598216551
2
SIZE (rest-0.7.93.tar.xz) = 321072
2
SHA256 (rest-0.8.1.tar.xz) = 0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9
3
SIZE (rest-0.8.1.tar.xz) = 333376
(-)librest/pkg-plist (-2 lines)
Lines 45-53 Link Here
45
share/gtk-doc/html/rest-0.7/ch05.html
45
share/gtk-doc/html/rest-0.7/ch05.html
46
share/gtk-doc/html/rest-0.7/home.png
46
share/gtk-doc/html/rest-0.7/home.png
47
share/gtk-doc/html/rest-0.7/index.html
47
share/gtk-doc/html/rest-0.7/index.html
48
share/gtk-doc/html/rest-0.7/index.sgml
49
share/gtk-doc/html/rest-0.7/ix01.html
48
share/gtk-doc/html/rest-0.7/ix01.html
50
share/gtk-doc/html/rest-0.7/ix02.html
51
share/gtk-doc/html/rest-0.7/left.png
49
share/gtk-doc/html/rest-0.7/left.png
52
share/gtk-doc/html/rest-0.7/left-insensitive.png
50
share/gtk-doc/html/rest-0.7/left-insensitive.png
53
share/gtk-doc/html/rest-0.7/right-insensitive.png
51
share/gtk-doc/html/rest-0.7/right-insensitive.png

Return to bug 249943