From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 23 22:30:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 937A83B0 for ; Tue, 23 Oct 2012 22:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 7AE2F8FC16 for ; Tue, 23 Oct 2012 22:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9NMU1a5033908 for ; Tue, 23 Oct 2012 22:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9NMU19f033905; Tue, 23 Oct 2012 22:30:01 GMT (envelope-from gnats) Date: Tue, 23 Oct 2012 22:30:01 GMT Message-Id: <201210232230.q9NMU19f033905@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Raphael Kubo da Costa Subject: Re: ports/172588: net-mgmt/zabbix2-frontend: add dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 22:30:01 -0000 The following reply was made to PR ports/172588; it has been noted by GNATS. From: Raphael Kubo da Costa To: Pakhom Golynga Cc: bug-followup@FreeBSD.org Subject: Re: ports/172588: net-mgmt/zabbix2-frontend: add dependency Date: Wed, 24 Oct 2012 01:28:11 +0300 Pakhom Golynga writes: > Hello, > Please find new patch. > Thanks [...] > PORTNAME= zabbix2 > PKGNAMESUFFIX= -frontend > +PORTREVISION= 1 This works, but the variable order here is wrong (see portlint's output). I will fix this in the patch I'm going to commit. By the way, remember that you now should use PORTREVISION?= when you change PORTREVISION in the master port, otherwise its value will override the value you set in the slave ports.