Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2018 13:52:06 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481634 - head/deskutils/treesheets
Message-ID:  <201810091352.w99Dq6Qf099286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Oct  9 13:52:06 2018
New Revision: 481634
URL: https://svnweb.freebsd.org/changeset/ports/481634

Log:
  deskutils/treesheets: Update to 1.0.1
  
  PR:		232109
  Submitted by:	lightside <lightside@gmx.com> (maintianer)

Modified:
  head/deskutils/treesheets/Makefile   (contents, props changed)
  head/deskutils/treesheets/distinfo   (contents, props changed)

Modified: head/deskutils/treesheets/Makefile
==============================================================================
--- head/deskutils/treesheets/Makefile	Tue Oct  9 13:51:40 2018	(r481633)
+++ head/deskutils/treesheets/Makefile	Tue Oct  9 13:52:06 2018	(r481634)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	treesheets
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.0.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	deskutils
 
@@ -13,7 +12,7 @@ COMMENT=	Free form data organizer
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/ZLIB_LICENSE.txt
 
-USES=		compiler:c++11-lib desktop-file-utils
+USES=		compiler:c++17-lang desktop-file-utils
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	aardappel
@@ -25,7 +24,7 @@ BUILD_WRKSRC=	${WRKSRC}/src
 PACKAGE_VERSION=	\"${PORTVERSION}\"
 MAKE_ENV=	PACKAGE_VERSION=${PACKAGE_VERSION:Q}
 
-PORTDATA=	images
+PORTDATA=	images scripts translations/*/*.mo
 PORTDOCS=	docs *.html
 PORTEXAMPLES=	*
 
@@ -36,6 +35,14 @@ PLIST_FILES=	bin/${PORTNAME} \
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
+.include <bsd.port.pre.mk>
+
+.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1100000) || make(makesum)
+MASTER_SITES+=	http://releases.llvm.org/6.0.1/:llvm
+DISTFILES+=	libcxx-6.0.1.src.tar.xz:llvm
+CXXFLAGS+=	-isystem ${WRKDIR}/libcxx-6.0.1.src/include
+.endif
+
 post-patch: .SILENT
 	${REINPLACE_CMD} -e 's|sys->frame->GetPath(L"|(L"${DOCSDIR}/|' \
 		${BUILD_WRKSRC}/document.h
@@ -64,4 +71,4 @@ do-install-EXAMPLES-on:
 	(cd ${WRKSRC}/TS/examples && ${COPYTREE_SHARE} "${PORTEXAMPLES}" \
 		${STAGEDIR}${EXAMPLESDIR})
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/deskutils/treesheets/distinfo
==============================================================================
--- head/deskutils/treesheets/distinfo	Tue Oct  9 13:51:40 2018	(r481633)
+++ head/deskutils/treesheets/distinfo	Tue Oct  9 13:52:06 2018	(r481634)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1504103277
-SHA256 (aardappel-treesheets-v1.0.0_GH0.tar.gz) = 13c01c48a6442e309e77126aeeed51d4e0a768ad808459c0dcd83ecc1d246c0f
-SIZE (aardappel-treesheets-v1.0.0_GH0.tar.gz) = 2010521
+TIMESTAMP = 1538869581
+SHA256 (libcxx-6.0.1.src.tar.xz) = 7654fbc810a03860e6f01a54c2297a0b9efb04c0b9aa0409251d9bdb3726fc67
+SIZE (libcxx-6.0.1.src.tar.xz) = 1552328
+SHA256 (aardappel-treesheets-v1.0.1_GH0.tar.gz) = cacf0593e12c484f68adf4d462147efed202b1c2d09e58e90c9fb98cb3e7b874
+SIZE (aardappel-treesheets-v1.0.1_GH0.tar.gz) = 2316388



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810091352.w99Dq6Qf099286>