View | Details | Raw Unified | Return to bug 124276
Collapse All | Expand All

(-)b/devel/git/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	git
8
PORTNAME=	git
9
PORTVERSION=	1.5.5
9
PORTVERSION=	1.5.5.3
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://www.kernel.org/pub/software/scm/git/
11
MASTER_SITES=	http://www.kernel.org/pub/software/scm/git/
12
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
12
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
(-)b/devel/git/distinfo (-6 / +6 lines)
Lines 1-6 Link Here
1
MD5 (git-1.5.5.tar.bz2) = 09f15f0b0e330986d930746abf6962f4
1
MD5 (git-1.5.5.3.tar.bz2) = 022ce5772b900243ef5d289deb7a3667
2
SHA256 (git-1.5.5.tar.bz2) = 27483890c598450d7d1b4583e40dd8ec6c8def08c7cec94b20eb7336bb83e65e
2
SHA256 (git-1.5.5.3.tar.bz2) = c0a5220e7c80dc791e2077ec238298c2ec30af4d8d0ed6d2fbd7ca808266dfc0
3
SIZE (git-1.5.5.tar.bz2) = 1673736
3
SIZE (git-1.5.5.3.tar.bz2) = 1677113
4
MD5 (git-manpages-1.5.5.tar.bz2) = 62a82276856add1d2b310d1e0b5ad5db
4
MD5 (git-manpages-1.5.5.3.tar.bz2) = 374a62ddf37343a5130f3318eab1ce2b
5
SHA256 (git-manpages-1.5.5.tar.bz2) = cc7f16b72a228cafd6bcc41ea09fdc67f4c5d50a0bf4521b80d8ea75127bb802
5
SHA256 (git-manpages-1.5.5.3.tar.bz2) = 770543b0ca871f72829f810d51f9e4d8b27659cbf4e73534fd09dfb5833f99de
6
SIZE (git-manpages-1.5.5.tar.bz2) = 162609
6
SIZE (git-manpages-1.5.5.3.tar.bz2) = 163895
(-)b/devel/git/files/patch-Makefile (-5 / +15 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	2007-09-19 22:02:17.000000000 +0400
1
--- Makefile.orig	2008-05-01 23:11:03.000000000 +0000
2
+++ Makefile	2007-09-21 22:13:25.000000000 +0400
2
+++ Makefile	2008-05-01 23:11:43.000000000 +0000
3
@@ -135,8 +135,8 @@
3
@@ -164,16 +164,16 @@
4
 
4
 
5
 # CFLAGS and LDFLAGS are for the users to override from the command line.
5
 # CFLAGS and LDFLAGS are for the users to override from the command line.
6
 
6
 
Lines 11-19 Link Here
11
 ALL_CFLAGS = $(CFLAGS)
11
 ALL_CFLAGS = $(CFLAGS)
12
 ALL_LDFLAGS = $(LDFLAGS)
12
 ALL_LDFLAGS = $(LDFLAGS)
13
 STRIP ?= strip
13
 STRIP ?= strip
14
@@ -173,15 +173,15 @@
15
 
14
 
16
 export prefix bindir gitexecdir sharedir template_dir sysconfdir
15
 prefix = $(HOME)
16
 bindir = $(prefix)/bin
17
-mandir = $(prefix)/share/man
18
-infodir = $(prefix)/share/info
19
+mandir = $(prefix)/man
20
+infodir = $(prefix)/info
21
 gitexecdir = $(bindir)
22
 sharedir = $(prefix)/share
23
 template_dir = $(sharedir)/git-core/templates
24
@@ -206,15 +206,15 @@
25
 
26
 export prefix bindir gitexecdir sharedir template_dir htmldir sysconfdir
17
 
27
 
18
-CC = gcc
28
-CC = gcc
19
-AR = ar
29
-AR = ar

Return to bug 124276