Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2013 10:23:23 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319364 - head/devel/cgit
Message-ID:  <201305291023.r4TANNEs026008@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed May 29 10:23:22 2013
New Revision: 319364
URL: http://svnweb.freebsd.org/changeset/ports/319364

Log:
  With the new plist it is better :)
  While here fix the shebang of some scripts

Modified:
  head/devel/cgit/Makefile
  head/devel/cgit/pkg-plist

Modified: head/devel/cgit/Makefile
==============================================================================
--- head/devel/cgit/Makefile	Wed May 29 10:06:04 2013	(r319363)
+++ head/devel/cgit/Makefile	Wed May 29 10:23:22 2013	(r319364)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cgit
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	http://git.zx2c4.com/cgit/snapshot/:cgit \
 		GOOGLE_CODE:git
@@ -18,7 +19,8 @@ PROJECTHOST=	git-core
 GIT_VERSION=	1.8.2.3
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USES=		iconv
+USES=		iconv shebangfix
+SHEBANG_FILES=	filters/html-converters/resources/markdown.pl
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/devel/cgit/pkg-plist
==============================================================================
--- head/devel/cgit/pkg-plist	Wed May 29 10:06:04 2013	(r319363)
+++ head/devel/cgit/pkg-plist	Wed May 29 10:23:22 2013	(r319364)
@@ -5,6 +5,14 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 lib/cgit/filters/commit-links.sh
 lib/cgit/filters/syntax-highlighting.sh
+lib/cgit/filters/html-converters/resources/markdown.pl
+lib/cgit/filters/html-converters/resources/rst-template.txt
+lib/cgit/filters/html-converters/man2html
+lib/cgit/filters/html-converters/md2html
+lib/cgit/filters/html-converters/rst2html
+lib/cgit/filters/html-converters/txt2html
+lib/cgit/filters/syntax-highlighting.py
+lib/cgit/filters/about-formatting.sh
 @dirrm lib/cgit/filters
 @dirrm lib/cgit
 @dirrm %%WWWDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305291023.r4TANNEs026008>