diff options
author | mef <mef@pkgsrc.org> | 2014-11-23 10:06:41 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-23 10:06:41 +0000 |
commit | a18f60afbd1b67a33e7e212c49e60f6be626230b (patch) | |
tree | 830346c6e4de59239fcb0c834444290c19d99df6 | |
parent | 36afed6fe36480ac3b5caa301c24e6beeb118e3b (diff) | |
download | pkgsrc-a18f60afbd1b67a33e7e212c49e60f6be626230b.tar.gz |
Update 1.26.1 to 1.33.0, as gammu has been updated, with PLIST adjust.
-rw-r--r-- | comms/py-gammu/Makefile | 3 | ||||
-rw-r--r-- | comms/py-gammu/PLIST | 14 |
2 files changed, 14 insertions, 3 deletions
diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile index e9927e07654..1147e2965cc 100644 --- a/comms/py-gammu/Makefile +++ b/comms/py-gammu/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2014/05/09 07:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/11/23 10:06:41 mef Exp $ # .include "../../comms/gammu/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 COMMENT= Python bindings for gammu DISTINFO_FILE= ${.CURDIR}/../../comms/gammu/distinfo diff --git a/comms/py-gammu/PLIST b/comms/py-gammu/PLIST index f900eff7bdc..fd37eb40019 100644 --- a/comms/py-gammu/PLIST +++ b/comms/py-gammu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2014/11/23 10:06:41 mef Exp $ ${PYSITELIB}/gammu/Data.py ${PYSITELIB}/gammu/Data.pyc ${PYSITELIB}/gammu/Data.pyo @@ -9,4 +9,16 @@ ${PYSITELIB}/gammu/__init__.py ${PYSITELIB}/gammu/__init__.pyc ${PYSITELIB}/gammu/__init__.pyo ${PYSITELIB}/gammu/_gammu.so +${PYSITELIB}/gammu/data.py +${PYSITELIB}/gammu/data.pyc +${PYSITELIB}/gammu/data.pyo +${PYSITELIB}/gammu/exception.py +${PYSITELIB}/gammu/exception.pyc +${PYSITELIB}/gammu/exception.pyo +${PYSITELIB}/gammu/smsd.py +${PYSITELIB}/gammu/smsd.pyc +${PYSITELIB}/gammu/smsd.pyo +${PYSITELIB}/gammu/worker.py +${PYSITELIB}/gammu/worker.pyc +${PYSITELIB}/gammu/worker.pyo ${PYSITELIB}/${EGG_FILE} |