Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 09:30:56 +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: r312715 - head/devel/cgit
Message-ID:  <201302210930.r1L9UuFM060256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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