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

(-)plans/Makefile (-6 / +5 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	plans
9
PORTNAME=	plans
10
PORTVERSION=	7.5.4
10
PORTVERSION=	7.5.5
11
PORTREVISION=	1
12
CATEGORIES=	deskutils www
11
CATEGORIES=	deskutils www
13
MASTER_SITES=	http://www.planscalendar.com/release/:plans \
12
MASTER_SITES=	http://www.planscalendar.com/release/:plans \
14
		http://www.planscalendar.com/addons/:addons \
13
		http://www.planscalendar.com/addons/:addons \
Lines 43-56 Link Here
43
42
44
.include <bsd.port.pre.mk> # Need to exists() work
43
.include <bsd.port.pre.mk> # Need to exists() work
45
44
46
pre-fetch:
45
pre-build:
47
.if exists(${PREFIX}/www/data/plans)
46
.if exists(${PREFIX}/www/data/plans)
48
	@${ECHO_CMD} ""
47
	@${ECHO_CMD} ""
49
	@${ECHO_CMD} "*** WARNING ***"
48
	@${ECHO_CMD} "*** WARNING ***"
50
	@${ECHO_CMD} ""
49
	@${ECHO_CMD} ""
51
	@${ECHO_CMD} "Previous version don't preserve config files."
50
	@${ECHO_CMD} "Versions before 7.5.4_1 don't preserve config"
52
	@${ECHO_CMD} "If you need this files, press CTRL+C and"
51
	@${ECHO_CMD} "files. If you need to back them up, press CTRL+C"
53
	@${ECHO_CMD} "copy manually your configuration files."
52
	@${ECHO_CMD} "now to interrupt the installation process."
54
	@${ECHO_CMD} ""
53
	@${ECHO_CMD} ""
55
	@${ECHO_CMD} ""
54
	@${ECHO_CMD} ""
56
	@sleep 10
55
	@sleep 10
(-)plans/distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
MD5 (plans/plans_7.5.4.zip) = 962aad814de92aee41ae0e05c8563eff
1
MD5 (plans/plans_7.5.5.zip) = 132a40eb3c28985f32225ec52ef97edd
2
SHA256 (plans/plans_7.5.4.zip) = 11a34d6b5feea87afcf7a6ca1b73919fdae17641aca60d727ef68484c2742bcd
2
SHA256 (plans/plans_7.5.5.zip) = fd92da4bdd4f720e86a338c1636b587dc022868684e1f85ad58e084a5835b62e
3
SIZE (plans/plans_7.5.4.zip) = 588422
3
SIZE (plans/plans_7.5.5.zip) = 592910
4
MD5 (plans/danish.pl) = a2c4021f15ea0696de3b131133264f2a
4
MD5 (plans/danish.pl) = a2c4021f15ea0696de3b131133264f2a
5
SHA256 (plans/danish.pl) = caed01510af6d0f49a409b8b2467ddaa2f095462374ab388806cab230134cf19
5
SHA256 (plans/danish.pl) = caed01510af6d0f49a409b8b2467ddaa2f095462374ab388806cab230134cf19
6
SIZE (plans/danish.pl) = 36419
6
SIZE (plans/danish.pl) = 36419
(-)plans/pkg-plist (+2 lines)
Lines 25-33 Link Here
25
%%DIR%%/plans_lib.pl
25
%%DIR%%/plans_lib.pl
26
%%DIR%%/theme/color_select.css
26
%%DIR%%/theme/color_select.css
27
%%DIR%%/theme/color_select.js
27
%%DIR%%/theme/color_select.js
28
%%DIR%%/theme/graphics/close_button1.gif
28
%%DIR%%/theme/graphics/color_select_icon.gif
29
%%DIR%%/theme/graphics/color_select_icon.gif
29
%%DIR%%/theme/graphics/date_circle.gif
30
%%DIR%%/theme/graphics/date_circle.gif
30
%%DIR%%/theme/graphics/freebsd.gif
31
%%DIR%%/theme/graphics/freebsd.gif
32
%%DIR%%/theme/graphics/gradient_background1.png
31
%%DIR%%/theme/graphics/green_check.gif
33
%%DIR%%/theme/graphics/green_check.gif
32
%%DIR%%/theme/graphics/hue_blend.png
34
%%DIR%%/theme/graphics/hue_blend.png
33
%%DIR%%/theme/graphics/linux.gif
35
%%DIR%%/theme/graphics/linux.gif

Return to bug 92627