Received: by mail.netbsd.org (Postfix, from userid 605) id 2612584D43; Mon, 3 Sep 2018 12:37:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 34CB984D2D for ; Mon, 3 Sep 2018 12:37:46 +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 EL9h9cOURY-H for ; Mon, 3 Sep 2018 12:37:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6954D84CBC for ; Mon, 3 Sep 2018 12:37:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F218FBF8; Mon, 3 Sep 2018 12:37:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1535978265143170" MIME-Version: 1.0 Date: Mon, 3 Sep 2018 12:37:45 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/ddclient To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20180903123745.5F218FBF8@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. --_----------=_1535978265143170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Sep 3 12:37:45 UTC 2018 Modified Files: pkgsrc/net/ddclient: Makefile Log Message: ddclient: Substitute in post-patch, not pre-configure The pre-configure target is not run when there is no configure phase. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/ddclient/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1535978265143170 Content-Disposition: inline Content-Length: 874 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ddclient/Makefile diff -u pkgsrc/net/ddclient/Makefile:1.42 pkgsrc/net/ddclient/Makefile:1.43 --- pkgsrc/net/ddclient/Makefile:1.42 Wed Aug 22 09:45:51 2018 +++ pkgsrc/net/ddclient/Makefile Mon Sep 3 12:37:45 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2018/08/22 09:45:51 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2018/09/03 12:37:45 gdt Exp $ DISTNAME= ddclient-3.8.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ddclient/} EXTRACT_SUFX= .tar.bz2 @@ -33,7 +33,7 @@ INSTALLATION_DIRS= sbin share/doc/ddclie SUBST_CLASSES+= config SUBST_MESSAGE.config= Adjust variables: PKG_SYSCONFDIR VARBASE PERL5 (in patch-aa) SUBST_FILES.config+= ddclient -SUBST_STAGE.config= pre-configure +SUBST_STAGE.config= post-patch SUBST_VARS.config= PKG_SYSCONFDIR VARBASE PERL5 NO_CONFIGURE= yes --_----------=_1535978265143170--