Revision: 23202 http://sourceforge.net/p/gar/code/23202 Author: dmichelsen Date: 2014-03-12 13:27:03 +0000 (Wed, 12 Mar 2014) Log Message: ----------- cgit/trunk: Update to 0.10.1 and some config adjustments
Modified Paths: -------------- csw/mgar/pkg/cgit/trunk/Makefile csw/mgar/pkg/cgit/trunk/checksums csw/mgar/pkg/cgit/trunk/files/httpd-cgit.conf.CSW Modified: csw/mgar/pkg/cgit/trunk/Makefile =================================================================== --- csw/mgar/pkg/cgit/trunk/Makefile 2014-03-12 12:42:06 UTC (rev 23201) +++ csw/mgar/pkg/cgit/trunk/Makefile 2014-03-12 13:27:03 UTC (rev 23202) @@ -1,5 +1,5 @@ NAME = cgit -VERSION = 0.9.2 +VERSION = 0.10.1 GARTYPE = v2 DESCRIPTION = Web front-end for Git @@ -28,6 +28,7 @@ RUNTIME_DEP_PKGS_CSWcgit += CSWlibz1 RUNTIME_DEP_PKGS_CSWcgit += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWcgit += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWcgit += CSWliblua5-2 RUNTIME_DEP_PKGS_CSWcgit += CSWperl # This may be used with any other webserver, just preconfigured for apache Modified: csw/mgar/pkg/cgit/trunk/checksums =================================================================== --- csw/mgar/pkg/cgit/trunk/checksums 2014-03-12 12:42:06 UTC (rev 23201) +++ csw/mgar/pkg/cgit/trunk/checksums 2014-03-12 13:27:03 UTC (rev 23202) @@ -1,2 +1,2 @@ -fe11018eff8d79caad112f4fac64b90f cgit-0.9.2.tar.xz +060ef0aa95ebda6ea7daf823214bc4d0 cgit-0.10.1.tar.xz d91b6099fb6763cf92c696977a247060 git-1.8.3.tar.gz Modified: csw/mgar/pkg/cgit/trunk/files/httpd-cgit.conf.CSW =================================================================== --- csw/mgar/pkg/cgit/trunk/files/httpd-cgit.conf.CSW 2014-03-12 12:42:06 UTC (rev 23201) +++ csw/mgar/pkg/cgit/trunk/files/httpd-cgit.conf.CSW 2014-03-12 13:27:03 UTC (rev 23202) @@ -1,11 +1,11 @@ -<Directory "/opt/csw/libexec/cgit"> +<Directory "/opt/csw/share/www/cgit/cgi-bin"> AllowOverride None Options ExecCGI Order allow,deny Allow from all </Directory> -<Directory "/opt/csw/share/cgit/httpd"> +<Directory "/opt/csw/share/www/cgit/htdocs"> AllowOverride None Order allow,deny Allow from all This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.