Date: Wed, 6 Dec 2017 23:51:48 +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: r455684 - head/sysutils/syslog-ng313 Message-ID: <201712062351.vB6Npmh2085207@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Dec 6 23:51:47 2017 New Revision: 455684 URL: https://svnweb.freebsd.org/changeset/ports/455684 Log: Fix PKGBASE collision with syslog-ng312 Modified: head/sysutils/syslog-ng313/Makefile Modified: head/sysutils/syslog-ng313/Makefile ============================================================================== --- head/sysutils/syslog-ng313/Makefile Wed Dec 6 22:33:58 2017 (r455683) +++ head/sysutils/syslog-ng313/Makefile Wed Dec 6 23:51:47 2017 (r455684) @@ -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= 312 +PKGNAMESUFFIX= 313 .endif MAINTAINER= cy@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712062351.vB6Npmh2085207>