diff options
author | garga <garga@FreeBSD.org> | 2007-01-15 20:03:28 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-01-15 20:03:28 +0800 |
commit | 5f28c26736bf63afc6c1f63408bc3a14e093c6c6 (patch) | |
tree | 9830dbfd9e965b3efea0eee9cb35e97c06d6bbca /net-im/jabber-pymsn/Makefile | |
parent | adc83f33fc1aaa549d30c7f5dd6241632a6c6ae4 (diff) | |
download | freebsd-ports-gnome-5f28c26736bf63afc6c1f63408bc3a14e093c6c6.tar.gz freebsd-ports-gnome-5f28c26736bf63afc6c1f63408bc3a14e093c6c6.tar.zst freebsd-ports-gnome-5f28c26736bf63afc6c1f63408bc3a14e093c6c6.zip |
- Update to 0.11.2
- Add patch to fix work with py-twisted-2.5.0
PR: ports/107892
Submitted by: Neil Darlow <neil@darlow.co.uk>
Obtained from: py-transports maillist (Lars T. Mikkelsen)
Diffstat (limited to 'net-im/jabber-pymsn/Makefile')
-rw-r--r-- | net-im/jabber-pymsn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabber-pymsn/Makefile b/net-im/jabber-pymsn/Makefile index 8f5336d56510..85758f82a775 100644 --- a/net-im/jabber-pymsn/Makefile +++ b/net-im/jabber-pymsn/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= pymsn -DISTVERSION= 0.11.2-dev2 -PORTREVISION= 1 +DISTVERSION= 0.11.2 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= http://delx.cjb.net/pymsnt/tarballs/ \ @@ -74,6 +73,7 @@ post-patch: ${WRKSRC}/src/main.py @${REINPLACE_CMD} -i "" 's|#!.*$$|#!${LOCAL_PYTHON}|' \ ${WRKSRC}/PyMSNt.py + @${RM} -f ${WRKSRC}/src/main.py.orig do-install: ${MKDIR} ${INST_DIR}/src ${INST_DIR}/data |