1
0
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:
Dmitry Marakasov 2018-10-22 09:30:11 +00:00
parent bb304ff423
commit f60238bac3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482741
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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