1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Upgrade to version 1.1.1.

PR:		ports/155893
Submitted by:	olgeni
Approved by:	maintainer timeout (180+ days)
This commit is contained in:
Jimmy Olgeni 2011-10-04 21:09:25 +00:00
parent a64fd22924
commit 6d8640771f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282949
3 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= interface
PORTVERSION= 1.1
PORTVERSION= 1.1.1
CATEGORIES= devel python
MASTER_SITES= http://www.lysator.liu.se/~tab/erlang/py_interface/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,2 @@
SHA256 (py_interface-1.1.tar.gz) = a988269e52a3b9893c56868dc73cb30d4fd2718fb176e434695519480316e946
SIZE (py_interface-1.1.tar.gz) = 72468
SHA256 (py_interface-1.1.1.tar.gz) = d16bf023d5cf13fad01620ed70183a5a2fbb08eebad26512c92239d5eaf8c5ec
SIZE (py_interface-1.1.1.tar.gz) = 78266

View File

@ -26,13 +26,17 @@
%%PYTHON_SITELIBDIR%%/py_interface/erl_term.pyc
%%PYTHON_SITELIBDIR%%/py_interface/erl_term.pyo
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_remote_exec_wrapper.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_test_erl_node_pingpong.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_test_erl_node_pingpong_qc.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_epmd.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_conn.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_pingpong.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_pingpong.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_pingpong_qc.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_erl_node_tk_1.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_remote_exec.py
@dirrm %%PYTHON_SITELIBDIR%%/py_interface
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%