From owner-svn-ports-all@freebsd.org Thu Dec 10 08:52:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16E4C9D6B53 for ; Thu, 10 Dec 2015 08:52:06 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D33391250 for ; Thu, 10 Dec 2015 08:52:05 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by qgeb1 with SMTP id b1so130184591qge.1 for ; Thu, 10 Dec 2015 00:52:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fatpipi-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=idj2Qb6/jG2XQhM+iQrxvOrPucCprpo/OHQjgTb6K4Y=; b=myDsYAUQiWKCHfCTFbTxcvV4EcnfjGy3JmiY2Okkc5bM3ddAZx/e53vtI4NwGKW1Iv DjKrMzG/Q/tvkkX3mCo/1Gb6vGBP2lQM8ziZc3RYPmGWt86Tnt1IXjJrgADKINompmXE BdMKc1C3mx17oUVs92uGCL2bL87fqR9EiwtADbkP3SRY+oY+yOdiEQbgkYS1IvMknOnY dSjZMqm8Y+ZEwMFUJJcMfPGNBXZeFHyJvIDn/VLEhJTdf9AE9O1ZzTJ3RhD3+9Hjr7Yx zcLtpidaUoZUa8/oIvq1/CuPbZowdDMCp9uQdN3mgzcaSxovYhuIMyMZTmj/oW3/3vJ0 0Wow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=idj2Qb6/jG2XQhM+iQrxvOrPucCprpo/OHQjgTb6K4Y=; b=nDVREF/DGTUdQxapo9TxpTLxTTREkhBwRzUlk03Aypa9F8S/7Dp59f66q9QsrIyMMQ 446XyWdeAWShSlAhvvBhhaKiN56krtQKF/mBqSftf/LBi+VxlNuHYq/IdtiukKZR+xN6 9oQix5BdKxW31n2j7gwvGL4Mwz9CVTK6YwHPJK3zvfl9VTEGnXOQkm1LTOV2TMpsPt0B hKF1leKifqDJnIB8rHPpPOoKRFo7hcjU6fj/31If3rCbR5D4XhE66wxGcnqfNFlSejWc fUi1MZQ+gGnVdNA84LjDugey64JSIPXD+WHH3GCQyz59UoNYjNfyN4fIO6ePTI7FHITa j0UQ== X-Gm-Message-State: ALoCoQlx3LmJ7r3aqplGzN4ziP5S42uo9YL4gdRnn2ehHHXNY29Mt8Ibzrj8+9Lj7YQI/omfpHPK4Y4e9kzLyBmjdP70AzdxDw== MIME-Version: 1.0 X-Received: by 10.31.52.201 with SMTP id b192mr9551472vka.101.1449737524255; Thu, 10 Dec 2015 00:52:04 -0800 (PST) Received: by 10.31.235.2 with HTTP; Thu, 10 Dec 2015 00:52:04 -0800 (PST) Reply-To: v@fatpipi.com In-Reply-To: <56692D6D.4000204@FreeBSD.org> References: <201512100711.tBA7BokZ005193@repo.freebsd.org> <56692D6D.4000204@FreeBSD.org> Date: Thu, 10 Dec 2015 16:52:04 +0800 Message-ID: Subject: Re: svn commit: r403444 - in head: . comms comms/py-gammu From: Vanilla Hsu To: koobs@freebsd.org Cc: "Vanilla I. Shu" , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2015 08:52:06 -0000 2015-12-10 15:44 GMT+08:00 Kubilay Kocak : > On 10/12/2015 6:11 PM, Vanilla I. Shu wrote: > > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > DISTNAME= python-${PORTNAME}-${PORTVERSION} > > PORTNAME=python-gammu Should I rename py-gammu to py-python-gammu? > > > > -USE_PYTHON= yes > > -USE_PYDISTUTILS= yes > > -PYDISTUTILS_PKGNAME= python_${PORTNAME} > > +LIB_DEPENDS= libGammu.so:${PORTSDIR}/comms/gammu > > + > > +USES= pkgconfig python:2 > > Does it depend on the lang/python2 symlink (what python:2 actually > means), or just USES=python:-2.7 ? > It just a python library, so I think it's ok to set to python:-2.7. > > +USE_PYTHON= distutils autoplist > >