From owner-svn-ports-head@freebsd.org Thu Dec 10 09:40:46 2015 Return-Path: Delivered-To: svn-ports-head@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 3B9429D5525; Thu, 10 Dec 2015 09:40:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (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 1067F1A21; Thu, 10 Dec 2015 09:40:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by padhk6 with SMTP id hk6so4901185pad.2; Thu, 10 Dec 2015 01:40:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=aXgC18CsyIxRZxzUgWlR/YQA3r2NQ7tqLdcil8IUYy8=; b=jksJ+iMKCf6UNu2MZw9a8ul2oGXY8LZOv9cNSQ+Njzko8FDN0lGeTqE/+4ooa+F99I abTkj77p1GC6Ky9lgjghDe7uWxqHXUksEGWpkK3dnFNofTfYrL4omtx8BLdMpgDm9Dl3 AeqbbYN48xThfrTPylj36oY0S7k54/GbaU4yUN3a1p+ij83WORXhCvYRx5yMlpeAFJrM g7MEANSGYbnFP0KcFl4dcJM67LO0DNx5lxzuOl7YAddVklDwKJ9NeSuui4lx34Zu4zfb a43Hc+xPCMor0ctaKpRJkxi8nL2Guaadofi9yhtiqGFg3rnZ6cOFJRTJDQAkKoQpgqr8 T8Zg== X-Received: by 10.66.62.201 with SMTP id a9mr14983807pas.7.1449740445546; Thu, 10 Dec 2015 01:40:45 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:e88a:629d:a199:b333? (2001-44b8-31ae-7b01-e88a-629d-a199-b333.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:e88a:629d:a199:b333]) by smtp.gmail.com with ESMTPSA id ux2sm2268580pac.46.2015.12.10.01.40.42 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Dec 2015 01:40:45 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r403444 - in head: . comms comms/py-gammu References: <201512100711.tBA7BokZ005193@repo.freebsd.org> <56692D6D.4000204@FreeBSD.org> To: v@fatpipi.com Cc: "Vanilla I. Shu" , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" From: Kubilay Kocak Message-ID: <56694892.7000908@FreeBSD.org> Date: Thu, 10 Dec 2015 20:40:34 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2015 09:40:46 -0000 On 10/12/2015 7:52 PM, Vanilla Hsu wrote: > 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? Until we drop prefixes globally (i dont have a position here), its: py- (not setup.py:module= name) > > > > -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. Great :) I have a note to update the docs for what python:2 *really* means. > > > +USE_PYTHON= distutils autoplist > >