From owner-cvs-ports@FreeBSD.ORG Fri May 4 18:52:53 2012 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7330A1065675 for ; Fri, 4 May 2012 18:52:53 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pz0-f48.google.com (mail-pz0-f48.google.com [209.85.210.48]) by mx1.freebsd.org (Postfix) with ESMTP id EDF5C8FC12 for ; Fri, 4 May 2012 18:52:52 +0000 (UTC) Received: by dadz8 with SMTP id z8so311731dad.7 for ; Fri, 04 May 2012 11:52:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-operating-system :organization:x-living-the-dream:x-pgp-fingerprint:x-pgp-key :user-agent:x-gm-message-state; bh=0NMswpTJbrQ7SfKiJCct1NXlm9j/ktKKSLgF3MXLH2M=; b=JtWySKEsqys6lBR+JNZj4f7Jz3l8ckba8jf8i3d/ELiQJRA3o+X4a3M9nnM+EJq7el S0n0XGw0SE8ATd9nqusbW38QmvDv+Vw4gTw50W6q7XJEpGuPcAkjiN8WaEKnvHcXrqQc 8KlncwN1X+t4w+0OgxtrZ7V/z4KtUscmd1eZY6KxoRvZNR/fCNBPR5ecMssfW/J9f76T Ky5OX3Vp0BRW9Tpt0lC7fhX4TWp1m8dlPFPfxGHLcopaNY47+jC3V1o+D197HtI/y4kK H1nL1LQWib1SRifyDzKuB2lfii6DZk4+pFg1JfVeWIDuJCA5tb5QBZaoA8O0IQ7q0yGA KZBQ== Received: by 10.68.218.228 with SMTP id pj4mr7461562pbc.167.1336157571894; Fri, 04 May 2012 11:52:51 -0700 (PDT) Received: from dormouse.experts-exchange.com ([72.29.164.238]) by mx.google.com with ESMTPS id qb2sm3022132pbb.54.2012.05.04.11.52.50 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 May 2012 11:52:50 -0700 (PDT) Sender: Jason Helfman Date: Fri, 4 May 2012 11:51:38 -0700 From: Jason Helfman To: Michael Scheidell Message-ID: <20120504185138.GF4992@dormouse.experts-exchange.com> References: <201205041826.q44IQDl7009239@repoman.freebsd.org> <20120504183933.GE4992@dormouse.experts-exchange.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20120504183933.GE4992@dormouse.experts-exchange.com> X-Operating-System: FreeBSD 8.3-RELEASE amd64 Organization: The FreeBSD Project, http://www.freebsd.org X-Living-The-Dream: I love the SLO Life! X-PGP-FingerPrint: 8E0D C457 9A0F C91C 23F3 0454 2059 9A63 4150 D3DC X-PGP-Key: http://people.freebsd.org/~jgh/jgh.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQk5lHDvYlSxZeUMq9FN24rvGwbdDqUj4zBpmq5PwND8PoLMXbLvW20WlynAqvG6XXI8+nxA Cc: crees@freebsd.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/teamspeak3-server Makefile distinfo pkg-plist ports/audio/teamspeak3-server/files pkg-message.in teamspeak.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2012 18:52:53 -0000 On Fri, May 04, 2012 at 11:39:33AM -0700, Jason Helfman thus spake: >On Fri, May 04, 2012 at 06:26:13PM +0000, Michael Scheidell thus spake: >>scheidell 2012-05-04 18:26:13 UTC >> >> FreeBSD ports repository >> >> Modified files: >> audio/teamspeak3-server Makefile distinfo pkg-plist >> audio/teamspeak3-server/files pkg-message.in teamspeak.in >> Log: >> - Update to 3.0.3 [1] >> - Update LICENSE_PERMS [1] >> - Add @exec's to pkg-plist since Makefile:post-install isn't run with pkg-add [2] >> - Add BATCH check because you can't acctept license in batch mode [3] >> - Change mkdir/chown in Makefile (and pkg-plist) to install [3] >> >> PR: ports/166654 [1] http://www.FreeBSD.org/cgi/query-pr.cgi?pr=166654 >> Submitted by: Richard Hirner (maintainer) [1] >> Submitted by: scheidell (me) [2] >> Submitted by: crees@ [3] >> >> Revision Changes Path >> 1.22 +18 -8 ports/audio/teamspeak3-server/Makefile >> 1.13 +4 -4 ports/audio/teamspeak3-server/distinfo >> 1.4 +1 -1 ports/audio/teamspeak3-server/files/pkg-message.in >> 1.3 +4 -4 ports/audio/teamspeak3-server/files/teamspeak.in >> 1.10 +11 -3 ports/audio/teamspeak3-server/pkg-plist >> >>http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/audio/teamspeak3-server/Makefile.diff?&r1=1.21&r2=1.22&f=h >>http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/audio/teamspeak3-server/distinfo.diff?&r1=1.12&r2=1.13&f=h >>http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/audio/teamspeak3-server/files/pkg-message.in.diff?&r1=1.3&r2=1.4&f=h >>http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/audio/teamspeak3-server/files/teamspeak.in.diff?&r1=1.2&r2=1.3&f=h >>http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/audio/teamspeak3-server/pkg-plist.diff?&r1=1.9&r2=1.10&f=h >> > >post-install is run with pkg-add, but it depends how it is used in the port. >It could be done through Makefile/pkg-install script, or in the pkg-plist. > >Regardless, the user and group framework already takes care of adding >users/groups in packaging and through ports, so the lines adding the >users/groups to the packaging list and Makefile aren't necessary. >Beyond this, the USERS and GROUPS aren't needed in the PLIST_SUB. My apologies, I see you were installing directories :) -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh