Date: Wed, 14 Mar 2018 05:03:48 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464457 - in head/net-p2p/py-tremc: . files Message-ID: <201803140503.w2E53m1c091731@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Mar 14 05:03:48 2018 New Revision: 464457 URL: https://svnweb.freebsd.org/changeset/ports/464457 Log: net-p2p/py-tremc: Update to g20180106 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 <lbdm@privacychain.ch> (maintainer) Added: head/net-p2p/py-tremc/pkg-message - copied unchanged from r464456, head/net-p2p/py-tremc/files/pkg-message.in Deleted: head/net-p2p/py-tremc/files/ Modified: head/net-p2p/py-tremc/Makefile head/net-p2p/py-tremc/distinfo Modified: head/net-p2p/py-tremc/Makefile ============================================================================== --- head/net-p2p/py-tremc/Makefile Wed Mar 14 04:58:09 2018 (r464456) +++ head/net-p2p/py-tremc/Makefile Wed Mar 14 05:03:48 2018 (r464457) @@ -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/p 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 <bsd.port.mk> Modified: head/net-p2p/py-tremc/distinfo ============================================================================== --- head/net-p2p/py-tremc/distinfo Wed Mar 14 04:58:09 2018 (r464456) +++ head/net-p2p/py-tremc/distinfo Wed Mar 14 05:03:48 2018 (r464457) @@ -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 Copied: head/net-p2p/py-tremc/pkg-message (from r464456, head/net-p2p/py-tremc/files/pkg-message.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/py-tremc/pkg-message Wed Mar 14 05:03:48 2018 (r464457, copy of r464456, head/net-p2p/py-tremc/files/pkg-message.in) @@ -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. + +###################################################################
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803140503.w2E53m1c091731>