diff options
author | rene <rene@FreeBSD.org> | 2018-03-02 03:25:14 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-03-02 03:25:14 +0800 |
commit | d87fc64c50b533edc5d64bf92ca99443e236e3f7 (patch) | |
tree | 707a5d7ed9f2f9b29e5fb906553c07d05ff3b379 /net-im | |
parent | 8ad7d161a1730b36de0f79cb49feb243f9820090 (diff) | |
download | freebsd-ports-gnome-d87fc64c50b533edc5d64bf92ca99443e236e3f7.tar.gz freebsd-ports-gnome-d87fc64c50b533edc5d64bf92ca99443e236e3f7.tar.zst freebsd-ports-gnome-d87fc64c50b533edc5d64bf92ca99443e236e3f7.zip |
net-im/cjc: schedule for removal on 2018-04-01, depends on expired port.
Pet portlint while here.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/cjc/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-im/cjc/Makefile b/net-im/cjc/Makefile index b118ef7ceecb..13140686ec06 100644 --- a/net-im/cjc/Makefile +++ b/net-im/cjc/Makefile @@ -13,15 +13,18 @@ COMMENT= Console Jabber Client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyxmpp>=0:net-im/py-pyxmpp@${PY_FLAVOR} +DEPRECATED= Depends on expired net-im/py-xmpp +EXPIRATION_DATE=2018-04-01 -USE_GITHUB= yes -GH_ACCOUNT= Jajcus +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyxmpp>=0:net-im/py-pyxmpp@${PY_FLAVOR} USES= python:2.7 shebangfix SHEBANG_FILES= cjc.in cjc.py cjc/main.py NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= Jajcus + PORTDOCS= * OPTIONS_DEFINE= DOCS |