Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2018 14:03:43 +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: r482344 - head/sysutils/syslog-ng318
Message-ID:  <201810181403.w9IE3hj2003667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Oct 18 14:03:43 2018
New Revision: 482344
URL: https://svnweb.freebsd.org/changeset/ports/482344

Log:
  Fix PKGBASE collision

Modified:
  head/sysutils/syslog-ng318/Makefile

Modified: head/sysutils/syslog-ng318/Makefile
==============================================================================
--- head/sysutils/syslog-ng318/Makefile	Thu Oct 18 13:31:00 2018	(r482343)
+++ head/sysutils/syslog-ng318/Makefile	Thu Oct 18 14:03:43 2018	(r482344)
@@ -7,7 +7,7 @@ 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=	317
+PKGNAMESUFFIX=	318
 .endif
 
 MAINTAINER=	cy@FreeBSD.org



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