From owner-svn-ports-all@FreeBSD.ORG Wed May 29 10:23:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9C6959E3; Wed, 29 May 2013 10:23:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8E6AFBF7; Wed, 29 May 2013 10:23:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4TANNxD026010; Wed, 29 May 2013 10:23:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4TANNEs026008; Wed, 29 May 2013 10:23:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305291023.r4TANNEs026008@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 29 May 2013 10:23:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319364 - head/devel/cgit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2013 10:23:23 -0000 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%%