Summary: | small update to bsd.port.mk for postgresql | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Palle Girgensohn <girgen> | ||||
Component: | Individual Port(s) | Assignee: | Port Management Team <portmgr> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Palle Girgensohn
2005-11-03 19:50:17 UTC
Responsible Changed From-To: freebsd-ports-bugs->portmgr Mk/bsd.ports.mk is portmgr's region State Changed From-To: open->analyzed Added to next exp-build. OK. Since postgresql-8.1 is out the door, can we perhaps have this simple fix committed meanwhile? Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.517 diff -u -r1.517 bsd.port.mk --- bsd.port.mk 15 Sep 2005 12:24:33 -0000 1.517 +++ bsd.port.mk 7 Nov 2005 23:57:07 -0000 @@ -1779,6 +1779,7 @@ PGSQL73_LIBVER= 3 PGSQL74_LIBVER= 3 PGSQL80_LIBVER= 4 +PGSQL81_LIBVER= 4 # Setting/finding PostgreSQL version we want. .if exists(${LOCALBASE}/bin/pg_config) State Changed From-To: analyzed->closed Committed. Thanks! |