svn commit: r455684 - head/sysutils/syslog-ng313

Antoine Brodin antoine at FreeBSD.org
Wed Dec 6 23:51:49 UTC 2017


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 at FreeBSD.org


More information about the svn-ports-all mailing list