- Update to 0.10
PR: ports/86867 Approved by: maintainer timeout (14 days)
This commit is contained in:
parent
62fc24d913
commit
e81fb82c88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145636
6 changed files with 24 additions and 10 deletions
|
@ -5,12 +5,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pymsn
|
||||
PORTVERSION= 0.9.5
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://msn-transport.jabberstudio.org/tarballs/
|
||||
PKGNAMEPREFIX= jabber-
|
||||
PKGNAMESUFFIX= -transport
|
||||
DISTNAME= PyMSNt-${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}t-${PORTVERSION}
|
||||
DIST_SUBDIR= jabber
|
||||
|
||||
MAINTAINER= martijn@pacno.net
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (jabber/PyMSNt-0.9.5.tar.gz) = f175084a62fd3dc8de2f5b68792b4103
|
||||
SIZE (jabber/PyMSNt-0.9.5.tar.gz) = 80571
|
||||
MD5 (jabber/pymsnt-0.10.tar.gz) = dc2ec5aacb754b6541b7b20668c3d2b4
|
||||
SIZE (jabber/pymsnt-0.10.tar.gz) = 123185
|
||||
|
|
|
@ -10,14 +10,21 @@ lib/jabber/pymsn/tlib/jabber/xmpp_stringprep.py
|
|||
lib/jabber/pymsn/tlib/domish.py
|
||||
lib/jabber/pymsn/tlib/__init__.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/baseproto/__init__.py
|
||||
lib/jabber/pymsn/baseproto/glue.py
|
||||
lib/jabber/pymsn/legacy/__init__.py
|
||||
lib/jabber/pymsn/legacy/defaultAvatar.png
|
||||
lib/jabber/pymsn/legacy/defaultJabberAvatar.png
|
||||
lib/jabber/pymsn/legacy/glue.py
|
||||
lib/jabber/pymsn/legacy/legacylist.py
|
||||
lib/jabber/pymsn/legacy/msnw.py
|
||||
lib/jabber/pymsn/legacy/subscription.py
|
||||
lib/jabber/pymsn/avatar.py
|
||||
lib/jabber/pymsn/contact.py
|
||||
lib/jabber/pymsn/housekeep.py
|
||||
lib/jabber/pymsn/xmlconfig.py
|
||||
@unexec if cmp -s %D/lib/jabber/pymsn/config.py.sample %D/lib/jabber/pymsn/config.py; then rm -f %D/lib/jabber/pymsn/config.py; fi
|
||||
lib/jabber/pymsn/config.py.sample
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pymsn
|
||||
PORTVERSION= 0.9.5
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://msn-transport.jabberstudio.org/tarballs/
|
||||
PKGNAMEPREFIX= jabber-
|
||||
PKGNAMESUFFIX= -transport
|
||||
DISTNAME= PyMSNt-${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}t-${PORTVERSION}
|
||||
DIST_SUBDIR= jabber
|
||||
|
||||
MAINTAINER= martijn@pacno.net
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (jabber/PyMSNt-0.9.5.tar.gz) = f175084a62fd3dc8de2f5b68792b4103
|
||||
SIZE (jabber/PyMSNt-0.9.5.tar.gz) = 80571
|
||||
MD5 (jabber/pymsnt-0.10.tar.gz) = dc2ec5aacb754b6541b7b20668c3d2b4
|
||||
SIZE (jabber/pymsnt-0.10.tar.gz) = 123185
|
||||
|
|
|
@ -10,14 +10,21 @@ lib/jabber/pymsn/tlib/jabber/xmpp_stringprep.py
|
|||
lib/jabber/pymsn/tlib/domish.py
|
||||
lib/jabber/pymsn/tlib/__init__.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/baseproto/__init__.py
|
||||
lib/jabber/pymsn/baseproto/glue.py
|
||||
lib/jabber/pymsn/legacy/__init__.py
|
||||
lib/jabber/pymsn/legacy/defaultAvatar.png
|
||||
lib/jabber/pymsn/legacy/defaultJabberAvatar.png
|
||||
lib/jabber/pymsn/legacy/glue.py
|
||||
lib/jabber/pymsn/legacy/legacylist.py
|
||||
lib/jabber/pymsn/legacy/msnw.py
|
||||
lib/jabber/pymsn/legacy/subscription.py
|
||||
lib/jabber/pymsn/avatar.py
|
||||
lib/jabber/pymsn/contact.py
|
||||
lib/jabber/pymsn/housekeep.py
|
||||
lib/jabber/pymsn/xmlconfig.py
|
||||
@unexec if cmp -s %D/lib/jabber/pymsn/config.py.sample %D/lib/jabber/pymsn/config.py; then rm -f %D/lib/jabber/pymsn/config.py; fi
|
||||
lib/jabber/pymsn/config.py.sample
|
||||
|
|
Loading…
Reference in a new issue