Received: by mail.netbsd.org (Postfix, from userid 605) id 161EA84D7B; Sat, 16 May 2020 11:23:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 922EC84D6D for ; Sat, 16 May 2020 11:23:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5dwd0FOR46hE for ; Sat, 16 May 2020 11:23:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E6AC884D20 for ; Sat, 16 May 2020 11:23:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E0403FB27; Sat, 16 May 2020 11:23:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158962823751360" MIME-Version: 1.0 Date: Sat, 16 May 2020 11:23:57 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/databases/postgresql-postgis2 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200516112357.E0403FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158962823751360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat May 16 11:23:57 UTC 2020 Modified Files: pkgsrc/databases/postgresql-postgis2: Makefile Log Message: databases/postgresql-postgis2: remove no-op SUBST block The mentioned files don't contain any placeholder, and they are not installed either. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 pkgsrc/databases/postgresql-postgis2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158962823751360 Content-Disposition: inline Content-Length: 1117 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/postgresql-postgis2/Makefile diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.74 pkgsrc/databases/postgresql-postgis2/Makefile:1.75 --- pkgsrc/databases/postgresql-postgis2/Makefile:1.74 Sat May 16 11:08:59 2020 +++ pkgsrc/databases/postgresql-postgis2/Makefile Sat May 16 11:23:57 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2020/05/16 11:08:59 rillig Exp $ +# $NetBSD: Makefile,v 1.75 2020/05/16 11:23:57 rillig Exp $ MAJOR= 2.5 DISTNAME= postgis-${MAJOR}.3 @@ -53,14 +53,6 @@ PLIST_SUBST+= MAJOR=${MAJOR} PRINT_PLIST_AWK+= { gsub(/postgis-${MAJOR:S|/|\\/|g}/, "postgis-$${MAJOR}") } PRINT_PLIST_AWK+= { gsub(/topology-${MAJOR:S|/|\\/|g}/, "topology-$${MAJOR}") } -SUBST_CLASSES+= paths -SUBST_FILES.paths= extras/template_gis/profile \ - extras/template_gis/createdb.postgis.1 \ - extras/template_gis/mktemplate_gis.1 \ - extras/template_gis/postgis_env.sh.in -SUBST_VARS.paths+= PKG_SYSCONFDIR -SUBST_STAGE.paths= pre-configure - INSTALLATION_DIRS= ${DOCDIR} ${DOCDIR}/images ${PKGMANDIR}/man1 REPLACE_PERL+= utils/postgis_restore.pl.in --_----------=_158962823751360--