diff options
author | bapt <bapt@FreeBSD.org> | 2011-01-03 05:27:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-01-03 05:27:16 +0800 |
commit | e0fc72ccc2aa3f8163ecfb7eee2ae42509e5352b (patch) | |
tree | 92587c42296e125ef00637e981aa0a0207e0c10a | |
parent | 63adfc32cb95dfa425238d6c453e6ef221578e4e (diff) | |
download | freebsd-ports-gnome-e0fc72ccc2aa3f8163ecfb7eee2ae42509e5352b.tar.gz freebsd-ports-gnome-e0fc72ccc2aa3f8163ecfb7eee2ae42509e5352b.tar.zst freebsd-ports-gnome-e0fc72ccc2aa3f8163ecfb7eee2ae42509e5352b.zip |
- update to 20110101030647
-rw-r--r-- | devel/fossil/Makefile | 2 | ||||
-rw-r--r-- | devel/fossil/distinfo | 4 | ||||
-rw-r--r-- | devel/fossil/files/patch-Makefile | 16 |
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 8f593c6d7a54..d1146b3cc63d 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fossil -PORTVERSION= 20101221135605 +PORTVERSION= 20110101030647 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index 54b47d88076e..071ab3e3b908 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,2 +1,2 @@ -SHA256 (fossil-src-20101221135605.tar.gz) = 97d7467a676c8a9853bce498898e96a7dde64c4f7c1eea633b4be67a98e4aaff -SIZE (fossil-src-20101221135605.tar.gz) = 2134939 +SHA256 (fossil-src-20110101030647.tar.gz) = 8a499bf533eecdaa936ae66a35d8b579d5a1a11df466097df59a861d36437b9e +SIZE (fossil-src-20110101030647.tar.gz) = 2161700 diff --git a/devel/fossil/files/patch-Makefile b/devel/fossil/files/patch-Makefile index 33b54299c41b..f1bd6193ee94 100644 --- a/devel/fossil/files/patch-Makefile +++ b/devel/fossil/files/patch-Makefile @@ -1,15 +1,15 @@ ---- ./Makefile.orig 2010-06-11 14:08:12.000000000 +0200 -+++ ./Makefile 2010-06-15 11:05:41.895320031 +0200 -@@ -16,7 +16,7 @@ +--- ./Makefile.orig 2011-01-01 13:56:07.000000000 +0100 ++++ ./Makefile 2011-01-02 15:09:12.374775867 +0100 +@@ -20,7 +20,7 @@ # to compile code-generator programs as part of the build process. # See TCC below for the C compiler for building the finished binary. # --BCC = gcc -g -O2 -+BCC = ${CC} ${CFLAGS} +-BCC = gcc ++BCC = ${CC} - #### The suffix to add to executable files. ".exe" for windows. - # Nothing for unix. -@@ -31,7 +31,7 @@ + #### The suffix to add to final executable file. When cross-compiling + # to windows, make this ".exe". Otherwise leave it blank. +@@ -35,7 +35,7 @@ # #TCC = gcc -O6 #TCC = gcc -g -O0 -Wall -fprofile-arcs -ftest-coverage |