From owner-svn-ports-head@freebsd.org Thu Dec 10 08:52:06 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 1E0599D6B54 for ; Thu, 10 Dec 2015 08:52:06 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-qg0-x22d.google.com (mail-qg0-x22d.google.com [IPv6:2607:f8b0:400d:c04::22d]) (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 CCC03124D for ; Thu, 10 Dec 2015 08:52:05 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by qgea14 with SMTP id a14so130270945qge.0 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=Z7s/wSfWYUqJkjuMS5Onv16NayjQt7bor0Ju260uGwQCBaPqh1WD7OYd6mwjg6hTzw YdRL7YRIQZFoLgskLmXU7Up9N/7uFvapOGJgC48HnfxJp2W8RAE0uAAGMu9KPwjIr8mC 5hHKbz/2oToiBe0AxeO/TAnuheR4KmD7bPmebjBNSzBbK7w36mBcszvDTH+2BdphPG0r XokTsyESmGsNTK7oeoiDvetiUWwldrVL9tdlC4RjsiAaKq67tc3NFOPkKEwj+OGbb+Ub BDAVWUiWXXC5K9wRURUKx/Tun5vSZpBsZRqwLb3KiSFaPf8LyV2HRlvRkHyrpw5ju4tA qhOA== X-Gm-Message-State: ALoCoQmP7tOuUGQJE6+tWqoYvhdcBmpvjcR25u875mp7Ctu8vUrQ+zpG7+F4/K7j4BB/XCQRb+voA9lqCZhwTvhqUXEsWoa1Dw== 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-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 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 > >