SF.net SVN: gar:[22574] csw/mgar/pkg/opengrok/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Nov 25 15:48:45 CET 2013
Revision: 22574
http://gar.svn.sourceforge.net/gar/?rev=22574&view=rev
Author: dmichelsen
Date: 2013-11-25 14:48:44 +0000 (Mon, 25 Nov 2013)
Log Message:
-----------
opengrok/trunk: Some fixes towards mGAR v2 recipe
Modified Paths:
--------------
csw/mgar/pkg/opengrok/trunk/Makefile
csw/mgar/pkg/opengrok/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/opengrok/trunk/files/CSWopengrok.gspec
Property Changed:
----------------
csw/mgar/pkg/opengrok/trunk/
Property changes on: csw/mgar/pkg/opengrok/trunk
___________________________________________________________________
Modified: svn:ignore
- cookies
download
work
+ work
Modified: csw/mgar/pkg/opengrok/trunk/Makefile
===================================================================
--- csw/mgar/pkg/opengrok/trunk/Makefile 2013-11-24 19:35:25 UTC (rev 22573)
+++ csw/mgar/pkg/opengrok/trunk/Makefile 2013-11-25 14:48:44 UTC (rev 22574)
@@ -1,6 +1,8 @@
+# TODO: Add run.sh for cron update
+# TODO: Repository under /var/opt/csw/repos
+
NAME = opengrok
-VERSION = 0.7
-GARTYPE = v1
+VERSION = 0.11.1
DESCRIPTION = A wicked fast source browser
define BLURB
@@ -13,20 +15,21 @@
the name OpenGrok. It is written in Java.
endef
-MASTER_SITES = http://www.opensolaris.org/os/project/opengrok/files/
+MASTER_SITES = http://java.net/projects/opengrok/downloads/download/
DISTFILES = $(NAME)-$(VERSION).tar.gz
-DISTFILES += $(call admfiles,CSWopengrok,postinstall preremove)
-RUNTIME_DEP_PKGS = CSWectags CSWjavasvn CSWtomcat5 CSWmercurial
+RUNTIME_DEP_PKGS = CSWectags CSWjavasvn CSWtomcat6 CSWmercurial
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+VENDOR_URL = http://opengrok.github.io/OpenGrok/
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS =
TEST_SCRIPTS =
INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
install-custom:
@echo " ==> Installing files"
@rm -rf $(DESTDIR)$(prefix)/share/tomcat5/webapps/source
@@ -36,7 +39,7 @@
jar xf /dev/fd/0) \
)
@# For Indexing. Structure of opengrok is opengrok in application root
- @# directory and all libs in lib/. We use only WEB-INF whose directory structure \
+ @# directory and all libs in lib/. We use only WEB-INF whose directory structure
@# is slightly different.
@gln -s $(DESTDIR)$(prefix)/share/tomcat5/webapps/source/WEB-INF/lib/. \
$(DESTDIR)$(prefix)/share/tomcat5/webapps/source/WEB-INF/lib/lib
@@ -54,7 +57,3 @@
@$(MAKECOOKIE)
-include gar/category.mk
-
-# TODO: Add run.sh for cron update
-# TODO: Repository under /var/opt/csw/repos
Modified: csw/mgar/pkg/opengrok/trunk/checksums
===================================================================
--- csw/mgar/pkg/opengrok/trunk/checksums 2013-11-24 19:35:25 UTC (rev 22573)
+++ csw/mgar/pkg/opengrok/trunk/checksums 2013-11-25 14:48:44 UTC (rev 22574)
@@ -1,5 +1 @@
-17f554a60edde0b3ea9d9debc8ff8eef download/opengrok-0.7.tar.gz
-1ab19c04b3551db20e5fbac19d731d3f download/CSWopengrok.gspec
-0304d70ad22411352a6e3733203e6467 download/CSWopengrok.depend
-3283129332005c795178e6f363f521a0 download/CSWopengrok.postinstall
-1c9edd2fc2492651a6598903205ef3ae download/CSWopengrok.preremove
+91f926bf86d44acd6415f22e7ebb8aa5 opengrok-0.11.1.tar.gz
Deleted: csw/mgar/pkg/opengrok/trunk/files/CSWopengrok.gspec
===================================================================
--- csw/mgar/pkg/opengrok/trunk/files/CSWopengrok.gspec 2013-11-24 19:35:25 UTC (rev 22573)
+++ csw/mgar/pkg/opengrok/trunk/files/CSWopengrok.gspec 2013-11-25 14:48:44 UTC (rev 22574)
@@ -1,5 +0,0 @@
-%var bitname opengrok
-%var pkgname CSWopengrok
-%var arch all
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/LICENSE.txt
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