mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Update to 0.11
- add AL2 license - adjust spelling in COMMENT
This commit is contained in:
parent
e34c907386
commit
37c4258e64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291319
@ -6,14 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= opengrok
|
||||
PORTVERSION= 0.10
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= http://hub.opensolaris.org/bin/download/Project+opengrok/files/
|
||||
|
||||
MAINTAINER= jgh@FreeBSD.org
|
||||
COMMENT= Fast and powerful code search and cross-reference egine
|
||||
COMMENT= Fast and powerful code search and cross-reference engine
|
||||
|
||||
LICENSE= CDDL
|
||||
LICENSE= CDDL AL2
|
||||
LICENSE_COMB= multi
|
||||
|
||||
RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (opengrok-0.10.tar.gz) = 2538cd724782859b022c5984dd8100fec331a3ad464a40f4b4bc8c83f8673666
|
||||
SIZE (opengrok-0.10.tar.gz) = 6553370
|
||||
SHA256 (opengrok-0.11.tar.gz) = cf529eb4896697618c639f859c58a483ec5b299f737b8da0f495deeeaa94067c
|
||||
SIZE (opengrok-0.11.tar.gz) = 6709349
|
||||
|
@ -24,6 +24,7 @@ bin/opengrok
|
||||
%%T%%/webapps/opengrok/default/img/bg.png
|
||||
%%T%%/webapps/opengrok/default/img/button1.png
|
||||
%%T%%/webapps/opengrok/default/img/button2.png
|
||||
%%T%%/webapps/opengrok/default/img/combined.png
|
||||
%%T%%/webapps/opengrok/default/img/icon.png
|
||||
%%T%%/webapps/opengrok/default/img/indicator.gif
|
||||
%%T%%/webapps/opengrok/default/img/rss.png
|
||||
@ -43,7 +44,7 @@ bin/opengrok
|
||||
%%T%%/webapps/opengrok/httpheader.jspf
|
||||
%%T%%/webapps/opengrok/index.jsp
|
||||
%%T%%/webapps/opengrok/index_body.html
|
||||
%%T%%/webapps/opengrok/jquery-1.4.2.min.js
|
||||
%%T%%/webapps/opengrok/jquery-1.4.4.min.js
|
||||
%%T%%/webapps/opengrok/jquery.autocomplete-1.1.pack.js
|
||||
%%T%%/webapps/opengrok/jquery.tooltip-1.3.pack.js
|
||||
%%T%%/webapps/opengrok/list.jsp
|
||||
@ -55,6 +56,7 @@ bin/opengrok
|
||||
%%T%%/webapps/opengrok/offwhite/img/bg.png
|
||||
%%T%%/webapps/opengrok/offwhite/img/button1.png
|
||||
%%T%%/webapps/opengrok/offwhite/img/button2.png
|
||||
%%T%%/webapps/opengrok/offwhite/img/combined.png
|
||||
%%T%%/webapps/opengrok/offwhite/img/d.gif
|
||||
%%T%%/webapps/opengrok/offwhite/img/do.gif
|
||||
%%T%%/webapps/opengrok/offwhite/img/f.gif
|
||||
@ -76,12 +78,14 @@ bin/opengrok
|
||||
%%T%%/webapps/opengrok/offwhite/print.css
|
||||
%%T%%/webapps/opengrok/offwhite/style.css
|
||||
%%T%%/webapps/opengrok/opensearch.jsp
|
||||
%%T%%/webapps/opengrok/pageconfig.jspf
|
||||
%%T%%/webapps/opengrok/pageheader.jspf
|
||||
%%T%%/webapps/opengrok/polished/img/Logo.png
|
||||
%%T%%/webapps/opengrok/polished/img/b.gif
|
||||
%%T%%/webapps/opengrok/polished/img/bg.png
|
||||
%%T%%/webapps/opengrok/polished/img/button1.png
|
||||
%%T%%/webapps/opengrok/polished/img/button2.png
|
||||
%%T%%/webapps/opengrok/polished/img/combined.png
|
||||
%%T%%/webapps/opengrok/polished/img/d.gif
|
||||
%%T%%/webapps/opengrok/polished/img/do.gif
|
||||
%%T%%/webapps/opengrok/polished/img/f.gif
|
||||
@ -108,6 +112,7 @@ bin/opengrok
|
||||
%%T%%/webapps/opengrok/rss.xsl.xml
|
||||
%%T%%/webapps/opengrok/search.jsp
|
||||
%%T%%/webapps/opengrok/status.jsp
|
||||
%%T%%/webapps/opengrok/utils.js
|
||||
@dirrmtry %%T%%/webapps/opengrok/META-INF
|
||||
@dirrmtry %%T%%/webapps/opengrok/WEB-INF/lib
|
||||
@dirrmtry %%T%%/webapps/opengrok/WEB-INF
|
||||
|
Loading…
Reference in New Issue
Block a user