aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-11-10 08:17:20 +0800
committerlinimon <linimon@FreeBSD.org>2009-11-10 08:17:20 +0800
commita362238c292fecd550d9d1f2a74af6f290993e7d (patch)
tree08e6b5ffc09e2af634c7208b826a238db128e8ab /Tools/portbuild
parentd1cad409610b9c3bb169e53f424dc5241dcfdb27 (diff)
downloadfreebsd-ports-gnome-a362238c292fecd550d9d1f2a74af6f290993e7d.tar.gz
freebsd-ports-gnome-a362238c292fecd550d9d1f2a74af6f290993e7d.tar.zst
freebsd-ports-gnome-a362238c292fecd550d9d1f2a74af6f290993e7d.zip
Reflect the fact that src-HEAD is now just a symlink to src-9. This
dance-step prevents having to introduce some special-case code into the build script.
Diffstat (limited to 'Tools/portbuild')
-rw-r--r--Tools/portbuild/scripts/zexpire2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/zexpire b/Tools/portbuild/scripts/zexpire
index cb599468b093..402edc19071f 100644
--- a/Tools/portbuild/scripts/zexpire
+++ b/Tools/portbuild/scripts/zexpire
@@ -22,7 +22,7 @@ expirelist=(("a", 14),
("a/snap/src-6", 7),
("a/snap/src-7", 7),
("a/snap/src-8", 7),
- ("a/snap/src-HEAD", 7),
+ ("a/snap/src-9", 7),
("a/snap/world-amd64-HEAD", 7),
("a/snap/world-i386-HEAD", 7))