mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
deskutils/treesheets: Update to 1.0.1
PR: 232109 Submitted by: lightside <lightside@gmx.com> (maintianer)
This commit is contained in:
parent
d8251c38c3
commit
9a703de026
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481634
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user