Summary: | net-mgmt/zabbix2-server: zabbix port missing Java file | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | ari | ||||
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
ari
2013-09-05 04:40:00 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR. Responsible Changed From-To: freebsd-ports-bugs->rm I will take it. Hello, this patch fixing pkg-plist when java option is enabled. Would you approve? -- Regards, Ruslan Tinderboxing kills... the drives. State Changed From-To: open->feedback Avaiting maintainer's feedback State Changed From-To: feedback->open Hi, was you able to test the patch? May I commit it? Author: rm Date: Mon Sep 23 14:26:59 2013 New Revision: 328009 URL: http://svnweb.freebsd.org/changeset/ports/328009 Log: - fix packing list with JAVAGW option enabled PR: 181825 Reported by: Ari Maniatis <ari@ish.com.au> Approved by: maintainer timeout (>2 weeks) Modified: head/net-mgmt/zabbix2-server/Makefile head/net-mgmt/zabbix2-server/pkg-plist Modified: head/net-mgmt/zabbix2-server/Makefile ============================================================================== --- head/net-mgmt/zabbix2-server/Makefile Mon Sep 23 14:21:53 2013 (r328008) +++ head/net-mgmt/zabbix2-server/Makefile Mon Sep 23 14:26:59 2013 (r328009) @@ -49,7 +49,7 @@ PLIST_SUB+= SERVER="" PLIST_SUB+= SERVER="@comment " .endif -PLIST_SUB+= ZABBIX_BUILD=${ZABBIX_BUILD} +PLIST_SUB+= ZABBIX_BUILD=${ZABBIX_BUILD} PORTVERSION=${PORTVERSION} SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD} ZABBIX_REQUIRE=${ZABBIX_REQUIRE} MAKE_ARGS+= ARCH=freebsd Modified: head/net-mgmt/zabbix2-server/pkg-plist ============================================================================== --- head/net-mgmt/zabbix2-server/pkg-plist Mon Sep 23 14:21:53 2013 (r328008) +++ head/net-mgmt/zabbix2-server/pkg-plist Mon Sep 23 14:26:59 2013 (r328009) @@ -40,7 +40,7 @@ sbin/zabbix_%%ZABBIX_BUILD%% %%JAVAGW%%%%ZABBIX_JAVA%%/lib/slf4j-api-1.6.1.jar %%JAVAGW%%%%ZABBIX_JAVA%%/settings.sh %%JAVAGW%%%%ZABBIX_JAVA%%/startup.sh -%%JAVAGW%%%%ZABBIX_JAVA%%/bin/zabbix-java-gateway-2.0.4.jar +%%JAVAGW%%%%ZABBIX_JAVA%%/bin/zabbix-java-gateway-%%PORTVERSION%%.jar %%JAVAGW%%@dirrmtry %%ZABBIX_JAVA%%/lib %%JAVAGW%%@dirrmtry %%ZABBIX_JAVA%%/bin %%JAVAGW%%@dirrmtry %%ZABBIX_JAVA%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Problem fixed. Sorry I didn't get a chance to test. Very busy week... I'll try and review as soon as I can. Ari |