From owner-freebsd-ports@FreeBSD.ORG Sun Oct 16 13:14:31 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2911106564A for ; Sun, 16 Oct 2011 13:14:31 +0000 (UTC) (envelope-from nirnroot.freebsd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id B86D08FC08 for ; Sun, 16 Oct 2011 13:14:31 +0000 (UTC) Received: by gyd8 with SMTP id 8so2917690gyd.13 for ; Sun, 16 Oct 2011 06:14:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=64Dpf4NbiH4a+0unzOjA+EvyYkaqFmQft6g1dga7tYI=; b=ZgLJfptTVGV/+BZRC9MKwchLW3Z8n2nu4pbdhz4W3vY3C9mCCQK4YZq02TnnwyT6ou MnN/weixfC1iGUVtM64Ts+QsSJOoIs1vPKXjJqweY5ZIHPz1qp8A4dKsZrWmin0FIOL/ JPuwbHeFDaR4NBKDSP8EIczJp96XeBn9TuF70= Received: by 10.236.138.47 with SMTP id z35mr1027361yhi.56.1318769181204; Sun, 16 Oct 2011 05:46:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.108.165 with HTTP; Sun, 16 Oct 2011 05:46:01 -0700 (PDT) From: Alexey Golodov Date: Sun, 16 Oct 2011 23:46:01 +1100 Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Ports maintrainer mode? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2011 13:14:32 -0000 Looking through the ports, I see that sometimes maintrainers include in Makefile block with actions for maintrain port. There are different ways to define it (starting with MAINTRAINER_MODE in devel/git, and ends if user = $maintrainer_username) Probably, this feature should be unify and added to ports system? -- Regards, Alexey Golodov aka Nirnroot.