[csw-devel] SF.net SVN: gar:[11323] csw/mgar/pkg/mantis/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Oct 18 15:24:12 CEST 2010


Revision: 11323
          http://gar.svn.sourceforge.net/gar/?rev=11323&view=rev
Author:   dmichelsen
Date:     2010-10-18 13:24:12 +0000 (Mon, 18 Oct 2010)

Log Message:
-----------
mantis: Update to 1.2.3

Modified Paths:
--------------
    csw/mgar/pkg/mantis/trunk/Makefile
    csw/mgar/pkg/mantis/trunk/checksums

Modified: csw/mgar/pkg/mantis/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mantis/trunk/Makefile	2010-10-18 13:10:34 UTC (rev 11322)
+++ csw/mgar/pkg/mantis/trunk/Makefile	2010-10-18 13:24:12 UTC (rev 11323)
@@ -1,5 +1,5 @@
 GARNAME = mantisbt
-GARVERSION = 1.2.0
+GARVERSION = 1.2.3
 CATEGORIES = apps
 
 DESCRIPTION = Mantis is a free popular web-based bugtracking system
@@ -35,13 +35,19 @@
 
 POSTMSG = $(docdir)/$(CATALOGNAME)/$(PACKAGES).postmsg
 
+CHECKPKG_OVERRIDES_CSWmantis += surplus-dependency|CSWphp5mysql
+CHECKPKG_OVERRIDES_CSWmantis += surplus-dependency|CSWap2modphp5
+CHECKPKG_OVERRIDES_CSWmantis += surplus-dependency|CSWapache2
+CHECKPKG_OVERRIDES_CSWmantis += surplus-dependency|CSWphp5session
+
 include gar/category.mk
 
 install-custom:
 	@echo " ==> Installing $(GARNAME)"
 	ginstall -d $(DESTDIR)$(sharedstatedir)/www/mantis/htdocs
-	cd $(WORKSRC) && tar cf - . | ( cd $(DESTDIR)$(sharedstatedir)/www/mantis/htdocs; tar xvf - )
-	find $(DESTDIR)$(sharedstatedir)/www/mantis/htdocs -name .cvsignore -exec rm \{\} \;
+	(echo ".git"; echo ".cvsignore") >$(WORKDIR)/tarexclude
+	cd $(WORKSRC) && tar cfX - $(abspath $(WORKDIR)/tarexclude) . | ( cd $(DESTDIR)$(sharedstatedir)/www/mantis/htdocs; tar xvf - )
+	#find $(DESTDIR)$(sharedstatedir)/www/mantis/htdocs -name .cvsignore -exec rm \{\} \;
 	ginstall -d $(DESTDIR)$(prefix)/apache2/share/htdocs
 	ln -s $(sharedstatedir)/www/mantis/htdocs $(DESTDIR)$(prefix)/apache2/share/htdocs/mantis
 	ginstall -d $(PKGROOT)$(docdir)/$(CATALOGNAME)/

Modified: csw/mgar/pkg/mantis/trunk/checksums
===================================================================
--- csw/mgar/pkg/mantis/trunk/checksums	2010-10-18 13:10:34 UTC (rev 11322)
+++ csw/mgar/pkg/mantis/trunk/checksums	2010-10-18 13:24:12 UTC (rev 11323)
@@ -1,3 +1 @@
-1595f79fe473ab5490496c4067240599  CSWmantis.postmsg
-96401030529fc97656cf78d4f7b170e7  CSWmantis.preinstall
-0c129b1cdfc1d9eef7688f9b6128a726  mantisbt-1.2.0.tar.gz
+2bdefcf858643d1a212b7d8dd3d3d10b  mantisbt-1.2.3.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list