head	1.3;
access;
symbols
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.1
	old_RELEASE_6_1_0:1.1
	old_RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.09.30.09.12.34;	author dougb;	state dead;
branches;
next	1.2;

1.2
date	2006.12.22.17.07.38;	author bsam;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.10.19.51.13;	author pav;	state Exp;
branches;
next	;


desc
@@


1.3
log
@As previously advertised, delete ports that have
vulnerabilities listed in portaudit, and those
that depend on them - part 1

math/mupad
	Relies on xpm, vulnerable since 2004-09-15
net-p2p/torrentflux
	Vulnerable since 2006-10-07
net/tptest
	Vulnerable since 2009-12-17
security/pgp6
	Vulnerable since 2005-07-31
www/p5-RTx-RightsMatrix
	Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Shredder
	Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Statistics
	Only works with www/rt36, which is FORBIDDEN
www/plone
	Vulnerable since 2011-02-10
www/pyblosxom
	Vulnerable since 2009-02-11
www/rt36
	Vulnerable since 2009-12-09
www/zope-archetypes
	Depends on www/plone, which is FORBIDDEN
www/zope-calendaring
	Depends on www/plone, which is FORBIDDEN
www/zope-coreblog2
	Depends on www/plone, which is FORBIDDEN
www/zope-i18nlayer
	Depends on www/plone, which is FORBIDDEN
www/zope-plonelanguagetool
	Depends on www/plone, which is FORBIDDEN
www/zope-simpleblog
	Depends on www/plone, which is FORBIDDEN
@
text
@--- Makefile.in.orig	Mon Jun 19 18:44:04 2006
+++ Makefile.in	Tue Dec 19 15:42:41 2006
@@@@ -224,9 +224,6 @@@@
 	@@echo "very dangerous.  Note that you do not have to manually add a "
 	@@echo "database user or set up a database for RT.  These actions will be "
 	@@echo "taken care of in the next step.)"
-	@@echo ""
-	@@echo "After that, you need to initialize RT's database by running" 
-	@@echo " 'make initialize-database'"
 
 #	@@echo " or by executing "       
 #	@@echo " '$(RT_SBIN_PATH)/rt-setup-database --action init \ "
@@@@ -276,15 +273,18 @@@@
 	chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)/$(RT_BIN_PATH)	
 
 	chmod 0755 $(DESTDIR)/$(RT_ETC_PATH)
-	chmod 0500 $(DESTDIR)/$(RT_ETC_PATH)/*
+	chmod 0400 $(DESTDIR)/$(RT_ETC_PATH)/*
 
 	#TODO: the config file should probably be able to have its
 	# owner set separately from the binaries.
 	chown -R $(BIN_OWNER) $(DESTDIR)/$(RT_ETC_PATH)
 	chgrp -R $(RTGROUP) $(DESTDIR)/$(RT_ETC_PATH)
 
-	chmod 0550 $(DESTDIR)/$(CONFIG_FILE)
-	chmod 0550 $(DESTDIR)/$(SITE_CONFIG_FILE)
+	chmod 0440 $(DESTDIR)/$(CONFIG_FILE)
+	chmod 0440 $(DESTDIR)/$(SITE_CONFIG_FILE)-dist
+	-chmod 0640 $(DESTDIR)/$(SITE_CONFIG_FILE)
+	chgrp $(WEB_GROUP) $(DESTDIR)/$(CONFIG_FILE)
+	-chgrp $(WEB_GROUP) $(DESTDIR)/$(SITE_CONFIG_FILE)
 
 	# Make the interfaces executable
 	chown $(BIN_OWNER) $(BINARIES)
@@@@ -331,13 +331,13 @@@@
 config-install:
 	mkdir -p $(DESTDIR)/$(CONFIG_FILE_PATH)	
 	-cp etc/RT_Config.pm $(DESTDIR)/$(CONFIG_FILE)
-	[ -f $(DESTDIR)/$(SITE_CONFIG_FILE) ] || cp etc/RT_SiteConfig.pm $(DESTDIR)/$(SITE_CONFIG_FILE) 
+	-cp etc/RT_SiteConfig.pm $(DESTDIR)/$(SITE_CONFIG_FILE)-dist
 
 	chgrp $(RTGROUP) $(DESTDIR)/$(CONFIG_FILE)
 	chown $(BIN_OWNER) $(DESTDIR)/$(CONFIG_FILE)
 
-	chgrp $(RTGROUP) $(DESTDIR)/$(SITE_CONFIG_FILE)
-	chown $(BIN_OWNER) $(DESTDIR)/$(SITE_CONFIG_FILE)
+	chgrp $(RTGROUP) $(DESTDIR)/$(SITE_CONFIG_FILE)-dist
+	chown $(BIN_OWNER) $(DESTDIR)/$(SITE_CONFIG_FILE)-dist
 
 	@@echo "Installed configuration. about to install rt in  $(RT_PATH)"
 
@


1.2
log
@. update to new version 3.6.3;  [1]
. fix pkg-plist;  [2]
. remove extra blank line from Makefile.  [2]

PR:		107037  [1]
Submitted by:	Vivek Khera <vivek at khera.org> (maintainer)  [1]
Approved by:	Vivek Khera <vivek at khera.org> (maintainer)  [2]
@
text
@@


1.1
log
@- Update to 3.4.4
- No longer broken with mod_perl2
- Fixed packing list when installing in non-standard path
- Added patch to Makefile.in to correctly install sample config files
- Added optional patches to support multiple instances

PR:		ports/85910
Submitted by:	Angelo Turetta <aturetta@@bestunion.it>
@
text
@d1 2
a2 2
--- Makefile.in.orig	Fri Apr  1 11:18:10 2005
+++ Makefile.in	Wed May  4 17:00:58 2005
d13 10
a22 1
@@@@ -284,7 +281,7 @@@@
d25 1
a25 1
 	chmod 0550 $(DESTDIR)/$(CONFIG_FILE)
d27 5
a31 1
+	chmod 0550 $(DESTDIR)/$(SITE_CONFIG_FILE)-dist
d35 1
a35 1
@@@@ -331,13 +328,13 @@@@
@

