changeset 1523:70d4afbbd76a

package postgresql: fix update macro
author Mark Brand <mabrand@mabrand.nl>
date Thu, 23 Dec 2010 02:42:24 +0100
parents 09a726b9c1a4
children 5208c579581a
files src/postgresql.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Thu Dec 23 02:33:05 2010 +0100
+++ b/src/postgresql.mk	Thu Dec 23 02:42:24 2010 +0100
@@ -15,7 +15,7 @@
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://git.postgresql.org/gitweb?p=postgresql.git;a=tags' | \
-    grep 'refs/tags/REL[0-9_]*"' | \
+    grep 'refs/tags/REL9[0-9_]*"' | \
     $(SED) 's,.*refs/tags/REL\(.*\)".*,\1,g;' | \
     $(SED) 's,_,.,g' | \
     head -1