Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2015 07:11:50 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403444 - in head: . comms comms/py-gammu
Message-ID:  <201512100711.tBA7BokZ005193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Thu Dec 10 07:11:50 2015
New Revision: 403444
URL: https://svnweb.freebsd.org/changeset/ports/403444

Log:
  restore py-gammu.

Added:
  head/comms/py-gammu/
     - copied from r229499, head/comms/py-gammu/
Deleted:
  head/comms/py-gammu/pkg-plist
Modified:
  head/MOVED
  head/comms/Makefile
  head/comms/py-gammu/Makefile   (contents, props changed)
  head/comms/py-gammu/distinfo   (contents, props changed)
  head/comms/py-gammu/pkg-descr   (contents, props changed)

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Dec 10 07:09:45 2015	(r403443)
+++ head/MOVED	Thu Dec 10 07:11:50 2015	(r403444)
@@ -484,7 +484,6 @@ x11/libxfce4mcs||2009-03-02|Got obsolete
 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
 x11-toolkits/scx||2009-03-06|Abandoned upstream
 x11-toolkits/xg||2009-03-06|Abandoned upstream
 audio/quelcom||2009-03-07|Abandoned upstream, requires obsolete version of GCC

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Thu Dec 10 07:09:45 2015	(r403443)
+++ head/comms/Makefile	Thu Dec 10 07:11:50 2015	(r403444)
@@ -129,6 +129,7 @@
     SUBDIR += pr
     SUBDIR += predict
     SUBDIR += py-bulksms
+    SUBDIR += py-gammu
     SUBDIR += py-libconcord
     SUBDIR += py-libimobiledevice
     SUBDIR += py-lirc

Modified: head/comms/py-gammu/Makefile
==============================================================================
--- head/comms/py-gammu/Makefile	Wed Mar  4 21:01:10 2009	(r229499)
+++ head/comms/py-gammu/Makefile	Thu Dec 10 07:11:50 2015	(r403444)
@@ -1,27 +1,22 @@
-# New ports collection makefile for:	py-gammu
-# Date created:		03 Feb,2009
-# Whom:			Wen Heping <wenheping@gmail.com>
-#
+# Created by: vanilla@
 # $FreeBSD$
-#
 
 PORTNAME=	gammu
-PORTVERSION=	0.28
+PORTVERSION=	2.4
 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/
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	python-${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	wenheping@gmail.com
+MAINTAINER=	vanilla@FreeBSD.org
 COMMENT=	Python bindings for Gammu library
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/gammu:${PORTSDIR}/comms/gammu
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	python_${PORTNAME}
+LIB_DEPENDS=	libGammu.so:${PORTSDIR}/comms/gammu
+
+USES=		pkgconfig python:2
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/comms/py-gammu/distinfo
==============================================================================
--- head/comms/py-gammu/distinfo	Wed Mar  4 21:01:10 2009	(r229499)
+++ head/comms/py-gammu/distinfo	Thu Dec 10 07:11:50 2015	(r403444)
@@ -1,3 +1,2 @@
-MD5 (python-gammu-0.28.tar.gz) = 3fbf329b433808c0af7a67528b559176
-SHA256 (python-gammu-0.28.tar.gz) = 9fce80feda7adafa0397203a8b08713614bbacbf00d89984362bee7b479e123b
-SIZE (python-gammu-0.28.tar.gz) = 91785
+SHA256 (python-gammu-2.4.tar.gz) = 3ab71dde3af548e9911bb29d53e8f71d3f7dc23768d3a7f08f8e34d120556f10
+SIZE (python-gammu-2.4.tar.gz) = 130258

Modified: head/comms/py-gammu/pkg-descr
==============================================================================
--- head/comms/py-gammu/pkg-descr	Wed Mar  4 21:01:10 2009	(r229499)
+++ head/comms/py-gammu/pkg-descr	Thu Dec 10 07:11:50 2015	(r403444)
@@ -1,7 +1,3 @@
-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.
+Python bindings for Gammu library.
 
-WWW:	http://cihar.com/gammu/python/
+WWW: http://wammu.eu/python-gammu/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512100711.tBA7BokZ005193>