mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update WWW
- Fix LICENSE - Add LICENSE_FILE Approved by: portmgr blanket
This commit is contained in:
parent
bb304ff423
commit
f60238bac3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482741
@ -12,7 +12,8 @@ DISTNAME= Radicale-${PORTVERSION}
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python based CalDAV/CardDAV server
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}passlib>=1.6.5:security/py-passlib@${PY_FLAVOR}
|
||||
|
||||
@ -37,7 +38,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} 's|~/.config/radicale|${DATADIR}|; s|/etc|${PREFIX}/etc|' ${WRKSRC}/config
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}/${ETCDIR} ${STAGEDIR}/${DATADIR}
|
||||
@${MKDIR} ${STAGEDIR}/${ETCDIR} ${STAGEDIR}/${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/config ${STAGEDIR}/${ETCDIR}/config.sample
|
||||
${INSTALL_DATA} ${WRKSRC}/logging ${STAGEDIR}/${ETCDIR}/logging.sample
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
The Radicale Project is a complete CalDAV (calendar) and CardDAV (contact)
|
||||
server solution.
|
||||
|
||||
WWW: http://radicale.org/
|
||||
WWW: https://radicale.org/
|
||||
WWW: https://github.com/Kozea/Radicale
|
||||
|
Loading…
Reference in New Issue
Block a user