From owner-cvs-ports@FreeBSD.ORG Tue Mar 27 19:47:54 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 C59E7106566B; Tue, 27 Mar 2012 19:47:54 +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 C622E8FC24; Tue, 27 Mar 2012 19:47:53 +0000 (UTC) Received: by bkcjc3 with SMTP id jc3so360098bkc.13 for ; Tue, 27 Mar 2012 12:47:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=x4flQZSdjmvTYY5udaX54G13ka3VofJN9HoKk+WHtms=; b=iNk2W3m+QAH7FmJsmFLKgQlUcFvJrPPMQBf3pXMLMfY4DCYYt9ZvQ4BZ8wE42hrNnZ oQS635ecWdBBgEstWUWEC6rDN+DobU3XR+/7tv80Hm8LU5aE3kiQ7I8TvimlnhaIUGx4 0r2dHoSJm9RJxMmazk/6SjfFoE7h4NDkLpMhptePeKbzqr/J1E/rXCCfk9j13n2yC9Tb 5dHDeNLRTCSGhmvJWdykAsnozhPTPjID5YrF8UysUAvQvbpcVNRkpzk5ttr48Pc+/t4p VXvCCKFRXTt+M9Svr7ulB2y7iOtoetFjjLiMmOX/G6hlAF7qQpVJKKdi20WCHNSCnoBN DXJA== Received: by 10.204.148.82 with SMTP id o18mr10899485bkv.108.1332877672819; Tue, 27 Mar 2012 12:47:52 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.202.142 with HTTP; Tue, 27 Mar 2012 12:47:22 -0700 (PDT) In-Reply-To: <201203271919.q2RJJbWj068070@repoman.freebsd.org> References: <201203271919.q2RJJbWj068070@repoman.freebsd.org> From: Chris Rees Date: Tue, 27 Mar 2012 19:47:22 +0000 X-Google-Sender-Auth: WjQTXAjWR20mAmnV_JRJKXun_GE Message-ID: To: Cy Schubert Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/sysutils/syslog-ng-devel Makefile 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: Tue, 27 Mar 2012 19:47:54 -0000 On 27 March 2012 19:19, Cy Schubert wrote: > cy =A0 =A0 =A0 =A0 =A02012-03-27 19:19:37 UTC > > =A0FreeBSD ports repository > > =A0Modified files: > =A0 =A0sysutils/syslog-ng-devel Makefile > =A0Log: > =A0Reinsert missing PKGNAME_SUFFIX. > > =A0Feature safe: =A0 yes > > =A0Revision =A0Changes =A0 =A0Path > =A01.51 =A0 =A0 =A0+1 -0 =A0 =A0 =A0ports/sysutils/syslog-ng-devel/Makefi= le > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/syslog-ng-devel/Make= file.diff?&r1=3D1.50&r2=3D1.51&f=3Dh There's no need for the DISTVERSION=3D $(PORTVERSION:S/a/alpha/) line; you could always instead use: DISTVERSION=3D3.4.0alpha1 then bsd.port.mk translates PORTVERSION into 3.4.0.a1. The only reason I haven't attached a patch is because 3.4.0.a1 < 3.4.0a1 (which by the way is invalid (as per the Porter's Handbook, examples for mailman and rdist)) Please consider this when updating the port to 3.4.1.a1 or similar :) Chris