svn commit: r319364 - head/devel/cgit

Baptiste Daroussin bapt at FreeBSD.org
Wed May 29 10:23:23 UTC 2013


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%%


More information about the svn-ports-all mailing list