From owner-cvs-all@FreeBSD.ORG Wed Jul 4 20:38:34 2012 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 411B7106566B; Wed, 4 Jul 2012 20:38:34 +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 3BF758FC16; Wed, 4 Jul 2012 20:38:33 +0000 (UTC) Received: by bkcje9 with SMTP id je9so2550116bkc.13 for ; Wed, 04 Jul 2012 13:38:32 -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=ncccsBoQ9Oz6FdUZbgPfxnnqwl9G36feZvQwcYV+deo=; b=hf9X/AOSFJ/s9ajAvnjhRMUgl/ae1PQPMrOAH+K/CBa4gLj79qRIwKBaW13aCirVRj GpGeQHd45uwiQVlH+c0csnJy0SB0bPqgWWDAKzxFQhx84N5M5lTaGjuz8nzjGsPDBtH8 8hi7/0FDqK4ZXa3h273sbhHz6EvE2a6bgwA81oH9QTUASsrAULy4ZSe0IPrI5gcY6Vab slgq41nHxEX7bzYSB7YZigT6AGCvf7meODJWpXm9Ex9LzkZ1WIzq819NmXxHrifqNhBr LFgutadqkxyl/jTi+m/b3G62T4coUzz2hxM9GqjbXvJIONiqMnyxE81xrxo5E0x95Mqo SEWA== MIME-Version: 1.0 Received: by 10.204.156.155 with SMTP id x27mr12390116bkw.84.1341434312266; Wed, 04 Jul 2012 13:38:32 -0700 (PDT) Received: by 10.204.49.87 with HTTP; Wed, 4 Jul 2012 13:38:32 -0700 (PDT) Received: by 10.204.49.87 with HTTP; Wed, 4 Jul 2012 13:38:32 -0700 (PDT) In-Reply-To: <201207041957.q64JvJ8x025053@repoman.freebsd.org> References: <201207041957.q64JvJ8x025053@repoman.freebsd.org> Date: Wed, 4 Jul 2012 21:38:32 +0100 Message-ID: From: Chris Rees To: Cy Schubert , czanik@balabit.hu Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "cvs-ports@FreeBSD.org" , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/sysutils/syslog-ng-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2012 20:38:34 -0000 On Jul 4, 2012 8:57 PM, "Cy Schubert" wrote: > > cy 2012-07-04 19:57:19 UTC > > FreeBSD ports repository > > Modified files: > sysutils/syslog-ng-devel Makefile distinfo pkg-plist > Log: > Update from alpha2 to alpha3. > > Fix Makefile error from r1.57. > > Point to libnet116 instead of defunct libnet115. > > Submitted by: Update submitted by our upline > (Peter Czanik ) The PORTVERSION is invalid for this port; having alphabetical characters is not allowed in the same part as digits; instead of 3.4.0a3 you should have 3.4.0.a.3. You don't need to do it manually, change PORTVERSION to DISTVERSION and bsd.port.mk will sort it for you. Don't forget to check that the new version is numerically greater (pkg_version -t) Chris