1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Update to 0.10.3

- Take maintainership

PR:		ports/92415
Submitted by:	garga
Approved by:	ex-maintainer via email
This commit is contained in:
Renato Botelho 2006-01-27 14:13:31 +00:00
parent 09163ad68c
commit 979e3482ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154605
3 changed files with 11 additions and 14 deletions

View File

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= pymsn
PORTVERSION= 0.10.2
PORTREVISION= 1
PORTVERSION= 0.10.3
CATEGORIES= net-im
MASTER_SITES= http://msn-transport.jabberstudio.org/tarballs/
PKGNAMEPREFIX= jabber-
@ -14,7 +13,7 @@ PKGNAMESUFFIX= -transport
DISTNAME= ${PORTNAME}t-${PORTVERSION}
DIST_SUBDIR= jabber
MAINTAINER= martijn@pacno.net
MAINTAINER= garga@FreeBSD.org
COMMENT= Python MSN-Transport for Jabber
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl \
@ -52,15 +51,15 @@ post-patch:
do-install:
${INSTALL} -d ${INST_DIR}
${CP} -pPR ${WRKSRC}/src/* ${INST_DIR}/
@${CP} -pPRv ${WRKSRC}/src/* ${INST_DIR}/
${CHMOD} 755 ${INST_DIR}/main.py
[ -f ${INST_DIR}/config.py ] || ${CP} ${INST_DIR}/config.py.sample ${INST_DIR}/config.py
@${MKDIR} ${EXAMPLESDIR}/etc
@[ -f ${INST_DIR}/config.py ] || ${CP} -v ${INST_DIR}/config.py.sample ${INST_DIR}/config.py
${MKDIR} ${EXAMPLESDIR}/etc
${INSTALL_DATA} ${WRKSRC}/config-example.xml ${EXAMPLESDIR}/etc/jabber-pymsn.xml
[ -f ${PREFIX}/etc/jabber-pymsn.xml ] || ${CP} ${EXAMPLESDIR}/etc/jabber-pymsn.xml ${PREFIX}/etc/jabber-pymsn.xml
@[ -f ${PREFIX}/etc/jabber-pymsn.xml ] || ${CP} -v ${EXAMPLESDIR}/etc/jabber-pymsn.xml ${PREFIX}/etc/jabber-pymsn.xml
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for portdoc in ${PORTDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${portdoc} ${DOCSDIR}/
.endfor
.endif

View File

@ -1,3 +1,3 @@
MD5 (jabber/pymsnt-0.10.2.tar.gz) = 31f6c2b9a744e6291ab53cb57d97a109
SHA256 (jabber/pymsnt-0.10.2.tar.gz) = e988fe454a96dc4b59f532ad7ab615fea0981402c5834bb90310dd34d2f22548
SIZE (jabber/pymsnt-0.10.2.tar.gz) = 253552
MD5 (jabber/pymsnt-0.10.3.tar.gz) = 02e2de762c2bb890c8cec2c4222ffa5f
SHA256 (jabber/pymsnt-0.10.3.tar.gz) = ecd836fc27b50acf5c8c774b208c3dbf51207decfc5183654dc09fc1cfa673f2
SIZE (jabber/pymsnt-0.10.3.tar.gz) = 235140

View File

@ -22,8 +22,6 @@ lib/jabber/pymsn/legacy/legacylist.py
lib/jabber/pymsn/legacy/msnw.py
lib/jabber/pymsn/main.py
lib/jabber/pymsn/misciq.py
lib/jabber/pymsn/msnp11chl.py
lib/jabber/pymsn/msnp2p.py
lib/jabber/pymsn/register.py
lib/jabber/pymsn/session.py
lib/jabber/pymsn/tlib/__init__.py
@ -37,8 +35,8 @@ lib/jabber/pymsn/tlib/jabber/xmpp_stringprep.py
lib/jabber/pymsn/tlib/msn.py
lib/jabber/pymsn/tlib/msnp11chl.py
lib/jabber/pymsn/tlib/msnp2p.py
lib/jabber/pymsn/tlib/proxy.py
lib/jabber/pymsn/tlib/xmlstream.py
lib/jabber/pymsn/tlib/xmlw.py
lib/jabber/pymsn/utils.py
lib/jabber/pymsn/xdb.py
lib/jabber/pymsn/xmlconfig.py