From e0b82289d3cc9cbebf123b09f95c33bceb47b592 Mon Sep 17 00:00:00 2001 From: wxs Date: Sat, 18 Feb 2012 20:37:53 +0000 Subject: Update to 1.7.9.1. Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.9.1.txt --- devel/git/Makefile | 2 +- devel/git/files/patch-Makefile | 10 +++++----- devel/git/pkg-plist | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/git/Makefile b/devel/git/Makefile index b45dddca421e..d862c1f8c381 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -6,7 +6,7 @@ # PORTNAME= git -PORTVERSION= 1.7.9 +PORTVERSION= 1.7.9.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ diff --git a/devel/git/files/patch-Makefile b/devel/git/files/patch-Makefile index 679aeba65432..c19cf452f6dc 100644 --- a/devel/git/files/patch-Makefile +++ b/devel/git/files/patch-Makefile @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2012-01-30 16:19:10.085737423 -0500 -+++ ./Makefile 2012-01-30 20:58:38.938730750 -0500 +--- ./Makefile.orig 2012-02-18 15:17:14.650207401 -0500 ++++ ./Makefile 2012-02-18 15:19:42.390202289 -0500 @@ -301,8 +301,8 @@ # CFLAGS and LDFLAGS are for the users to override from the command line. @@ -35,7 +35,7 @@ export prefix bindir sharedir sysconfdir gitwebdir localedir --CC = gcc +-CC = cc -AR = ar -RM = rm -f -DIFF = diff @@ -50,7 +50,7 @@ -PTHREAD_LIBS = -lpthread -PTHREAD_CFLAGS = -GCOV = gcov -+CC ?= gcc ++CC ?= cc +AR ?= ar +RM ?= rm -f +DIFF ?= diff @@ -68,7 +68,7 @@ export TCL_PATH TCLTK_PATH -@@ -1435,9 +1435,9 @@ +@@ -1438,9 +1438,9 @@ ifndef NO_OPENSSL OPENSSL_LIBSSL = -lssl diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist index 85f52c49a64c..d6410bb1b3ef 100644 --- a/devel/git/pkg-plist +++ b/devel/git/pkg-plist @@ -894,6 +894,7 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.3.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.4.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.1.txt %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css -- cgit