Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2017 21:51:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449377 - head/sysutils/syslog-ng311
Message-ID:  <201709062151.v86Lplm8075008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Sep  6 21:51:47 2017
New Revision: 449377
URL: https://svnweb.freebsd.org/changeset/ports/449377

Log:
  Fix PKGNAME collision between sysutils/syslog-ng311 and sysutils/syslog-ng

Modified:
  head/sysutils/syslog-ng311/Makefile

Modified: head/sysutils/syslog-ng311/Makefile
==============================================================================
--- head/sysutils/syslog-ng311/Makefile	Wed Sep  6 20:57:34 2017	(r449376)
+++ head/sysutils/syslog-ng311/Makefile	Wed Sep  6 21:51:47 2017	(r449377)
@@ -6,7 +6,9 @@ DISTVERSION=	3.11.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=	311
+.endif
 
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Powerful syslogd replacement



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709062151.v86Lplm8075008>