diff options
author | wxs <wxs@FreeBSD.org> | 2012-02-19 04:37:53 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-02-19 04:37:53 +0800 |
commit | e0b82289d3cc9cbebf123b09f95c33bceb47b592 (patch) | |
tree | 92ed31cc0c4917d4828ace832bfb819dbfadca09 /devel | |
parent | 4161148e887d4f2909d56ab6e56f467a18f07b0d (diff) | |
download | freebsd-ports-gnome-e0b82289d3cc9cbebf123b09f95c33bceb47b592.tar.gz freebsd-ports-gnome-e0b82289d3cc9cbebf123b09f95c33bceb47b592.tar.zst freebsd-ports-gnome-e0b82289d3cc9cbebf123b09f95c33bceb47b592.zip |
Update to 1.7.9.1.
Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.9.1.txt
Diffstat (limited to 'devel')
-rw-r--r-- | devel/git/Makefile | 2 | ||||
-rw-r--r-- | devel/git/files/patch-Makefile | 10 | ||||
-rw-r--r-- | devel/git/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
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 |