From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 12:22:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE1A343B; Sun, 22 Jun 2014 12:22:27 +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 B111F214F; Sun, 22 Jun 2014 12:22:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MCMRMc020950; Sun, 22 Jun 2014 12:22:27 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MCMRaW020948; Sun, 22 Jun 2014 12:22:27 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201406221222.s5MCMRaW020948@svn.freebsd.org> From: "Jason E. Hale" Date: Sun, 22 Jun 2014 12:22:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358793 - head/sysutils/msyslog 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: Sun, 22 Jun 2014 12:22:28 -0000 Author: jhale Date: Sun Jun 22 12:22:27 2014 New Revision: 358793 URL: http://svnweb.freebsd.org/changeset/ports/358793 QAT: https://qat.redports.org/buildarchive/r358793/ Log: - Fix typos in pkg-plist - Make EXAMPLES optional - Remove useless MANCOMPRESSED - Bump PORTREVISION PR: 190937 Submitted by: Bill Fixed by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Modified: head/sysutils/msyslog/Makefile head/sysutils/msyslog/pkg-plist Modified: head/sysutils/msyslog/Makefile ============================================================================== --- head/sysutils/msyslog/Makefile Sun Jun 22 12:02:02 2014 (r358792) +++ head/sysutils/msyslog/Makefile Sun Jun 22 12:22:27 2014 (r358793) @@ -3,7 +3,7 @@ PORTNAME= msyslog PORTVERSION= 1.08g -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.X/${PORTVERSION} \ http://www1.corest.com/download/msyslog/ @@ -15,7 +15,7 @@ COMMENT= Flexible and easy to integrate LICENSE= BSD4CLAUSE MIT LICENSE_COMB= dual -OPTIONS_DEFINE= MYSQL PGSQL +OPTIONS_DEFINE= MYSQL PGSQL EXAMPLES OPTIONS_SUB= yes MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_OFF= --without-mysql @@ -29,7 +29,6 @@ USES= gmake USE_RC_SUBR= msyslogd SUB_FILES= pkg-message USE_LDCONFIG= yes -MANCOMPRESSED= yes PORTSCOUT= skipv:1.09d Modified: head/sysutils/msyslog/pkg-plist ============================================================================== --- head/sysutils/msyslog/pkg-plist Sun Jun 22 12:02:02 2014 (r358792) +++ head/sysutils/msyslog/pkg-plist Sun Jun 22 12:22:27 2014 (r358793) @@ -14,13 +14,13 @@ man/man8/om_tcp.8.gz man/man8/om_udp.8.gz man/man8/peochk.8.gz man/man8/syslogd.8.gz -%%MYSQL%%/man/man8/om_mysql.8.gz -%%PGSQL%%/man/man8/om_pgsql.8.gz -%%EXAMPLESDIR%%/im_mymodule.c -%%EXAMPLESDIR%%/om_mymodule.c -%%EXAMPLESDIR%%/syslog.conf.classic -%%EXAMPLESDIR%%/syslog.conf.mysql -%%EXAMPLESDIR%%/syslog.conf.peo -%%EXAMPLESDIR%%/syslog.conf.pgsql -%%EXAMPLESDIR%%/syslog.conf.regex +%%MYSQL%%man/man8/om_mysql.8.gz +%%PGSQL%%man/man8/om_pgsql.8.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/im_mymodule.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/om_mymodule.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syslog.conf.classic +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syslog.conf.mysql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syslog.conf.peo +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syslog.conf.pgsql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syslog.conf.regex @dirrm %%EXAMPLESDIR%%