Revision: 24807 http://sourceforge.net/p/gar/code/24807 Author: dmichelsen Date: 2015-04-04 21:54:07 +0000 (Sat, 04 Apr 2015) Log Message: ----------- fossil/trunk: Added patch from Freddy Dissaux, some reformatting
Modified Paths: -------------- csw/mgar/pkg/fossil/trunk/Makefile csw/mgar/pkg/fossil/trunk/checksums Modified: csw/mgar/pkg/fossil/trunk/Makefile =================================================================== --- csw/mgar/pkg/fossil/trunk/Makefile 2015-04-04 16:35:56 UTC (rev 24806) +++ csw/mgar/pkg/fossil/trunk/Makefile 2015-04-04 21:54:07 UTC (rev 24807) @@ -1,35 +1,36 @@ # $Id$ # TODO (release-critical prefixed with !, non release-critical with *) # Recipe sent in by Freddy DISSAUX freddy.dsx free.fr + NAME = fossil -VERSION = 1.30 +VERSION = 1.32 GARTYPE = v2 -GARCOMPILER = GNU -DISTVERSION = 20150119112900 + DESCRIPTION = DSCM with built-in wiki, http interface and server, tickets database define BLURB Fossil is an easy-to-use Distributed Source Control Management system (DSCM) which supports access and administration over HTTP CGI or via a built-in HTTP server, has a built-in wiki, file browser, ticket system, and more. endef -VENDOR_URL = http://www.fossil-scm.org/ MASTER_SITES = http://www.fossil-scm.org/download/ -DISTFILES = $(NAME)-src-$(DISTVERSION).tar.gz -WORKSRC = $(WORKDIR)/$(NAME)-src-$(DISTVERSION) -PATCHDIR = $(WORKSRC) +DISTFILES = $(NAME)-src-$(VERSION).tar.gz +VENDOR_URL = http://www.fossil-scm.org/ + BUILD_DEP_PKGS = CSWlibssl-dev +GARCOMPILER = GNU + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-openssl=$(includedir) # Remove exec_prefix from DIRPATHS: -NODIRPATHS += --exec_prefix=/opt/csw +NODIRPATHS += --exec_prefix # No test/check target provided by fossil TEST_SCRIPTS = -RUNTIME_DEP_PKGS_CSWfossil = CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWfossil += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWfossil += CSWlibz1 RUNTIME_DEP_PKGS_CSWfossil += CSWlibreadline6 Modified: csw/mgar/pkg/fossil/trunk/checksums =================================================================== --- csw/mgar/pkg/fossil/trunk/checksums 2015-04-04 16:35:56 UTC (rev 24806) +++ csw/mgar/pkg/fossil/trunk/checksums 2015-04-04 21:54:07 UTC (rev 24807) @@ -1 +1 @@ -dd7cf91c2725ea8aaa0913330fffa0ff fossil-src-20150119112900.tar.gz +ddf352925a795e574925505b9344a58e fossil-src-1.32.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.