diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/peersuite/Makefile | 8 | ||||
-rw-r--r-- | www/peersuite/distinfo | 6 | ||||
-rw-r--r-- | www/peersuite/pkg-plist | 7 | ||||
-rw-r--r-- | www/plasma6-plasma-browser-integration/distinfo | 6 | ||||
-rw-r--r-- | www/py-bottle/Makefile | 3 | ||||
-rw-r--r-- | www/py-bottle/distinfo | 6 |
6 files changed, 21 insertions, 15 deletions
diff --git a/www/peersuite/Makefile b/www/peersuite/Makefile index 80c23390a015..64e62a0a1659 100644 --- a/www/peersuite/Makefile +++ b/www/peersuite/Makefile @@ -1,5 +1,5 @@ PORTNAME= peersuite -DISTVERSION= 0.0.4 +DISTVERSION= 1.0 CATEGORIES= www MAINTAINER= dtxdf@FreeBSD.org @@ -19,7 +19,9 @@ SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} - @cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "-name *\.js -or -name *\.html -or -name *\.css" - @${INSTALL_DATA} ${WRKSRC}/peerspace.png ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "-name *\.js -or -name *\.html -or -name *\.css -depth 1" + @${MKDIR} ${STAGEDIR}${WWWDIR}/themes + @cd ${WRKSRC}/src/themes && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/themes "-name *\.css -or -name *\.json" + ${INSTALL_DATA} ${WRKSRC}/peerspace.png ${STAGEDIR}${WWWDIR} .include <bsd.port.mk> diff --git a/www/peersuite/distinfo b/www/peersuite/distinfo index 66266d458991..2fb7beecf894 100644 --- a/www/peersuite/distinfo +++ b/www/peersuite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750189169 -SHA256 (openconstruct-Peersuite-0.0.4_GH0.tar.gz) = d1df577996edc13a1dec8cdb65c10f205124459c69f60263a7264f6c8b7fd3fc -SIZE (openconstruct-Peersuite-0.0.4_GH0.tar.gz) = 2324474 +TIMESTAMP = 1750799776 +SHA256 (openconstruct-Peersuite-1.0_GH0.tar.gz) = dbe1feffe4a0aad0a96c1fee5849a3b1bfd0c0306acebc0cb800a6f9a316145c +SIZE (openconstruct-Peersuite-1.0_GH0.tar.gz) = 2329352 diff --git a/www/peersuite/pkg-plist b/www/peersuite/pkg-plist index a721114ccd2f..e911aac7f3da 100644 --- a/www/peersuite/pkg-plist +++ b/www/peersuite/pkg-plist @@ -1,10 +1,15 @@ %%WWWDIR%%/document.js %%WWWDIR%%/index.html %%WWWDIR%%/kanban.js +%%WWWDIR%%/main-styles.css %%WWWDIR%%/main.js %%WWWDIR%%/media.js %%WWWDIR%%/peerspace.png %%WWWDIR%%/share.js -%%WWWDIR%%/style.css +%%WWWDIR%%/themes/dark.css +%%WWWDIR%%/themes/example.css +%%WWWDIR%%/themes/light.css +%%WWWDIR%%/themes/material.css +%%WWWDIR%%/themes/themes.json %%WWWDIR%%/trystero-torrent.min.js %%WWWDIR%%/whiteboard.js diff --git a/www/plasma6-plasma-browser-integration/distinfo b/www/plasma6-plasma-browser-integration/distinfo index 3b2a192f2017..a6dcc022e175 100644 --- a/www/plasma6-plasma-browser-integration/distinfo +++ b/www/plasma6-plasma-browser-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750010502 -SHA256 (KDE/plasma/6.4.0/plasma-browser-integration-6.4.0.tar.xz) = 147e0b8b105e47ca3fc694dd2d86ecbeaa7c3c315d8bf3da0d4b6e35a829e7a4 -SIZE (KDE/plasma/6.4.0/plasma-browser-integration-6.4.0.tar.xz) = 233024 +TIMESTAMP = 1750789621 +SHA256 (KDE/plasma/6.4.1/plasma-browser-integration-6.4.1.tar.xz) = 7aa0d8c0c722e9f763baef5c153a7f882f490dbcf99563d04727b759c5c2d634 +SIZE (KDE/plasma/6.4.1/plasma-browser-integration-6.4.1.tar.xz) = 233020 diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile index ebdfd53670f5..73a9eb31cbf6 100644 --- a/www/py-bottle/Makefile +++ b/www/py-bottle/Makefile @@ -1,6 +1,5 @@ PORTNAME= bottle -PORTVERSION= 0.12.25 -PORTREVISION= 1 +PORTVERSION= 0.13.4 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-bottle/distinfo b/www/py-bottle/distinfo index 2ffc1fbdc4d8..ea47ebbd5ed5 100644 --- a/www/py-bottle/distinfo +++ b/www/py-bottle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678036182 -SHA256 (bottle-0.12.25.tar.gz) = e1a9c94970ae6d710b3fb4526294dfeb86f2cb4a81eff3a4b98dc40fb0e5e021 -SIZE (bottle-0.12.25.tar.gz) = 74231 +TIMESTAMP = 1750836079 +SHA256 (bottle-0.13.4.tar.gz) = 787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47 +SIZE (bottle-0.13.4.tar.gz) = 98717 |