From owner-freebsd-python@freebsd.org Mon Jun 29 16:09:23 2015 Return-Path: Delivered-To: freebsd-python@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 5CBDE98FB0D for ; Mon, 29 Jun 2015 16:09:23 +0000 (UTC) (envelope-from dan.langille@gmail.com) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (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 EFC8E1A60 for ; Mon, 29 Jun 2015 16:09:22 +0000 (UTC) (envelope-from dan.langille@gmail.com) Received: by wgjx7 with SMTP id x7so72133011wgj.2 for ; Mon, 29 Jun 2015 09:09:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3KiFJsaqg3/FBNekT/8FuS4yHmEF8UwX2vJ7xCtBaGE=; b=N3l48Hl6cBZ2hRN5IrSO0XrN8QcUicO4pN7B9cYAffK2UKDgnPWszF4AIa0RjJaevv 5T22W/hnRHHIcySGPQIHFVfhWuvM5CZ1Oq9KU+0gXt4PLigXMRwaikGO1xT8W8XvP/Mb dLurq5PKruH6zB+0A905g2lmGite3cB+0wISQ1h/D7J242Dc3YHZfxxH8NQ3QFksPqNu 1JCs3gKVKGR/1uCtjeIGmPpCqE4KhbEcUVEQHlE+HpuZ5KIeSidK9Wn+z+sxq0K8Mrvc z7kvTXvFpUskE1EtzhHaLSzH2dpTZvwzNwMUae+XePMwiqnYexagwOzJkOedyCX7iFA0 ceDw== MIME-Version: 1.0 X-Received: by 10.180.74.132 with SMTP id t4mr25076701wiv.55.1435594161383; Mon, 29 Jun 2015 09:09:21 -0700 (PDT) Received: by 10.28.129.76 with HTTP; Mon, 29 Jun 2015 09:09:21 -0700 (PDT) Date: Mon, 29 Jun 2015 12:09:21 -0400 Message-ID: Subject: setting the right package name [for a slave port] From: Dan Langille To: freebsd-python@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 16:09:23 -0000 re: https://reviews.freebsd.org/D2913 I'm creating two new slave python ports: devel/py-django16-tastypie-mongoengine www/py-django16-tastypie These will be based on the master ports of the similar name but the slaves will use django 1.6 (because security/py-crits needs django 1.6). Is there a way to get the package name to reflect the port directory? At present, www/py-django16-tastypie will have package: py27-django-tastypie16-0.12.1 This is achieved via: PORTNAME= django-tastypie PKGNAMESUFFIX= 16 -- Dan Langille - http://www.langille.org/