From owner-svn-ports-head@FreeBSD.ORG Mon Dec 31 11:51:36 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56785361; Mon, 31 Dec 2012 11:51:36 +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 23B6D8FC13; Mon, 31 Dec 2012 11:51:36 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBVBpZXZ023736; Mon, 31 Dec 2012 11:51:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBVBpZ1Z023734; Mon, 31 Dec 2012 11:51:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212311151.qBVBpZ1Z023734@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 31 Dec 2012 11:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309721 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2012 11:51:36 -0000 Author: bapt Date: Mon Dec 31 11:51:35 2012 New Revision: 309721 URL: http://svnweb.freebsd.org/changeset/ports/309721 Log: Trim header Convert to optionsng remove useless LICENSE_FILE Modified: head/devel/cgit/Makefile head/devel/cgit/pkg-descr Modified: head/devel/cgit/Makefile ============================================================================== --- head/devel/cgit/Makefile Mon Dec 31 11:49:36 2012 (r309720) +++ head/devel/cgit/Makefile Mon Dec 31 11:51:35 2012 (r309721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgit -# Date created: Oct 16 2008 -# Whom: Florent Thoumie -# +# Created by: Florent Thoumie # $FreeBSD$ -# PORTNAME= cgit PORTVERSION= 0.9.0.3 @@ -18,7 +14,6 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= A fast webinterface for git LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING GIT_VERSION= 1.7.4 USE_BZIP2= yes @@ -36,6 +31,8 @@ SUB_FILES= pkg-message SUB_LIST+= PORTNAME=${PORTNAME} PLIST_SUB+= PORTNAME=${PORTNAME} +.include + post-extract: @${RMDIR} ${WRKSRC}/git @${MV} ${WRKDIR}/git-${GIT_VERSION} ${WRKSRC}/git @@ -50,7 +47,7 @@ post-install: @${MKDIR} /var/cache/${PORTNAME} @${CHOWN} ${WWWOWN}:${WWWGRP} /var/cache/${PORTNAME} @${CAT} ${PKGMESSAGE} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}rc.5.txt ${DOCSDIR}/ .endif Modified: head/devel/cgit/pkg-descr ============================================================================== --- head/devel/cgit/pkg-descr Mon Dec 31 11:49:36 2012 (r309720) +++ head/devel/cgit/pkg-descr Mon Dec 31 11:51:35 2012 (r309721) @@ -1,4 +1,4 @@ Cgit is an attempt to create a fast web interface for the git scm, using a builtin cache to decrease server io-pressure. -WWW: http://hjemli.net/git/ +WWW: http://hjemli.net/git/