aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2014-05-21 09:02:05 +0000
committerSofian Brabez <sbz@FreeBSD.org>2014-05-21 09:02:05 +0000
commit6f9a430d775bb1eb092af1ae8827f6488823bf79 (patch)
tree2d555b0f19d5075eb3bbf2773a8ae9c17a6284a7 /comms
parent1c5e0387a6f31a16228897d7a5cbb4c11446dc10 (diff)
downloadports-6f9a430d775bb1eb092af1ae8827f6488823bf79.tar.gz
ports-6f9a430d775bb1eb092af1ae8827f6488823bf79.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/py-serial/Makefile2
-rw-r--r--comms/py-serial/distinfo4
-rw-r--r--comms/py-serial/pkg-descr2
-rw-r--r--comms/py-serial/pkg-plist18
4 files changed, 16 insertions, 10 deletions
diff --git a/comms/py-serial/Makefile b/comms/py-serial/Makefile
index 0d1889cea0dc..3278a3a8a87c 100644
--- a/comms/py-serial/Makefile
+++ b/comms/py-serial/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= serial
-PORTVERSION= 2.6
+PORTVERSION= 2.7
CATEGORIES= comms python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/comms/py-serial/distinfo b/comms/py-serial/distinfo
index dd21efcf87db..825bf6bc0d55 100644
--- a/comms/py-serial/distinfo
+++ b/comms/py-serial/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pyserial-2.6.tar.gz) = 049dbcda0cd475d3be903e721d60889ee2cc4ec3b62892a81ecef144196413ed
-SIZE (pyserial-2.6.tar.gz) = 116289
+SHA256 (pyserial-2.7.tar.gz) = 3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477
+SIZE (pyserial-2.7.tar.gz) = 122081
diff --git a/comms/py-serial/pkg-descr b/comms/py-serial/pkg-descr
index f926af1b9820..1b028f680086 100644
--- a/comms/py-serial/pkg-descr
+++ b/comms/py-serial/pkg-descr
@@ -3,4 +3,4 @@ backends for Python running on Windows, Linux, BSD (possibly any POSIX
compliant system), Jython, and IronPython (.NET and Mono). The module
named "serial" automatically selects the appropriate backend.
-WWW: http://pyserial.sourceforge.net/
+WWW: http://pyserial.sourceforge.net
diff --git a/comms/py-serial/pkg-plist b/comms/py-serial/pkg-plist
index 913a7af6b6a9..8809539d6185 100644
--- a/comms/py-serial/pkg-plist
+++ b/comms/py-serial/pkg-plist
@@ -29,6 +29,12 @@ bin/miniterm.py
%%PYTHON_SITELIBDIR%%/serial/tools/list_ports.py
%%PYTHON_SITELIBDIR%%/serial/tools/list_ports.pyc
%%PYTHON_SITELIBDIR%%/serial/tools/list_ports.pyo
+%%PYTHON_SITELIBDIR%%/serial/tools/list_ports_linux.py
+%%PYTHON_SITELIBDIR%%/serial/tools/list_ports_linux.pyc
+%%PYTHON_SITELIBDIR%%/serial/tools/list_ports_linux.pyo
+%%PYTHON_SITELIBDIR%%/serial/tools/list_ports_osx.py
+%%PYTHON_SITELIBDIR%%/serial/tools/list_ports_osx.pyc
+%%PYTHON_SITELIBDIR%%/serial/tools/list_ports_osx.pyo
%%PYTHON_SITELIBDIR%%/serial/tools/list_ports_posix.py
%%PYTHON_SITELIBDIR%%/serial/tools/list_ports_posix.pyc
%%PYTHON_SITELIBDIR%%/serial/tools/list_ports_posix.pyo
@@ -56,13 +62,9 @@ bin/miniterm.py
%%PYTHON_SITELIBDIR%%/serial/win32.py
%%PYTHON_SITELIBDIR%%/serial/win32.pyc
%%PYTHON_SITELIBDIR%%/serial/win32.pyo
-@dirrm %%PYTHON_SITELIBDIR%%/serial/urlhandler
-@dirrm %%PYTHON_SITELIBDIR%%/serial/tools
-@dirrm %%PYTHON_SITELIBDIR%%/serial
-%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enhancedserial.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/port_publisher.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/port_publisher.sh
@@ -78,4 +80,8 @@ bin/miniterm.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wxSerialConfigDialog.wxg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wxTerminal.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wxTerminal.wxg
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+@dirrmtry %%PYTHON_SITELIBDIR%%/serial/tools
+@dirrmtry %%PYTHON_SITELIBDIR%%/serial/urlhandler
+@dirrmtry %%PYTHON_SITELIBDIR%%/serial
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%