View | Details | Raw Unified | Return to bug 232109 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +12 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	treesheets
4
PORTNAME=	treesheets
5
PORTVERSION=	1.0.0
5
PORTVERSION=	1.0.1
6
PORTREVISION=	1
7
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
8
CATEGORIES=	deskutils
7
CATEGORIES=	deskutils
9
8
Lines 13-19 Link Here
13
LICENSE=	ZLIB
12
LICENSE=	ZLIB
14
LICENSE_FILE=	${WRKSRC}/ZLIB_LICENSE.txt
13
LICENSE_FILE=	${WRKSRC}/ZLIB_LICENSE.txt
15
14
16
USES=		compiler:c++11-lib desktop-file-utils
15
USES=		compiler:c++17-lang desktop-file-utils
17
16
18
USE_GITHUB=	yes
17
USE_GITHUB=	yes
19
GH_ACCOUNT=	aardappel
18
GH_ACCOUNT=	aardappel
Lines 25-31 Link Here
25
PACKAGE_VERSION=	\"${PORTVERSION}\"
24
PACKAGE_VERSION=	\"${PORTVERSION}\"
26
MAKE_ENV=	PACKAGE_VERSION=${PACKAGE_VERSION:Q}
25
MAKE_ENV=	PACKAGE_VERSION=${PACKAGE_VERSION:Q}
27
26
28
PORTDATA=	images
27
PORTDATA=	images scripts translations/*/*.mo
29
PORTDOCS=	docs *.html
28
PORTDOCS=	docs *.html
30
PORTEXAMPLES=	*
29
PORTEXAMPLES=	*
31
30
Lines 36-41 Link Here
36
35
37
OPTIONS_DEFINE=	DOCS EXAMPLES
36
OPTIONS_DEFINE=	DOCS EXAMPLES
38
37
38
.include <bsd.port.pre.mk>
39
40
.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1100000) || make(makesum)
41
MASTER_SITES+=	http://releases.llvm.org/6.0.1/:llvm
42
DISTFILES+=	libcxx-6.0.1.src.tar.xz:llvm
43
CXXFLAGS+=	-isystem ${WRKDIR}/libcxx-6.0.1.src/include
44
.endif
45
39
post-patch: .SILENT
46
post-patch: .SILENT
40
	${REINPLACE_CMD} -e 's|sys->frame->GetPath(L"|(L"${DOCSDIR}/|' \
47
	${REINPLACE_CMD} -e 's|sys->frame->GetPath(L"|(L"${DOCSDIR}/|' \
41
		${BUILD_WRKSRC}/document.h
48
		${BUILD_WRKSRC}/document.h
Lines 64-67 Link Here
64
	(cd ${WRKSRC}/TS/examples && ${COPYTREE_SHARE} "${PORTEXAMPLES}" \
71
	(cd ${WRKSRC}/TS/examples && ${COPYTREE_SHARE} "${PORTEXAMPLES}" \
65
		${STAGEDIR}${EXAMPLESDIR})
72
		${STAGEDIR}${EXAMPLESDIR})
66
73
67
.include <bsd.port.mk>
74
.include <bsd.port.post.mk>
(-)distinfo (-3 / +5 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1504103277
1
TIMESTAMP = 1538869581
2
SHA256 (aardappel-treesheets-v1.0.0_GH0.tar.gz) = 13c01c48a6442e309e77126aeeed51d4e0a768ad808459c0dcd83ecc1d246c0f
2
SHA256 (libcxx-6.0.1.src.tar.xz) = 7654fbc810a03860e6f01a54c2297a0b9efb04c0b9aa0409251d9bdb3726fc67
3
SIZE (aardappel-treesheets-v1.0.0_GH0.tar.gz) = 2010521
3
SIZE (libcxx-6.0.1.src.tar.xz) = 1552328
4
SHA256 (aardappel-treesheets-v1.0.1_GH0.tar.gz) = cacf0593e12c484f68adf4d462147efed202b1c2d09e58e90c9fb98cb3e7b874
5
SIZE (aardappel-treesheets-v1.0.1_GH0.tar.gz) = 2316388

Return to bug 232109