mirror of https://git.FreeBSD.org/ports.git
www/homepage: Update to 1.4.4
- Remove samples (HomePage now copies the skeleton directory to its config dir) - Make config dir writable ChangeLog: https://github.com/gethomepage/homepage/compare/v1.3.2...v1.4.4 Approved by: acm (mentor)
This commit is contained in:
parent
f781c1195a
commit
9cb8f56630
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= homepage
|
||||
DISTVERSION= 1.3.2
|
||||
DISTVERSION= 1.4.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/
|
||||
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
@ -26,7 +26,7 @@ PLIST_SUB= GROUP=${HOMEPAGE_GROUP} \
|
|||
HOMEDIR=${HOMEPAGE_HOMEDIR}
|
||||
|
||||
HOMEPAGE_HOMEDIR= ${WWWDIR}
|
||||
HOMEPAGE_CONFIGDIR= ${HOMEPAGE_HOMEDIR}/config
|
||||
HOMEPAGE_CONFIGDIR= ${HOMEPAGE_HOMEDIR}/config
|
||||
HOMEPAGE_USER= www
|
||||
HOMEPAGE_GROUP= www
|
||||
|
||||
|
@ -38,6 +38,5 @@ post-install:
|
|||
${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.env ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.env
|
||||
@${MKDIR} ${STAGEDIR}${HOMEPAGE_CONFIGDIR}
|
||||
@${MKDIR} ${STAGEDIR}${HOMEPAGE_CONFIGDIR}/logs
|
||||
@cd ${FILESDIR}/config && ${COPYTREE_SHARE} . ${STAGEDIR}${HOMEPAGE_CONFIGDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1751779525
|
||||
SHA256 (homepage-1.3.2.tar.gz) = b6488788500acbfcb0df8ef398360dbded680bbe7fc22505ed85550ec2c4ea2f
|
||||
SIZE (homepage-1.3.2.tar.gz) = 21179994
|
||||
TIMESTAMP = 1754757376
|
||||
SHA256 (homepage-1.4.4.tar.gz) = ef937d8aed583f81bf53241fa950471f78082036f654c6b107eed51f67d04835
|
||||
SIZE (homepage-1.4.4.tar.gz) = 12768188
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/bookmarks
|
||||
|
||||
- Developer:
|
||||
- Github:
|
||||
- abbr: GH
|
||||
href: https://github.com/
|
||||
|
||||
- Social:
|
||||
- Reddit:
|
||||
- abbr: RE
|
||||
href: https://reddit.com/
|
||||
|
||||
- Entertainment:
|
||||
- YouTube:
|
||||
- abbr: YT
|
||||
href: https://youtube.com/
|
|
@ -1 +0,0 @@
|
|||
/* https://gethomepage.dev/configs/custom-css-js/ */
|
|
@ -1 +0,0 @@
|
|||
/* https://gethomepage.dev/configs/custom-css-js/ */
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/docker/
|
||||
|
||||
# my-docker:
|
||||
# host: 127.0.0.1
|
||||
# port: 2375
|
||||
|
||||
# my-docker:
|
||||
# socket: /var/run/docker.sock
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
# sample kubernetes config
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/services/
|
||||
|
||||
- My First Group:
|
||||
- My First Service:
|
||||
href: http://localhost/
|
||||
description: Homepage is awesome
|
||||
|
||||
- My Second Group:
|
||||
- My Second Service:
|
||||
href: http://localhost/
|
||||
description: Homepage is the best
|
||||
|
||||
- My Third Group:
|
||||
- My Third Service:
|
||||
href: http://localhost/
|
||||
description: Homepage is 😎
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/settings/
|
||||
|
||||
providers:
|
||||
openweathermap: openweathermapapikey
|
||||
weatherapi: weatherapiapikey
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/info-widgets/
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue