From owner-svn-ports-head@freebsd.org Thu Oct 5 06:22:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1C39E2DC3C; Thu, 5 Oct 2017 06:22:03 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4F771B0B; Thu, 5 Oct 2017 06:22:03 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v956M2H9086266; Thu, 5 Oct 2017 06:22:02 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v956M2Eh086265; Thu, 5 Oct 2017 06:22:02 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050622.v956M2Eh086265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 06:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451266 - head/sysutils/syslog-ng39 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/sysutils/syslog-ng39 X-SVN-Commit-Revision: 451266 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 06:22:04 -0000 Author: cy Date: Thu Oct 5 06:22:02 2017 New Revision: 451266 URL: https://svnweb.freebsd.org/changeset/ports/451266 Log: Make PKGNAMESUFFIX conditional only if this port is built directly, not when referenced through an option of sysutils/syslog-ng. This is consistent with other syslog-ng ports. Modified: head/sysutils/syslog-ng39/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng39/Makefile ============================================================================== --- head/sysutils/syslog-ng39/Makefile Thu Oct 5 02:00:34 2017 (r451265) +++ head/sysutils/syslog-ng39/Makefile Thu Oct 5 06:22:02 2017 (r451266) @@ -6,7 +6,10 @@ DISTVERSION= 3.9.1 CATEGORIES= sysutils DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ + +.if !defined(MASTERDIR) PKGNAMESUFFIX= 39 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement