From owner-svn-ports-all@FreeBSD.ORG Sat May 17 15:39:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9E9D31D; Sat, 17 May 2014 15:39:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C76ED2DC7; Sat, 17 May 2014 15:39:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HFdWkT073710; Sat, 17 May 2014 15:39:32 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HFdWLJ073708; Sat, 17 May 2014 15:39:32 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405171539.s4HFdWLJ073708@svn.freebsd.org> From: Antoine Brodin Date: Sat, 17 May 2014 15:39:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354328 - head/sysutils/rsyslog8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 15:39:32 -0000 Author: antoine Date: Sat May 17 15:39:32 2014 New Revision: 354328 URL: http://svnweb.freebsd.org/changeset/ports/354328 QAT: https://qat.redports.org/buildarchive/r354328/ Log: Fix pkgname collisions With hat: portmgr Modified: head/sysutils/rsyslog8/Makefile Modified: head/sysutils/rsyslog8/Makefile ============================================================================== --- head/sysutils/rsyslog8/Makefile Sat May 17 15:35:36 2014 (r354327) +++ head/sysutils/rsyslog8/Makefile Sat May 17 15:39:32 2014 (r354328) @@ -20,6 +20,7 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf PORTSCOUT= limit:^8\.2 +PKGNAMESUFFIX= 8 OPTIONS_DEFINE= DBI DOCS GNUTLS GSSAPI MYSQL PGSQL RELP RFC3195 SNMP