pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql-pljava postgresql-pljava: Remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/108f1d7891d2
branches:  trunk
changeset: 453157:108f1d7891d2
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon May 24 15:07:09 2021 +0000

description:
postgresql-pljava: Remove PGSQL_VERSIONS_ACCEPTED.

It only listed the now non-existent 95.  If it really doesn't work with newer
versions then it needs to be upgraded or removed from pkgsrc.

diffstat:

 databases/postgresql-pljava/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r c8f4d8586340 -r 108f1d7891d2 databases/postgresql-pljava/Makefile
--- a/databases/postgresql-pljava/Makefile      Mon May 24 15:04:56 2021 +0000
+++ b/databases/postgresql-pljava/Makefile      Mon May 24 15:07:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/05/23 15:30:27 nia Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/24 15:07:09 jperkin Exp $
 
 DISTNAME=      pljava-1.5.0
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -18,8 +18,6 @@
 DEPENDS+=      apache-maven-[0-9]*:../../devel/apache-maven
 DEPENDS+=      postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
 
-PGSQL_VERSIONS_ACCEPTED=       95
-
 USE_JAVA2=     7
 USE_LANGUAGES= c c++
 TOOLS_BROKEN+= perl



Home | Main Index | Thread Index | Old Index