Index: head/deskutils/treesheets/Makefile =================================================================== --- head/deskutils/treesheets/Makefile (revision 383478) +++ head/deskutils/treesheets/Makefile (revision 383479) @@ -1,67 +1,62 @@ # Created by: lightside # $FreeBSD$ PORTNAME= treesheets -PORTVERSION= 0.0.20150117 +PORTVERSION= 0.0.20150405 CATEGORIES= deskutils +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= lightside@gmx.com COMMENT= Free form data organizer LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= aardappel -GH_COMMIT= 0191b1f -GH_TAGNAME= ${GH_COMMIT} +GH_TAGNAME= b994c63 BUILD_WRKSRC= ${WRKSRC}/src EXTRACT_AFTER_ARGS= --exclude .gitignore USES= compiler:c++11-lib USE_WX= 3.0+ WX_UNICODE= yes PORTDATA= images PORTDOCS= docs *.html PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png DESKTOP_ENTRIES="TreeSheets" "${COMMENT}" \ "${PORTNAME}" "${PORTNAME}" \ "Office;Utility;" true OPTIONS_DEFINE= DOCS EXAMPLES .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 900014 CXXFLAGS+= -D__LONG_LONG_SUPPORTED .endif post-patch: .SILENT - ${REINPLACE_CMD} -e 's|sys->frame->exepath+L"|L"${DOCSDIR}|' \ + ${REINPLACE_CMD} -e 's|sys->frame->GetPath(L"|(L"${DOCSDIR}/|' \ ${BUILD_WRKSRC}/document.h ${REINPLACE_CMD} -e 's|wxFileName(exename).GetPath()|L"${DATADIR}"|' \ ${BUILD_WRKSRC}/myframe.h - ${REINPLACE_CMD} -e 's|frame->exepath+L"/examples|L"${EXAMPLESDIR}|' \ + ${REINPLACE_CMD} -e 's|frame->GetPath(L"examples|(L"${EXAMPLESDIR}|' \ ${BUILD_WRKSRC}/system.h - -do-build: - (cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${CXX} -std=c++11 ${CXXFLAGS} \ - -o ${PORTNAME} *.cpp `${WX_CONFIG} --cxxflags --libs all`) do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin (cd ${WRKSRC}/TS && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR}) (cd ${WRKSRC}/TS && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) (cd ${WRKSRC}/TS/examples && ${COPYTREE_SHARE} "${PORTEXAMPLES}" \ ${STAGEDIR}${EXAMPLESDIR}) ${INSTALL_DATA} ${WRKSRC}/TS/images/icon32.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .include Index: head/deskutils/treesheets/distinfo =================================================================== --- head/deskutils/treesheets/distinfo (revision 383478) +++ head/deskutils/treesheets/distinfo (revision 383479) @@ -1,2 +1,2 @@ -SHA256 (treesheets-0.0.20150117.tar.gz) = 9ea044bb0793fafb7b967764cd245a002cb22153548756b9dc44dc90fcabdbed -SIZE (treesheets-0.0.20150117.tar.gz) = 1788525 +SHA256 (treesheets-0.0.20150405_GH0.tar.gz) = d16f215a857054098b10f5402ef35efe37ada6f8d91161af12c5f1d2fc8b97fb +SIZE (treesheets-0.0.20150405_GH0.tar.gz) = 1788802 Index: head/deskutils/treesheets/pkg-descr =================================================================== --- head/deskutils/treesheets/pkg-descr (revision 383478) +++ head/deskutils/treesheets/pkg-descr (revision 383479) @@ -1,14 +1,14 @@ The ultimate replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases. Suitable for any kind of data organization, such as Todo lists, calendars, project management, brainstorming, organizing ideas, planning, requirements gathering, presentation of information, etc. It's like a spreadsheet, immediately familiar, but much more suitable for complex data because it's hierarchical. It's like a mind mapper, but more organized and compact. It's like an outliner, but in more than one dimension. -It's like a text editor, but with structure. +It's like a text editor, but with structure. WWW: http://treesheets.com Property changes on: head/deskutils/treesheets/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property