pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql93 Fix CONFLICTS line.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c56c3a48aa1d
branches: trunk
changeset: 637314:c56c3a48aa1d
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 26 23:58:33 2014 +0000
description:
Fix CONFLICTS line.
diffstat:
databases/postgresql93/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6e3409b9ec39 -r c56c3a48aa1d databases/postgresql93/Makefile.common
--- a/databases/postgresql93/Makefile.common Sat Jul 26 21:51:55 2014 +0000
+++ b/databases/postgresql93/Makefile.common Sat Jul 26 23:58:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2014/07/25 22:14:56 adam Exp $
+# $NetBSD: Makefile.common,v 1.8 2014/07/26 23:58:33 wiz Exp $
#
# used by databases/postgresql93-adminpack/Makefile
# used by databases/postgresql93-client/Makefile
@@ -37,7 +37,7 @@
.if !empty(PKGNAME:M*-*-*)
module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//}
CONFLICTS+= postgresql[0-8][0-9]-${module}-[0-9]*
-CONFLICTS+= postgresql9[013-9]-${module}-[0-9]*
+CONFLICTS+= postgresql9[0124-9]-${module}-[0-9]*
.endif
DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql93/distinfo
Home |
Main Index |
Thread Index |
Old Index