From f7493091d04bad250cd85fc0242a5b2681551093 Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 14 Mar 2018 05:03:48 +0000 Subject: net-p2p/py-tremc: Update to g20180106 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port changes: * Updated maintainer's address with his other address (previous address verified) * pkg-message moved up from files/ * bash completion file renamed PR: 226586 Submitted by: Alexandre C. GuimarĂ£es (maintainer) --- net-p2p/py-tremc/Makefile | 12 ++++-------- net-p2p/py-tremc/distinfo | 6 +++--- net-p2p/py-tremc/files/pkg-message.in | 10 ---------- net-p2p/py-tremc/pkg-message | 10 ++++++++++ 4 files changed, 17 insertions(+), 21 deletions(-) delete mode 100644 net-p2p/py-tremc/files/pkg-message.in create mode 100644 net-p2p/py-tremc/pkg-message (limited to 'net-p2p') diff --git a/net-p2p/py-tremc/Makefile b/net-p2p/py-tremc/Makefile index 9a8bfea3175b..b4aafab03577 100644 --- a/net-p2p/py-tremc/Makefile +++ b/net-p2p/py-tremc/Makefile @@ -1,22 +1,20 @@ # $FreeBSD$ PORTNAME= tremc -DISTVERSION= g20171202 +DISTVERSION= g20180106 CATEGORIES= net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= lbdm@privacychain.ch +MAINTAINER= lebarondemerde@privacychain.ch COMMENT= Console client for the BitTorrent client Transmission LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= python:3.4+ shebangfix - USE_GITHUB= yes GH_ACCOUNT= louipc -GH_TAGNAME= e06d08d - +GH_TAGNAME= dfbde72 NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= ${PORTNAME} @@ -24,7 +22,6 @@ SHEBANG_FILES= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz \ share/bash-completion/completions/${PORTNAME} -SUB_FILES= pkg-message OPTIONS_DEFINE= GEOIP XEROX @@ -34,11 +31,10 @@ GEOIP_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GeoIP.so:net/py-GeoIP@${PY_FLAVOR} XEROX_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xerox/__init__.py:devel/py-xerox@${PY_FLAVOR} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL} -d ${STAGEDIR}${PREFIX}/share/bash-completion/completions - ${INSTALL_DATA} ${WRKSRC}/completion/bash/transmission-remote-cli-bash-completion.sh \ + ${INSTALL_DATA} ${WRKSRC}/completion/bash/${PORTNAME}.sh \ ${STAGEDIR}${PREFIX}/share/bash-completion/completions/${PORTNAME} .include diff --git a/net-p2p/py-tremc/distinfo b/net-p2p/py-tremc/distinfo index a0270cc8c049..66060a47df8e 100644 --- a/net-p2p/py-tremc/distinfo +++ b/net-p2p/py-tremc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1514265585 -SHA256 (louipc-tremc-g20171202-e06d08d_GH0.tar.gz) = 4559922bc047c4d95f5c2936dd844f2fd4614fef76028beb441553c68bef2ebf -SIZE (louipc-tremc-g20171202-e06d08d_GH0.tar.gz) = 255734 +TIMESTAMP = 1520992066 +SHA256 (louipc-tremc-g20180106-dfbde72_GH0.tar.gz) = 7f86c41fb9e4d343528cdde4f5f942ccb105cd188206c825df8100874360efbb +SIZE (louipc-tremc-g20180106-dfbde72_GH0.tar.gz) = 315396 diff --git a/net-p2p/py-tremc/files/pkg-message.in b/net-p2p/py-tremc/files/pkg-message.in deleted file mode 100644 index b6b10ec28a4c..000000000000 --- a/net-p2p/py-tremc/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -################################################################### - -Please do run "tremc --create-config" to create the configuration -file with default values. - -NOTE: A config file won't be created unless you provide this -option at least once. After that, it is rewritten whenever tremc -exits. - -################################################################### diff --git a/net-p2p/py-tremc/pkg-message b/net-p2p/py-tremc/pkg-message new file mode 100644 index 000000000000..b6b10ec28a4c --- /dev/null +++ b/net-p2p/py-tremc/pkg-message @@ -0,0 +1,10 @@ +################################################################### + +Please do run "tremc --create-config" to create the configuration +file with default values. + +NOTE: A config file won't be created unless you provide this +option at least once. After that, it is rewritten whenever tremc +exits. + +################################################################### -- cgit