pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql-postgis2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Nov 14 14:14:14 UTC 2025

Modified Files:
        pkgsrc/databases/postgresql-postgis2: Makefile

Log Message:
databases/postgresql-postgis2: Adjust ordering and whitespace

per pkglint.   NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 pkgsrc/databases/postgresql-postgis2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql-postgis2/Makefile
diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.184 pkgsrc/databases/postgresql-postgis2/Makefile:1.185
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.184 Fri Nov 14 14:12:31 2025
+++ pkgsrc/databases/postgresql-postgis2/Makefile       Fri Nov 14 14:14:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.184 2025/11/14 14:12:31 gdt Exp $
+# $NetBSD: Makefile,v 1.185 2025/11/14 14:14:14 gdt Exp $
 
 # Note that the PKGPATH remains "postgresql-postgis2", added during
 # postgis 1->2 migration, due to inertia and the pain of renaming.  So
@@ -21,12 +21,10 @@ MASTER_SITES=       https://download.osgeo.org
 MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      https://postgis.net/
 COMMENT=       Spatial database capabilities for PostgreSQL
-
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=              postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
-
 TOOL_DEPENDS+=         docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+DEPENDS+=              postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
 
 CONFLICTS=             postgis-[0-9]*
 



Home | Main Index | Thread Index | Old Index