pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Catch up with changes to the pathnames of postgres pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c660f6a5b83d
branches:  trunk
changeset: 478643:c660f6a5b83d
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Jul 27 17:59:58 2004 +0000

description:
Catch up with changes to the pathnames of postgres packages.

diffstat:

 pkgtools/pkgconflict/Makefile |  4 ++--
 www/openacs/Makefile          |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 1ae05a1c3920 -r c660f6a5b83d pkgtools/pkgconflict/Makefile
--- a/pkgtools/pkgconflict/Makefile     Tue Jul 27 17:18:41 2004 +0000
+++ b/pkgtools/pkgconflict/Makefile     Tue Jul 27 17:59:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:50 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2004/07/27 17:59:58 agc Exp $
 #
 
 DISTNAME=      pkgconflict-0.3
@@ -10,7 +10,7 @@
 MAINTAINER=    wennmach%NetBSD.org@localhost
 COMMENT=       Scripts to find conflicting packages in pkgsrc
 
-DEPENDS+=      postgresql>=7.0:../../databases/postgresql
+DEPENDS+=      postgresql>=7.0:../../databases/postgresql73
 
 WRKSRC=                ${WRKDIR}
 NO_CHECKSUM=   yes
diff -r 1ae05a1c3920 -r c660f6a5b83d www/openacs/Makefile
--- a/www/openacs/Makefile      Tue Jul 27 17:18:41 2004 +0000
+++ b/www/openacs/Makefile      Tue Jul 27 17:59:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/03/26 02:27:57 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2004/07/27 17:59:58 agc Exp $
 #
 
 DISTNAME=              openacs-3.2.5
@@ -13,10 +13,10 @@
 
 # Would also work with AOLServer, but there's no package for that.
 DEPENDS+=              ap-aolserver>=1.1:../../www/ap-aolserver
-DEPENDS+=              postgresql-lib>=7.0:../../databases/postgresql-lib
+DEPENDS+=              postgresql-lib>=7.0:../../databases/postgresql73-lib
 DEPENDS+=              ImageMagick>=5.3.9nb1:../../graphics/ImageMagick
 DEPENDS+=              unzip-[0-9]*:../../archivers/unzip
-BUILD_DEPENDS+=                postgresql-client>=7.0:../../databases/postgresql-client
+BUILD_DEPENDS+=                postgresql-client>=7.0:../../databases/postgresql73-client
 
 INTERACTIVE_STAGE=     fetch
 



Home | Main Index | Thread Index | Old Index