Fossil diff attached. Tested on amd64.
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/fossil/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    12 Nov 2009 23:08:39 -0000      1.5
+++ Makefile    18 Dec 2009 22:50:41 -0000
@@ -2,9 +2,9 @@
 
 COMMENT =              simple distributed software configuration management 
 
-VERSION =              20091111162119
+VERSION =              20091218002951
 DISTNAME =             fossil-src-${VERSION}
-PKGNAME =              fossil-${VERSION}p0
+PKGNAME =              fossil-${VERSION}
 CATEGORIES =           devel www
 
 MAINTAINER =           James Turner <[email protected]>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/fossil/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    12 Nov 2009 21:50:30 -0000      1.3
+++ distinfo    18 Dec 2009 22:50:41 -0000
@@ -1,5 +1,5 @@
-MD5 (fossil-src-20091111162119.tar.gz) = dSLRrVk4cDLLXU3sID0a+g==
-RMD160 (fossil-src-20091111162119.tar.gz) = Uw/SkgrsF4dvY/SXaY0OS/RtZ/8=
-SHA1 (fossil-src-20091111162119.tar.gz) = D1R+tAs5hSKFVf80OmhdLD4lUKc=
-SHA256 (fossil-src-20091111162119.tar.gz) = 
Y+dKu6R7okdPN/KVQmKikXx3ZFJ3KGhda9IET/Mr508=
-SIZE (fossil-src-20091111162119.tar.gz) = 1819605
+MD5 (fossil-src-20091218002951.tar.gz) = 68dfspC8moVJvj28pkmWkg==
+RMD160 (fossil-src-20091218002951.tar.gz) = 82TNdk88VAOSqoBDNswbFKNjdVM=
+SHA1 (fossil-src-20091218002951.tar.gz) = dVgQFat1h/PZn4EblF+VJHpkUjs=
+SHA256 (fossil-src-20091218002951.tar.gz) = 
bhdr7SED54mBwBr2gXS9AUN6Gzc8nVjEgMnfHqtW6aM=
+SIZE (fossil-src-20091218002951.tar.gz) = 1816585
Index: patches/patch-Makefile
===================================================================
RCS file: patches/patch-Makefile
diff -N patches/patch-Makefile
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-Makefile      18 Dec 2009 22:50:41 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- Makefile.orig      Fri Dec 18 17:41:26 2009
++++ Makefile   Fri Dec 18 17:41:43 2009
+@@ -48,7 +48,7 @@ TCLSH = tclsh
+ 
+ #### Include a configuration file that can override any one of these settings.
+ #
+--include config.mak
++#-include config.mak
+ 
+ # You should not need to change anything below this line
+ 
###############################################################################
Index: patches/patch-src_main_mk
===================================================================
RCS file: /cvs/ports/devel/fossil/patches/patch-src_main_mk,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-src_main_mk
--- patches/patch-src_main_mk   23 Sep 2009 19:06:46 -0000      1.1.1.1
+++ patches/patch-src_main_mk   18 Dec 2009 22:50:41 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_main_mk,v 1.1.1.1 2009/09/23 19:06:46 sthen Exp $
---- src/main.mk.orig   Mon Sep 14 06:57:57 2009
-+++ src/main.mk        Mon Sep 14 06:58:36 2009
-@@ -729,7 +729,7 @@ zip.o:     zip_.c zip.h  $(SRCDIR)/config.h
+--- src/main.mk.orig   Fri Dec 18 10:03:31 2009
++++ src/main.mk        Fri Dec 18 17:40:07 2009
+@@ -749,7 +749,7 @@ zip.o:     zip_.c zip.h  $(SRCDIR)/config.h
  
  zip.h:        headers
  sqlite3.o:    $(SRCDIR)/sqlite3.c

Reply via email to