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

(-)rt36.new/Makefile (-5 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	rt
8
PORTNAME=	rt
9
PORTVERSION?=	3.6.1
9
PORTVERSION?=	3.6.3
10
PORTREVISION=	1
10
PORTREVISION=	0
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES?=	http://download.bestpractical.com/pub/rt/release/ \
12
MASTER_SITES?=	http://download.bestpractical.com/pub/rt/release/ \
13
		http://download.bestpractical.com/pub/rt/devel/ \
13
		http://download.bestpractical.com/pub/rt/devel/ \
Lines 19-25 Link Here
19
MAINTAINER=	vivek@khera.org
19
MAINTAINER=	vivek@khera.org
20
COMMENT?=	RT is an industrial-grade ticketing system written in Perl
20
COMMENT?=	RT is an industrial-grade ticketing system written in Perl
21
21
22
BUILD_DEPENDS+=	${APXS}:${PORTSDIR}/${APACHE_PORT} \
22
PERL_MODULES =	${APXS}:${PORTSDIR}/${APACHE_PORT} \
23
		${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
23
		${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
24
		${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \
24
		${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \
25
		${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \
25
		${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \
Lines 59-67 Link Here
59
	        ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
59
	        ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
60
	        ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \
60
	        ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \
61
	        ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \
61
	        ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \
62
		${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
62
		${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
63
		${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
63
64
64
RUN_DEPENDS=	${BUILD_DEPENDS}
65
BUILD_DEPENDS+=	${PERL_MODULES}
66
RUN_DEPENDS+=	${PERL_MODULES}
65
67
66
LATEST_LINK=	rt36
68
LATEST_LINK=	rt36
67
HAS_CONFIGURE=	yes
69
HAS_CONFIGURE=	yes
Lines 146-152 Link Here
146
.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
148
.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
147
UPGRADES+=	3.3.0 3.3.11
149
UPGRADES+=	3.3.0 3.3.11
148
.endif
150
.endif
149
.if defined(UPGRADE_RT34)
151
.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32) || defined(UPGRADE_RT34)
150
UPGRADES+=	3.5.1
152
UPGRADES+=	3.5.1
151
.endif
153
.endif
152
154
(-)rt36.new/distinfo (-6 / +6 lines)
Lines 1-6 Link Here
1
MD5 (rt-3.6.1.tar.gz) = 40c5a828fadaeef9e150255a517d0b17
1
MD5 (rt-3.6.3.tar.gz) = d6b2fa930441f16b6530aa00665eb8c7
2
SHA256 (rt-3.6.1.tar.gz) = 0925018dc29d2fa1a6d91480c0ea4d1a517ddfd4e3094db3525a30fb2a04b467
2
SHA256 (rt-3.6.3.tar.gz) = fc29f1fd95b3cd4813e3fbdef1882e8cd6c4516c66b3e78237272bdd200a1a67
3
SIZE (rt-3.6.1.tar.gz) = 1545708
3
SIZE (rt-3.6.3.tar.gz) = 1602818
4
MD5 (rt-3.6.1.tar.gz.sig) = 07e4eaa15a4b814ac95c923e12e297dd
4
MD5 (rt-3.6.3.tar.gz.sig) = 63bc8bd88d3edf384c6d42558ae79b87
5
SHA256 (rt-3.6.1.tar.gz.sig) = 1542ffc9d86d5d446db4462a0d5a253ccb1b42a502cf535a307bb1b2ee8ef2df
5
SHA256 (rt-3.6.3.tar.gz.sig) = a30b40b7e4939b7eee9503144a062d97a019da5cd8730c90e5e4b7711c009bf1
6
SIZE (rt-3.6.1.tar.gz.sig) = 65
6
SIZE (rt-3.6.3.tar.gz.sig) = 64
(-)rt36.new/files/patch-Makefile_in (-6 / +19 lines)
Lines 1-5 Link Here
1
--- Makefile.in.orig	Fri Apr  1 11:18:10 2005
1
--- Makefile.in.orig	Mon Jun 19 18:44:04 2006
2
+++ Makefile.in	Wed May  4 17:00:58 2005
2
+++ Makefile.in	Tue Dec 19 15:42:41 2006
3
@@ -224,9 +224,6 @@
3
@@ -224,9 +224,6 @@
4
 	@echo "very dangerous.  Note that you do not have to manually add a "
4
 	@echo "very dangerous.  Note that you do not have to manually add a "
5
 	@echo "database user or set up a database for RT.  These actions will be "
5
 	@echo "database user or set up a database for RT.  These actions will be "
Lines 10-25 Link Here
10
 
10
 
11
 #	@echo " or by executing "       
11
 #	@echo " or by executing "       
12
 #	@echo " '$(RT_SBIN_PATH)/rt-setup-database --action init \ "
12
 #	@echo " '$(RT_SBIN_PATH)/rt-setup-database --action init \ "
13
@@ -284,7 +281,7 @@
13
@@ -276,15 +273,18 @@
14
 	chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)/$(RT_BIN_PATH)	
15
 
16
 	chmod 0755 $(DESTDIR)/$(RT_ETC_PATH)
17
-	chmod 0500 $(DESTDIR)/$(RT_ETC_PATH)/*
18
+	chmod 0400 $(DESTDIR)/$(RT_ETC_PATH)/*
19
 
20
 	#TODO: the config file should probably be able to have its
21
 	# owner set separately from the binaries.
22
 	chown -R $(BIN_OWNER) $(DESTDIR)/$(RT_ETC_PATH)
14
 	chgrp -R $(RTGROUP) $(DESTDIR)/$(RT_ETC_PATH)
23
 	chgrp -R $(RTGROUP) $(DESTDIR)/$(RT_ETC_PATH)
15
 
24
 
16
 	chmod 0550 $(DESTDIR)/$(CONFIG_FILE)
25
-	chmod 0550 $(DESTDIR)/$(CONFIG_FILE)
17
-	chmod 0550 $(DESTDIR)/$(SITE_CONFIG_FILE)
26
-	chmod 0550 $(DESTDIR)/$(SITE_CONFIG_FILE)
18
+	chmod 0550 $(DESTDIR)/$(SITE_CONFIG_FILE)-dist
27
+	chmod 0440 $(DESTDIR)/$(CONFIG_FILE)
28
+	chmod 0440 $(DESTDIR)/$(SITE_CONFIG_FILE)-dist
29
+	-chmod 0640 $(DESTDIR)/$(SITE_CONFIG_FILE)
30
+	chgrp $(WEB_GROUP) $(DESTDIR)/$(CONFIG_FILE)
31
+	-chgrp $(WEB_GROUP) $(DESTDIR)/$(SITE_CONFIG_FILE)
19
 
32
 
20
 	# Make the interfaces executable
33
 	# Make the interfaces executable
21
 	chown $(BIN_OWNER) $(BINARIES)
34
 	chown $(BIN_OWNER) $(BINARIES)
22
@@ -331,13 +328,13 @@
35
@@ -331,13 +331,13 @@
23
 config-install:
36
 config-install:
24
 	mkdir -p $(DESTDIR)/$(CONFIG_FILE_PATH)	
37
 	mkdir -p $(DESTDIR)/$(CONFIG_FILE_PATH)	
25
 	-cp etc/RT_Config.pm $(DESTDIR)/$(CONFIG_FILE)
38
 	-cp etc/RT_Config.pm $(DESTDIR)/$(CONFIG_FILE)
(-)rt36.new/pkg-message (-1 / +2 lines)
Lines 9-14 Link Here
9
3. Restart Apache.
9
3. Restart Apache.
10
4. Do remember to *CHANGE* the root's password for the web interface.
10
4. Do remember to *CHANGE* the root's password for the web interface.
11
   The default is "password" (without the quotes.)
11
   The default is "password" (without the quotes.)
12
5. Configure RT per the instructions at http://www.fsck.com/rtfm/.
12
5. Configure RT per the instructions at
13
   http://www.bestpractical.com/rt/docs.html
13
14
14
=====================================================================
15
=====================================================================
(-)rt36.new/pkg-plist (-1 / +10 lines)
Lines 197-202 Link Here
197
%%RTPLIST%%/lib/t/data/8859-15-message-series/msg6
197
%%RTPLIST%%/lib/t/data/8859-15-message-series/msg6
198
%%RTPLIST%%/lib/t/data/8859-15-message-series/msg7
198
%%RTPLIST%%/lib/t/data/8859-15-message-series/msg7
199
%%RTPLIST%%/lib/t/data/crashes-file-based-parser
199
%%RTPLIST%%/lib/t/data/crashes-file-based-parser
200
%%RTPLIST%%/lib/t/data/lorem-ipsum
200
%%RTPLIST%%/lib/t/data/multipart-alternative-with-umlaut
201
%%RTPLIST%%/lib/t/data/multipart-alternative-with-umlaut
201
%%RTPLIST%%/lib/t/data/multipart-report
202
%%RTPLIST%%/lib/t/data/multipart-report
202
%%RTPLIST%%/lib/t/data/nested-mime-sample
203
%%RTPLIST%%/lib/t/data/nested-mime-sample
Lines 206-219 Link Here
206
%%RTPLIST%%/lib/t/data/notes-uuencoded
207
%%RTPLIST%%/lib/t/data/notes-uuencoded
207
%%RTPLIST%%/lib/t/data/rt-send-cc
208
%%RTPLIST%%/lib/t/data/rt-send-cc
208
%%RTPLIST%%/lib/t/data/russian-subject-no-content-type
209
%%RTPLIST%%/lib/t/data/russian-subject-no-content-type
210
%%RTPLIST%%/lib/t/data/subject-with-folding-ws
209
%%RTPLIST%%/lib/t/data/text-html-in-russian
211
%%RTPLIST%%/lib/t/data/text-html-in-russian
210
%%RTPLIST%%/lib/t/data/text-html-with-umlaut
212
%%RTPLIST%%/lib/t/data/text-html-with-umlaut
213
%%RTPLIST%%/lib/t/data/very-long-subject
214
%%RTPLIST%%/lib/t/regression/00-mason-syntax.t
211
%%RTPLIST%%/lib/t/regression/01ticket_link_searching.t
215
%%RTPLIST%%/lib/t/regression/01ticket_link_searching.t
212
%%RTPLIST%%/lib/t/regression/02basic_web.t
216
%%RTPLIST%%/lib/t/regression/02basic_web.t
213
%%RTPLIST%%/lib/t/regression/03web_compiliation_errors.t
217
%%RTPLIST%%/lib/t/regression/03web_compiliation_errors.t
214
%%RTPLIST%%/lib/t/regression/04send_email.t
218
%%RTPLIST%%/lib/t/regression/04send_email.t
215
%%RTPLIST%%/lib/t/regression/05cronsupport.t
219
%%RTPLIST%%/lib/t/regression/05cronsupport.t
216
%%RTPLIST%%/lib/t/regression/06mailgateway.t
220
%%RTPLIST%%/lib/t/regression/06mailgateway.t
221
%%RTPLIST%%/lib/t/regression/06-mime_decoding.t
217
%%RTPLIST%%/lib/t/regression/07acl.t
222
%%RTPLIST%%/lib/t/regression/07acl.t
218
%%RTPLIST%%/lib/t/regression/07rights.t
223
%%RTPLIST%%/lib/t/regression/07rights.t
219
%%RTPLIST%%/lib/t/regression/08web_cf_access.t
224
%%RTPLIST%%/lib/t/regression/08web_cf_access.t
Lines 259-264 Link Here
259
%%RTPLIST%%/share/html/Admin/CustomFields/index.html
264
%%RTPLIST%%/share/html/Admin/CustomFields/index.html
260
%%RTPLIST%%/share/html/Admin/Elements/AddCustomFieldValue
265
%%RTPLIST%%/share/html/Admin/Elements/AddCustomFieldValue
261
%%RTPLIST%%/share/html/Admin/Elements/CreateUserCalled
266
%%RTPLIST%%/share/html/Admin/Elements/CreateUserCalled
267
%%RTPLIST%%/share/html/Admin/Elements/ConfigureMyRT
262
%%RTPLIST%%/share/html/Admin/Elements/CustomFieldTabs
268
%%RTPLIST%%/share/html/Admin/Elements/CustomFieldTabs
263
%%RTPLIST%%/share/html/Admin/Elements/EditCustomField
269
%%RTPLIST%%/share/html/Admin/Elements/EditCustomField
264
%%RTPLIST%%/share/html/Admin/Elements/EditCustomFieldValues
270
%%RTPLIST%%/share/html/Admin/Elements/EditCustomFieldValues
Lines 304-309 Link Here
304
%%RTPLIST%%/share/html/Admin/Global/CustomFields/Users.html
310
%%RTPLIST%%/share/html/Admin/Global/CustomFields/Users.html
305
%%RTPLIST%%/share/html/Admin/Global/CustomFields/index.html
311
%%RTPLIST%%/share/html/Admin/Global/CustomFields/index.html
306
%%RTPLIST%%/share/html/Admin/Global/GroupRights.html
312
%%RTPLIST%%/share/html/Admin/Global/GroupRights.html
313
%%RTPLIST%%/share/html/Admin/Global/MyRT.html
307
%%RTPLIST%%/share/html/Admin/Global/Scrip.html
314
%%RTPLIST%%/share/html/Admin/Global/Scrip.html
308
%%RTPLIST%%/share/html/Admin/Global/Scrips.html
315
%%RTPLIST%%/share/html/Admin/Global/Scrips.html
309
%%RTPLIST%%/share/html/Admin/Global/Template.html
316
%%RTPLIST%%/share/html/Admin/Global/Template.html
Lines 334-339 Link Here
334
%%RTPLIST%%/share/html/Admin/Users/History.html
341
%%RTPLIST%%/share/html/Admin/Users/History.html
335
%%RTPLIST%%/share/html/Admin/Users/Memberships.html
342
%%RTPLIST%%/share/html/Admin/Users/Memberships.html
336
%%RTPLIST%%/share/html/Admin/Users/Modify.html
343
%%RTPLIST%%/share/html/Admin/Users/Modify.html
344
%%RTPLIST%%/share/html/Admin/Users/MyRT.html
337
%%RTPLIST%%/share/html/Admin/Users/index.html
345
%%RTPLIST%%/share/html/Admin/Users/index.html
338
%%RTPLIST%%/share/html/Admin/autohandler
346
%%RTPLIST%%/share/html/Admin/autohandler
339
%%RTPLIST%%/share/html/Admin/index.html
347
%%RTPLIST%%/share/html/Admin/index.html
Lines 617-622 Link Here
617
%%RTPLIST%%/share/html/User/Groups/index.html
625
%%RTPLIST%%/share/html/User/Groups/index.html
618
%%RTPLIST%%/share/html/User/Prefs.html
626
%%RTPLIST%%/share/html/User/Prefs.html
619
%%RTPLIST%%/share/html/Widgets/ComboBox
627
%%RTPLIST%%/share/html/Widgets/ComboBox
628
%%RTPLIST%%/share/html/Widgets/SavedSearch
620
%%RTPLIST%%/share/html/Widgets/SelectionBox
629
%%RTPLIST%%/share/html/Widgets/SelectionBox
621
%%RTPLIST%%/share/html/Widgets/TitleBox
630
%%RTPLIST%%/share/html/Widgets/TitleBox
622
%%RTPLIST%%/share/html/Widgets/TitleBoxEnd
631
%%RTPLIST%%/share/html/Widgets/TitleBoxEnd
Lines 707-712 Link Here
707
@dirrm %%RTPLIST%%/lib/RT/Action
716
@dirrm %%RTPLIST%%/lib/RT/Action
708
@dirrm %%RTPLIST%%/lib/RT
717
@dirrm %%RTPLIST%%/lib/RT
709
@dirrm %%RTPLIST%%/lib
718
@dirrm %%RTPLIST%%/lib
710
@unexec rmdir %%RT_PATH%%/etc 2> /dev/null || true
719
@dirrmtry %%RT_PATH%%/etc
711
@dirrm %%RTPLIST%%/bin
720
@dirrm %%RTPLIST%%/bin
712
@dirrm %%RTPLIST%%
721
@dirrm %%RTPLIST%%

Return to bug 107037