aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql93-pgtcl
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2013-05-12 07:46:30 +0800
committergirgen <girgen@FreeBSD.org>2013-05-12 07:46:30 +0800
commit85b731fcf6a5e70e0645166a4c1611c8093d7fd7 (patch)
treedcf48f35e1c0d88d803a17ef2347231f73df8d9b /databases/postgresql93-pgtcl
parentb92cbbbbb184af1289db338306c08543ddd63a75 (diff)
downloadfreebsd-ports-gnome-85b731fcf6a5e70e0645166a4c1611c8093d7fd7.tar.gz
freebsd-ports-gnome-85b731fcf6a5e70e0645166a4c1611c8093d7fd7.tar.zst
freebsd-ports-gnome-85b731fcf6a5e70e0645166a4c1611c8093d7fd7.zip
Prepare for postgresql 9.3 beta 1 by svn cp postgresql92-* postgresql93-*
Diffstat (limited to 'databases/postgresql93-pgtcl')
-rw-r--r--databases/postgresql93-pgtcl/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql93-pgtcl/Makefile b/databases/postgresql93-pgtcl/Makefile
new file mode 100644
index 000000000000..59397b7e7b10
--- /dev/null
+++ b/databases/postgresql93-pgtcl/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+WANT_PGSQL_VER= 92
+PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
+
+CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01]-[0-9]*
+
+MASTERDIR= ${.CURDIR}/../pgtcl
+
+.include "${MASTERDIR}/Makefile"
f51848ba478280fbfbe340d51bfc62b'>Update to 4.1.5. It is partially based on the following PR.jkim2014-02-26