View | Details | Raw Unified | Return to bug 192582
Collapse All | Expand All

(-)zabbix22-server/Makefile (-3 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/net-mgmt/zabbix22-server/Makefile 362835 2014-07-24 18:34:16Z tijl $
2
# $FreeBSD: head/net-mgmt/zabbix22-server/Makefile 362835 2014-07-24 18:34:16Z tijl $
3
3
4
PORTNAME=	zabbix22
4
PORTNAME=	zabbix22
5
PORTVERSION=	2.2.4
5
PORTVERSION=	2.2.5
6
PORTREVISION=	1
6
PORTREVISION=	0
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
8
MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
9
PKGNAMESUFFIX?=	-server
9
PKGNAMESUFFIX?=	-server
Lines 156-161 Link Here
156
	@${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) -exec ${RM} -f {} +
156
	@${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) -exec ${RM} -f {} +
157
157
158
post-install:
158
post-install:
159
159
.if ${PORT_OPTIONS:MJAVAGW}
160
.if ${PORT_OPTIONS:MJAVAGW}
160
	@${MV} ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh.sample
161
	@${MV} ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh.sample
161
.endif
162
.endif
Lines 165-170 Link Here
165
	cd ${WRKSRC}/upgrades/ && ${COPYTREE_SHARE} dbpatches ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD}/upgrades/
166
	cd ${WRKSRC}/upgrades/ && ${COPYTREE_SHARE} dbpatches ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD}/upgrades/
166
	cd ${WRKSRC}/database/ && ${COPYTREE_SHARE} "ibm_db2 mysql oracle postgresql sqlite3" ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD}/database/
167
	cd ${WRKSRC}/database/ && ${COPYTREE_SHARE} "ibm_db2 mysql oracle postgresql sqlite3" ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD}/database/
167
.endif
168
.endif
168
.endif # if ${ZABBIX_BUILD} != "frontend"
169
.endif
169
170
170
.include <bsd.port.mk>
171
.include <bsd.port.mk>
(-)zabbix22-server/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (zabbix-2.2.4.tar.gz) = 33654ed8a74280a38ff89b9deba400e1305086bdf75815f8b76dd6129a9ec781
1
SHA256 (zabbix-2.2.5.tar.gz) = 1e33f54d4accc5b6a0dccf4a308d27dc82de245567dffef823f9add9fa7d81b5
2
SIZE (zabbix-2.2.4.tar.gz) = 14968220
2
SIZE (zabbix-2.2.5.tar.gz) = 14960556
(-)zabbix22-server/pkg-plist.frontend (+6 lines)
Lines 1-3 Link Here
1
%%WWWDIR%%/robots.txt
1
%%WWWDIR%%/auditacts.php
2
%%WWWDIR%%/auditacts.php
2
%%WWWDIR%%/jsrpc.php
3
%%WWWDIR%%/jsrpc.php
3
%%WWWDIR%%/dashboard.php
4
%%WWWDIR%%/dashboard.php
Lines 284-289 Link Here
284
%%WWWDIR%%/include/classes/helpers/CHtml.php
285
%%WWWDIR%%/include/classes/helpers/CHtml.php
285
%%WWWDIR%%/include/classes/helpers/CArrayHelper.php
286
%%WWWDIR%%/include/classes/helpers/CArrayHelper.php
286
%%WWWDIR%%/include/classes/validators/CValidator.php
287
%%WWWDIR%%/include/classes/validators/CValidator.php
288
%%WWWDIR%%/include/classes/validators/CDecimalValidator.php
287
%%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php
289
%%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php
288
%%WWWDIR%%/include/classes/validators/CTriggerFunctionValidator.php
290
%%WWWDIR%%/include/classes/validators/CTriggerFunctionValidator.php
289
%%WWWDIR%%/include/classes/validators/CCollectionValidator.php
291
%%WWWDIR%%/include/classes/validators/CCollectionValidator.php
Lines 691-696 Link Here
691
%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.mo
693
%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.mo
692
%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.po
694
%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.po
693
%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.mo
695
%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.mo
696
%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.mo
697
%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.po
694
%%WWWDIR%%/locale/add_new_language.sh
698
%%WWWDIR%%/locale/add_new_language.sh
695
%%WWWDIR%%/conf/zabbix.conf.php.example
699
%%WWWDIR%%/conf/zabbix.conf.php.example
696
%%WWWDIR%%/conf/maintenance.inc.php
700
%%WWWDIR%%/conf/maintenance.inc.php
Lines 921-926 Link Here
921
@dirrm %%WWWDIR%%/locale/lt
925
@dirrm %%WWWDIR%%/locale/lt
922
@dirrm %%WWWDIR%%/locale/ro/LC_MESSAGES
926
@dirrm %%WWWDIR%%/locale/ro/LC_MESSAGES
923
@dirrm %%WWWDIR%%/locale/ro
927
@dirrm %%WWWDIR%%/locale/ro
928
@dirrm %%WWWDIR%%/locale/vi/LC_MESSAGES
929
@dirrm %%WWWDIR%%/locale/vi
924
@dirrm %%WWWDIR%%/locale
930
@dirrm %%WWWDIR%%/locale
925
@dirrm %%WWWDIR%%/conf
931
@dirrm %%WWWDIR%%/conf
926
@dirrm %%WWWDIR%%/js/jquery
932
@dirrm %%WWWDIR%%/js/jquery

Return to bug 192582