From owner-svn-ports-all@FreeBSD.ORG Sun Oct 21 14:36:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BF1BE99; Sun, 21 Oct 2012 14:36:20 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 820358FC0A; Sun, 21 Oct 2012 14:36:18 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id jf20so671875bkc.13 for ; Sun, 21 Oct 2012 07:36:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=T6qu9tJ4itgWzILok9jA5LC0kwz7LtRXMzusk1ibuos=; b=0+26AV+ys2e7Yq3U3ghZBRu3G9BLX15WU/rqzLOBaYw2vEnmwmd35AZgsLBV1t2W/p P5Wd28oktHiN0noW7G8I0xE5zuhXSsrVrgc81ohUuw5dXVbU236PGebBj0/Cl2/n0a1K EvvGdDN5ca5e7Vxl4cNDqXUj+iVOW2JUYwv5+3W+nXNHSv0tuTMbMg+rYXxjUn2zdyHW lI2R22fbfvVs7tHFGmkM+0UOE/sxLN8erGrVGDvFeyiNPW1Y7+di7HF8i38bothOv7LW LD00iFOeZYBOF++zzYsjGn+/uG0km0NESiYR0Khmbxfphy6EZV7SCXe2OGKX/MlQakTG UeNw== MIME-Version: 1.0 Received: by 10.204.149.135 with SMTP id t7mr1887165bkv.103.1350830178150; Sun, 21 Oct 2012 07:36:18 -0700 (PDT) Received: by 10.204.50.197 with HTTP; Sun, 21 Oct 2012 07:36:18 -0700 (PDT) Received: by 10.204.50.197 with HTTP; Sun, 21 Oct 2012 07:36:18 -0700 (PDT) In-Reply-To: <50840473.4040307@freebsd.org> References: <201210211412.q9LECReM092093@svn.freebsd.org> <50840473.4040307@freebsd.org> Date: Sun, 21 Oct 2012 15:36:18 +0100 Message-ID: Subject: Re: svn commit: r306237 - in head/net/netatalk: . files From: Chris Rees To: Joe Marcus Clarke Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2012 14:36:20 -0000 On 21 Oct 2012 15:19, "Joe Marcus Clarke" wrote: > > On 10/21/12 10:16 AM, Chris Rees wrote: > > > > On 21 Oct 2012 15:12, "Joe Marcus Clarke" > > wrote: > >> > >> Author: marcus > >> Date: Sun Oct 21 14:12:26 2012 > >> New Revision: 306237 > >> URL: http://svn.freebsd.org/changeset/ports/306237 > >> > >> Log: > >> Update to 2.2.4. See > > http://netatalk.sourceforge.net/2.2/ReleaseNotes2.2.4.html > >> for a list of changes in this release. > >> > >> Feature safe: yes > >> > >> Deleted: > >> head/net/netatalk/files/patch-etc_uams_Makefile.in > >> Modified: > >> head/net/netatalk/Makefile > >> head/net/netatalk/distinfo > >> > >> Modified: head/net/netatalk/Makefile > >> > > ============================================================================== > >> --- head/net/netatalk/Makefile Sun Oct 21 14:01:14 2012 (r306236) > >> +++ head/net/netatalk/Makefile Sun Oct 21 14:12:26 2012 (r306237) > >> @@ -6,8 +6,7 @@ > >> # > >> > >> PORTNAME= netatalk > >> -PORTVERSION= 2.2.3 > >> -PORTREVISION= 2 > >> +PORTVERSION= 2.2.4 > >> PORTEPOCH= 1 > >> CATEGORIES= net print > >> MASTER_SITES= SF > >> @@ -31,7 +30,7 @@ CONFIGURE_ARGS+= --with-tcp-wrappers \ > >> --with-pkgconfdir=${PREFIX}/etc \ > >> --with-libiconv=${LOCALBASE} \ > >> --with-libgcrypt-dir=${LOCALBASE} \ > >> - > > --with-uams-path=${LOCALBASE}/libexec/netatalk-uams \ > >> + --with-uams-path=${PREFIX}/libexec/netatalk-uams \ > > > > Why this change? > > Ah, thanks. This changes fixes installation of UAMs in non-default > paths. This bug had been in there for a long time, and I finally killed > it when I did the port of netatalk 3.0. This was a "back-port". Cool, thanks. Chris