diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-03-04 21:07:39 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-03-04 21:07:39 +0000 |
commit | 0e43500eaf8b707a6c00b739c2116f3c6b7cf2ab (patch) | |
tree | 2aab343a20613e47d1740599005c1d75f1d73e2a | |
parent | e26771d6cf942ce2fd713053bef1963fd4b2519e (diff) | |
download | ports-0e43500eaf8b707a6c00b739c2116f3c6b7cf2ab.tar.gz ports-0e43500eaf8b707a6c00b739c2116f3c6b7cf2ab.zip |
The port comms/python-gammu was incorporated into comms/gammu
since 1.23.0. Use the latter with option WITH_PYTHON_GAMMU=YES.
Reported by: pointyhat (pav)
Approved by: wenheping at gmail.com (maintainer, by email)
Notes
Notes:
svn path=/head/; revision=229500
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | UPDATING | 8 | ||||
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/py-gammu/Makefile | 27 | ||||
-rw-r--r-- | comms/py-gammu/distinfo | 3 | ||||
-rw-r--r-- | comms/py-gammu/pkg-descr | 7 | ||||
-rw-r--r-- | comms/py-gammu/pkg-plist | 11 |
7 files changed, 9 insertions, 49 deletions
@@ -3829,3 +3829,4 @@ x11/libxfce4mcs||2009-03-02|got obsolete by xfce 4.6 update sysutils/xfce4-mcs-manager||2009-03-02|got obsolete by xfce 4.6 update sysutils/xfce4-mcs-plugins||2009-03-02|got obsolete by xfce 4.6 update x11-themes/xfce4-icon-theme||2009-03-02|got obsolete by xfce 4.6 update +comms/py-gammu||2009-03-04|incorporated into comms/gammu @@ -7,6 +7,14 @@ time you update your ports collection, before attempting any port upgrades. 20080304: + AFFECTS: users of comms/py-gammu + AUTHOR: bsam@FreeBSD.org + + The port comms/py-gammu was incorporated into comms/gammu since + 1.23.0. Delete comms/py-gammu first and then deinstall/reinstall + comms/gammu with option WITH_PYTHON_GAMMU=YES. + +20080304: AFFECTS: users of x11-wm/xfce4 AUTHOR: oliver@FreeBSD.org diff --git a/comms/Makefile b/comms/Makefile index 5540f553bc3f..151de7fb4c1b 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -102,7 +102,6 @@ SUBDIR += pr SUBDIR += predict SUBDIR += py-bulksms - SUBDIR += py-gammu SUBDIR += py-lirc SUBDIR += py-serial SUBDIR += pyla diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile deleted file mode 100644 index 08713183294f..000000000000 --- a/comms/py-gammu/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: py-gammu -# Date created: 03 Feb,2009 -# Whom: Wen Heping <wenheping@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= gammu -PORTVERSION= 0.28 -CATEGORIES= comms python -MASTER_SITES= http://dl.cihar.com/python-gammu/latest/ \ - http://mirror.clickcreations.com/python-gammu/latest/ \ - http://dl.cihar.com.nyud.net/python-gammu/latest/ \ - ftp://dl.cihar.com/python-gammu/latest/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} - -MAINTAINER= wenheping@gmail.com -COMMENT= Python bindings for Gammu library - -BUILD_DEPENDS= ${LOCALBASE}/bin/gammu:${PORTSDIR}/comms/gammu - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= python_${PORTNAME} - -.include <bsd.port.mk> diff --git a/comms/py-gammu/distinfo b/comms/py-gammu/distinfo deleted file mode 100644 index 0e217993fa05..000000000000 --- a/comms/py-gammu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (python-gammu-0.28.tar.gz) = 3fbf329b433808c0af7a67528b559176 -SHA256 (python-gammu-0.28.tar.gz) = 9fce80feda7adafa0397203a8b08713614bbacbf00d89984362bee7b479e123b -SIZE (python-gammu-0.28.tar.gz) = 91785 diff --git a/comms/py-gammu/pkg-descr b/comms/py-gammu/pkg-descr deleted file mode 100644 index d834c1ec7ad0..000000000000 --- a/comms/py-gammu/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -py-gammu is a python bindings for Gammu library, which allows -access many phones. It currently does not support all Gammu -features, but range of covered functions is increasing, if you -need some specific, feel free to use bug tracking system for -feature requests. - -WWW: http://cihar.com/gammu/python/ diff --git a/comms/py-gammu/pkg-plist b/comms/py-gammu/pkg-plist deleted file mode 100644 index f3e52882b073..000000000000 --- a/comms/py-gammu/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gammu/Core.so -%%PYTHON_SITELIBDIR%%/gammu/Data.py -%%PYTHON_SITELIBDIR%%/gammu/Data.pyc -%%PYTHON_SITELIBDIR%%/gammu/Data.pyo -%%PYTHON_SITELIBDIR%%/gammu/Worker.py -%%PYTHON_SITELIBDIR%%/gammu/Worker.pyc -%%PYTHON_SITELIBDIR%%/gammu/Worker.pyo -%%PYTHON_SITELIBDIR%%/gammu/__init__.py -%%PYTHON_SITELIBDIR%%/gammu/__init__.pyc -%%PYTHON_SITELIBDIR%%/gammu/__init__.pyo -@dirrm %%PYTHON_SITELIBDIR%%/gammu |