svn commit: r319363 - in head/devel/cgit: . files
Baptiste Daroussin
bapt at FreeBSD.org
Wed May 29 10:06:05 UTC 2013
Author: bapt
Date: Wed May 29 10:06:04 2013
New Revision: 319363
URL: http://svnweb.freebsd.org/changeset/ports/319363
Log:
Update to 0.9.2
Update bundle git to 1.8.2.3
mark as job safe
Deleted:
head/devel/cgit/files/patch-Makefile
head/devel/cgit/files/patch-cgit.h
head/devel/cgit/files/patch-git__Makefile
Modified:
head/devel/cgit/Makefile
head/devel/cgit/distinfo
Modified: head/devel/cgit/Makefile
==============================================================================
--- head/devel/cgit/Makefile Wed May 29 08:57:32 2013 (r319362)
+++ head/devel/cgit/Makefile Wed May 29 10:06:04 2013 (r319363)
@@ -2,30 +2,30 @@
# $FreeBSD$
PORTNAME= cgit
-PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTVERSION= 0.9.2
CATEGORIES= devel www
MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \
- http://mirror.linux.org.au/software/scm/git/:git
+ GOOGLE_CODE:git
DISTFILES= cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \
- git-${GIT_VERSION}.tar.bz2:git
+ git-${GIT_VERSION}.tar.gz:git
MAINTAINER= bapt at FreeBSD.org
COMMENT= A fast webinterface for git
LICENSE= GPLv2
-GIT_VERSION= 1.7.4.4
+PROJECTHOST= git-core
+GIT_VERSION= 1.8.2.3
USE_BZIP2= yes
USE_GMAKE= yes
USES= iconv
USE_GMAKE= yes
USE_OPENSSL= yes
CFLAGS+= -I${LOCALBASE}/include
-MAKE_ENV+= CGIT_SCRIPT_PATH=${WWWDIR} \
- CGIT_CONFIG=${PREFIX}/etc/cgitrc \
- NEEDS_LIBICONV=yes
+MAKE_ARGS+= CGIT_SCRIPT_PATH=${WWWDIR} \
+ CGIT_CONFIG=${PREFIX}/etc/cgitrc
LDFLAGS+= -L${LOCALBASE}/lib
+MAKE_JOBS_SAFE= yes
SUB_FILES= pkg-message
SUB_LIST+= PORTNAME=${PORTNAME}
Modified: head/devel/cgit/distinfo
==============================================================================
--- head/devel/cgit/distinfo Wed May 29 08:57:32 2013 (r319362)
+++ head/devel/cgit/distinfo Wed May 29 10:06:04 2013 (r319363)
@@ -1,4 +1,4 @@
-SHA256 (cgit-0.9.1.tar.bz2) = 315ba675e89f19c5db91d0694f8437aea8c85ece0422c38721bcd49e317bfbb7
-SIZE (cgit-0.9.1.tar.bz2) = 67736
-SHA256 (git-1.7.4.4.tar.bz2) = 5c3e738b01a4021ade56abebfdcce8825d2a50868e5c7befb65102f497387aa0
-SIZE (git-1.7.4.4.tar.bz2) = 2709587
+SHA256 (cgit-0.9.2.tar.bz2) = 165dc09e1334416029c3dba0c957fe8e872abad85f459d4a040631dd4dab411a
+SIZE (cgit-0.9.2.tar.bz2) = 84881
+SHA256 (git-1.8.2.3.tar.gz) = ba8d42d47b0955b17905af0133b01ab8e3f28f0e39b9967ec446403c0b49991f
+SIZE (git-1.8.2.3.tar.gz) = 4405610
More information about the svn-ports-head
mailing list