diff --git a/www/peersuite/Makefile b/www/peersuite/Makefile index 8a0b4ab97a42..80c23390a015 100644 --- a/www/peersuite/Makefile +++ b/www/peersuite/Makefile @@ -1,24 +1,25 @@ PORTNAME= peersuite -DISTVERSION= 0.0.3 +DISTVERSION= 0.0.4 CATEGORIES= www MAINTAINER= dtxdf@FreeBSD.org COMMENT= Peer to peer workspace WWW= https://github.com/openconstruct/Peersuite LICENSE= AGPLv3 MIT LICENSE_COMB= multi USE_GITHUB= yes GH_ACCOUNT= openconstruct GH_PROJECT= Peersuite NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} - ${CP} ${WRKSRC}/*.js ${WRKSRC}/*.html ${WRKSRC}/*.png ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "-name *\.js -or -name *\.html -or -name *\.css" + @${INSTALL_DATA} ${WRKSRC}/peerspace.png ${STAGEDIR}${WWWDIR} .include diff --git a/www/peersuite/distinfo b/www/peersuite/distinfo index 25613ad1aefc..66266d458991 100644 --- a/www/peersuite/distinfo +++ b/www/peersuite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749513945 -SHA256 (openconstruct-Peersuite-0.0.3_GH0.tar.gz) = 876007e1ffbaa22c919485a93a48efb797866b53761c6852ad41c06ff3ff4745 -SIZE (openconstruct-Peersuite-0.0.3_GH0.tar.gz) = 3484660 +TIMESTAMP = 1750189169 +SHA256 (openconstruct-Peersuite-0.0.4_GH0.tar.gz) = d1df577996edc13a1dec8cdb65c10f205124459c69f60263a7264f6c8b7fd3fc +SIZE (openconstruct-Peersuite-0.0.4_GH0.tar.gz) = 2324474 diff --git a/www/peersuite/pkg-plist b/www/peersuite/pkg-plist index 6e744465c18a..a721114ccd2f 100644 --- a/www/peersuite/pkg-plist +++ b/www/peersuite/pkg-plist @@ -1,10 +1,10 @@ %%WWWDIR%%/document.js %%WWWDIR%%/index.html %%WWWDIR%%/kanban.js %%WWWDIR%%/main.js %%WWWDIR%%/media.js -%%WWWDIR%%/peer.png %%WWWDIR%%/peerspace.png %%WWWDIR%%/share.js +%%WWWDIR%%/style.css %%WWWDIR%%/trystero-torrent.min.js %%WWWDIR%%/whiteboard.js