Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2019 05:36:09 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
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
Message-ID:  <201912200536.xBK5a9xM034467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912200536.xBK5a9xM034467>