From owner-svn-ports-all@FreeBSD.ORG Thu Feb 21 09:30:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 86C4420C2; Thu, 21 Feb 2013 09:30:57 +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 5BBD31AA7; Thu, 21 Feb 2013 09:30:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1L9UuwO060262; Thu, 21 Feb 2013 09:30:56 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1L9UuFM060256; Thu, 21 Feb 2013 09:30:56 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201302210930.r1L9UuFM060256@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 21 Feb 2013 09:30:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312715 - 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: Thu, 21 Feb 2013 09:30:57 -0000 Author: bapt Date: Thu Feb 21 09:30:55 2013 New Revision: 312715 URL: http://svnweb.freebsd.org/changeset/ports/312715 Log: - update to 0.9.1 - update master site for both cgit and bundled git - update www Modified: head/devel/cgit/Makefile head/devel/cgit/distinfo head/devel/cgit/pkg-descr head/devel/cgit/pkg-plist Modified: head/devel/cgit/Makefile ============================================================================== --- head/devel/cgit/Makefile Thu Feb 21 09:25:46 2013 (r312714) +++ head/devel/cgit/Makefile Thu Feb 21 09:30:55 2013 (r312715) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= cgit -PORTVERSION= 0.9.0.3 +PORTVERSION= 0.9.1 CATEGORIES= devel www -MASTER_SITES= http://hjemli.net/git/cgit/snapshot/:cgit \ - ${MASTER_SITE_KERNEL_ORG:S/$/:git/g} -MASTER_SITE_SUBDIR= software/scm/git/:git +MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \ + http://mirror.linux.org.au/software/scm/git/:git DISTFILES= cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \ git-${GIT_VERSION}.tar.bz2:git Modified: head/devel/cgit/distinfo ============================================================================== --- head/devel/cgit/distinfo Thu Feb 21 09:25:46 2013 (r312714) +++ head/devel/cgit/distinfo Thu Feb 21 09:30:55 2013 (r312715) @@ -1,4 +1,4 @@ -SHA256 (cgit-0.9.0.3.tar.bz2) = 53ccf0c826f91c2184ec29b1b9ab8a6f42e0ef2e6fa9042c3759e2a2dc81baa5 -SIZE (cgit-0.9.0.3.tar.bz2) = 64578 +SHA256 (cgit-0.9.1.tar.bz2) = d3db46a69f731182f563f62cd978543fa40d01899cf17aa9764e4d339ab0e72c +SIZE (cgit-0.9.1.tar.bz2) = 67574 SHA256 (git-1.7.4.tar.bz2) = 8e260b9e5dfb46a35f26e3db450c2dabb4d1df254bfb2820779945a1ecbcef51 SIZE (git-1.7.4.tar.bz2) = 2703735 Modified: head/devel/cgit/pkg-descr ============================================================================== --- head/devel/cgit/pkg-descr Thu Feb 21 09:25:46 2013 (r312714) +++ head/devel/cgit/pkg-descr Thu Feb 21 09:30:55 2013 (r312715) @@ -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://git.zx2c4.com/cgit/about/ Modified: head/devel/cgit/pkg-plist ============================================================================== --- head/devel/cgit/pkg-plist Thu Feb 21 09:25:46 2013 (r312714) +++ head/devel/cgit/pkg-plist Thu Feb 21 09:30:55 2013 (r312715) @@ -9,5 +9,5 @@ lib/cgit/filters/syntax-highlighting.sh @dirrm lib/cgit @dirrm %%WWWDIR%% @exec mkdir -p /var/cache/%%PORTNAME%% -@unexec rmdir /var/cache/%%PORTNAME%% 2>/dev/null || true -@unexec rmdir /var/cache 2>/dev/null || true +@dirrmtry /var/cache/%%PORTNAME%% +@dirrmtry /var/cache/