From owner-cvs-ports@FreeBSD.ORG Tue Jun 19 05:12:27 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA5311065677; Tue, 19 Jun 2012 05:12:27 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D70928FC16; Tue, 19 Jun 2012 05:12:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q5J5CRqB022405; Tue, 19 Jun 2012 05:12:27 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5J5CRTI022404; Tue, 19 Jun 2012 05:12:27 GMT (envelope-from cy) Message-Id: <201206190512.q5J5CRTI022404@repoman.freebsd.org> From: Cy Schubert Date: Tue, 19 Jun 2012 05:12:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/syslog-ng Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 05:12:28 -0000 cy 2012-06-19 05:12:27 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng Makefile pkg-plist Log: Miscellaneous fixes: - Fix installation and removal of default configuration: the package installs syslog-ng.conf.sample, but the port installs syslog-ng.conf.dist which is also used in the @unexec test. - Remove empty sgml directory in DOCSDIR (which was not installed by the package and produced warnings on pkg-delete). - Install patterndb.d directory from pkg-plist, and use @dirrmtry to remove it. - Building without libnet. PR: ports/162414 Submitted by: olgeni Revision Changes Path 1.52 +18 -16 ports/sysutils/syslog-ng/Makefile 1.13 +3 -3 ports/sysutils/syslog-ng/pkg-plist