mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
net/reposado: 0.0.20150131 -> 0.0.20160422
Changes: https://github.com/wdas/reposado/commits/master PR: 208926 Submitted by: pi Approved by: masaki@club.kyutech.ac.jp (maintainer timeout)
This commit is contained in:
parent
1f076abb3b
commit
7858ee3769
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414653
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= reposado
|
||||
PORTVERSION= 0.0.20150131
|
||||
PORTVERSION= 0.0.20160422
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= masaki@club.kyutech.ac.jp
|
||||
@ -12,7 +12,7 @@ RUN_DEPENDS= curl:ftp/curl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= wdas
|
||||
GH_TAGNAME= 6d62d49
|
||||
GH_TAGNAME= de2fdb6
|
||||
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
@ -24,14 +24,14 @@ SUB_FILES= pkg-message
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
|
||||
${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
|
||||
${WRKSRC}/code/reposadolib/reposadocommon.py
|
||||
@${REINPLACE_CMD} -e "s,%%PORTVERSION%%,${PORTVERSION},g" \
|
||||
${REINPLACE_CMD} -e "s,%%PORTVERSION%%,${PORTVERSION},g" \
|
||||
${WRKSRC}/setup.py
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} && \
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} && \
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wdas-reposado-0.0.20150131-6d62d49_GH0.tar.gz) = ce7c87d2eb63a02b8480ee2b80e7c9d7cc4717151bacae6d5983615839f6eef9
|
||||
SIZE (wdas-reposado-0.0.20150131-6d62d49_GH0.tar.gz) = 55188
|
||||
SHA256 (wdas-reposado-0.0.20160422-de2fdb6_GH0.tar.gz) = 66050e27d8dcf6e8e117b4ebda3527d18f906ec566da39ad61609bde170a1ad1
|
||||
SIZE (wdas-reposado-0.0.20160422-de2fdb6_GH0.tar.gz) = 56976
|
||||
|
@ -6,12 +6,12 @@ bin/repoutil
|
||||
%%PYTHON_SITELIBDIR%%/reposadolib/reposadocommon.py
|
||||
%%PYTHON_SITELIBDIR%%/reposadolib/reposadocommon.pyc
|
||||
%%PYTHON_SITELIBDIR%%/reposadolib/reposadocommon.pyo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/client_configuration.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/getting_started.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reposado_metadata.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reposado_operation.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reposado_preferences.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reposado_py2exe.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/URL_rewrites.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/client_configuration.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/getting_started.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reposado_metadata.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reposado_operation.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reposado_preferences.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reposado_py2exe.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/URL_rewrites.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
|
Loading…
Reference in New Issue
Block a user