pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql80-server Replace share/postgresql...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea2024dbfb00
branches:  trunk
changeset: 492454:ea2024dbfb00
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Apr 13 13:15:47 2005 +0000

description:
Replace share/postgresql80/timezone/Australia/${OPSYS}
with    share/postgresql80/timezone/Australia/Darwin
to fix non MacOS X machines. overenthusiastic search & replace?

diffstat:

 databases/postgresql80-server/PLIST |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d359a8057fe -r ea2024dbfb00 databases/postgresql80-server/PLIST
--- a/databases/postgresql80-server/PLIST       Wed Apr 13 08:11:26 2005 +0000
+++ b/databases/postgresql80-server/PLIST       Wed Apr 13 13:15:47 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2005/04/11 20:34:44 recht Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/04/13 13:15:47 abs Exp $
 bin/postgres
 bin/postmaster
 lib/postgresql/ascii_and_mic.so
@@ -362,7 +362,7 @@
 share/postgresql80/timezone/Australia/Brisbane
 share/postgresql80/timezone/Australia/Broken_Hill
 share/postgresql80/timezone/Australia/Canberra
-share/postgresql80/timezone/Australia/${OPSYS}
+share/postgresql80/timezone/Australia/Darwin
 share/postgresql80/timezone/Australia/Hobart
 share/postgresql80/timezone/Australia/LHI
 share/postgresql80/timezone/Australia/Lindeman



Home | Main Index | Thread Index | Old Index