summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authorbjs <bjs>2008-05-21 08:26:19 +0000
committerbjs <bjs>2008-05-21 08:26:19 +0000
commit31f0bf09b8be0b57006815a70854fdaddb729bff (patch)
tree11baec3adeb75faf585a895373198a7524c905ba /graphics/Mesa
parentb724a52e5787f6ae1277ff229996e09618d7556c (diff)
downloadpkgsrc-31f0bf09b8be0b57006815a70854fdaddb729bff.tar.gz
Update MESA_PATCHFILES, too; without this, the update isn't of much use. ;)
Thanks to dsainty@ for pointing it out. Obviously I did update this while testing it, but I did a cvs up -dPAC at some point and lost it.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index 6b13037d1a3..f4d3b94c8bd 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.61 2008/04/30 07:09:48 bjs Exp $
+# $NetBSD: Makefile.common,v 1.62 2008/05/21 08:26:19 bjs Exp $
#
# This Makefile fragment is included either directly or indirectly (through
# Makefile.lib) by all packages that are built from the Mesa sources.
@@ -19,7 +19,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
#
MESA_VERSION= 7.0.3
MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL}
-MESA_PATCHFILES= 001 002
+MESA_PATCHFILES= 001 002 003
MESA_PATCHLEVEL= ${MESA_PATCHFILES:O:[-1]:C|^[0^]*|.|}
PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}