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

(-)textproc/tinyxml2/Makefile (-3 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tinyxml2
4
PORTNAME=	tinyxml2
5
PORTVERSION=	2.2.0
5
PORTVERSION=	4.0.1
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
8
Lines 14-19 Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
USES=		cmake dos2unix
16
USES=		cmake dos2unix
17
CMAKE_ARGS+=	-DBUILD_SHARED_LIBS:BOOL=ON \
18
		-DBUILD_STATIC_LIBS:BOOL=ON
17
19
18
GH_ACCOUNT=	leethomason
20
GH_ACCOUNT=	leethomason
19
21
Lines 20-27 Link Here
20
PLIST_FILES=	include/tinyxml2.h \
22
PLIST_FILES=	include/tinyxml2.h \
21
		lib/libtinyxml2.a \
23
		lib/libtinyxml2.a \
22
		lib/libtinyxml2.so \
24
		lib/libtinyxml2.so \
23
		lib/libtinyxml2.so.2 \
25
		lib/libtinyxml2.so.4 \
24
		lib/libtinyxml2.so.2.2.0 \
26
		lib/libtinyxml2.so.4.0.1 \
25
		libdata/pkgconfig/tinyxml2.pc
27
		libdata/pkgconfig/tinyxml2.pc
26
PORTEXAMPLES=	xmltest.cpp resources
28
PORTEXAMPLES=	xmltest.cpp resources
27
29
(-)textproc/tinyxml2/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (leethomason-tinyxml2-2.2.0_GH0.tar.gz) = f891224f32e7a06bf279290619cec80cc8ddc335c13696872195ffb87f5bce67
1
TIMESTAMP = 1495627641
2
SIZE (leethomason-tinyxml2-2.2.0_GH0.tar.gz) = 455226
2
SHA256 (leethomason-tinyxml2-4.0.1_GH0.tar.gz) = 14b38ef25cc136d71339ceeafb4856bb638d486614103453eccd323849267f20
3
SIZE (leethomason-tinyxml2-4.0.1_GH0.tar.gz) = 344295

Return to bug 219510