diff options
author | Michael Haro <mharo@FreeBSD.org> | 2002-01-15 03:14:26 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2002-01-15 03:14:26 +0000 |
commit | bdec4c21bbc86e19bd7f1c9e1fb769a7ff6e1e2b (patch) | |
tree | 060c65d449069dda27b4134a2e04bc9b2de74b56 /www/analog/files/patch-ab | |
parent | Fix mastersites (diff) |
properly update port to 5.1.
Bump PORT_EPOCH to 1 because 5.1 should be > 5.03
Submitted by: Oliver Lehmann <olivleh1@raisdorf.net>
Notes
Notes:
svn path=/head/; revision=53087
Diffstat (limited to 'www/analog/files/patch-ab')
-rw-r--r-- | www/analog/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/analog/files/patch-ab b/www/analog/files/patch-ab index 10cae850af90..c0171907bf11 100644 --- a/www/analog/files/patch-ab +++ b/www/analog/files/patch-ab @@ -1,6 +1,6 @@ ---- src/tree.c.orig Thu May 3 19:31:50 2001 -+++ src/tree.c Thu May 3 19:32:22 2001 -@@ -803,8 +803,16 @@ +--- src/tree.c.orig Wed Jan 9 21:20:12 2002 ++++ src/tree.c Wed Jan 9 21:20:24 2002 +@@ -886,8 +886,16 @@ } else if (strstr(whole, "Linux") != NULL || strstr(whole, "linux") != NULL) *name = "Unix:Linux"; |