From owner-svn-ports-all@freebsd.org Fri Dec 20 05:36:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3E9DF1CDCDA; Fri, 20 Dec 2019 05:36:10 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47fHXp0n5Qz4Wbc; Fri, 20 Dec 2019 05:36:10 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 15FD622258; Fri, 20 Dec 2019 05:36:10 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBK5a9H4034468; Fri, 20 Dec 2019 05:36:09 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBK5a9xM034467; Fri, 20 Dec 2019 05:36:09 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201912200536.xBK5a9xM034467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 20 Dec 2019 05:36:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520469 - in head/net-mgmt/p5-jmx4perl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/net-mgmt/p5-jmx4perl: . files X-SVN-Commit-Revision: 520469 X-SVN-Commit-Repository: ports 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.29 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: Fri, 20 Dec 2019 05:36:10 -0000 Author: tobik Date: Fri Dec 20 05:36:09 2019 New Revision: 520469 URL: https://svnweb.freebsd.org/changeset/ports/520469 Log: net-mgmt/p5-jmx4perl: Use @sample instead of custom reimplementation Deleted: head/net-mgmt/p5-jmx4perl/files/pkg-deinstall.in head/net-mgmt/p5-jmx4perl/files/pkg-install.in Modified: head/net-mgmt/p5-jmx4perl/Makefile head/net-mgmt/p5-jmx4perl/pkg-plist Modified: head/net-mgmt/p5-jmx4perl/Makefile ============================================================================== --- head/net-mgmt/p5-jmx4perl/Makefile Fri Dec 20 05:18:17 2019 (r520468) +++ head/net-mgmt/p5-jmx4perl/Makefile Fri Dec 20 05:36:09 2019 (r520469) @@ -3,7 +3,7 @@ PORTNAME= jmx4perl PORTVERSION= 1.11 DISTVERSIONSUFFIX= _2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ROLAND @@ -45,9 +45,6 @@ ETC_FILES= common.cfg \ threads.cfg \ tomcat.cfg \ weblogic.cfg - -SUB_FILES= pkg-install pkg-deinstall -SUB_LIST= ETC_FILES="${ETC_FILES}" post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} Modified: head/net-mgmt/p5-jmx4perl/pkg-plist ============================================================================== --- head/net-mgmt/p5-jmx4perl/pkg-plist Fri Dec 20 05:18:17 2019 (r520468) +++ head/net-mgmt/p5-jmx4perl/pkg-plist Fri Dec 20 05:36:09 2019 (r520469) @@ -3,6 +3,15 @@ bin/check_jmx4perl bin/j4psh bin/jmx4perl bin/jolokia +@sample %%ETCDIR%%/common.cfg.sample +@sample %%ETCDIR%%/glassfish.cfg.sample +@sample %%ETCDIR%%/jboss.cfg.sample +@sample %%ETCDIR%%/jetty.cfg.sample +@sample %%ETCDIR%%/memory.cfg.sample +@sample %%ETCDIR%%/metrics.cfg.sample +@sample %%ETCDIR%%/threads.cfg.sample +@sample %%ETCDIR%%/tomcat.cfg.sample +@sample %%ETCDIR%%/weblogic.cfg.sample %%PERL5_MAN1%%/cacti_jmx4perl.1.gz %%PERL5_MAN1%%/check_jmx4perl.1.gz %%PERL5_MAN1%%/j4psh.1.gz @@ -107,12 +116,3 @@ bin/jolokia %%SITE_PERL%%/JMX/Jmx4Perl/Request.pm %%SITE_PERL%%/JMX/Jmx4Perl/Response.pm %%SITE_PERL%%/JMX/Jmx4Perl/Util.pm -%%ETCDIR%%/common.cfg.sample -%%ETCDIR%%/glassfish.cfg.sample -%%ETCDIR%%/jboss.cfg.sample -%%ETCDIR%%/jetty.cfg.sample -%%ETCDIR%%/memory.cfg.sample -%%ETCDIR%%/metrics.cfg.sample -%%ETCDIR%%/threads.cfg.sample -%%ETCDIR%%/tomcat.cfg.sample -%%ETCDIR%%/weblogic.cfg.sample