From owner-svn-ports-all@FreeBSD.ORG Fri Apr 4 16:59:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76D67F80; Fri, 4 Apr 2014 16:59:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A12E791; Fri, 4 Apr 2014 16:59:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s34GxwYM090144; Fri, 4 Apr 2014 16:59:58 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s34GxvOx090141; Fri, 4 Apr 2014 16:59:57 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201404041659.s34GxvOx090141@svn.freebsd.org> From: Pawel Pekala Date: Fri, 4 Apr 2014 16:59:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350140 - head/dns/ez-ipupdate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 16:59:58 -0000 Author: pawel Date: Fri Apr 4 16:59:57 2014 New Revision: 350140 URL: http://svnweb.freebsd.org/changeset/ports/350140 QAT: https://qat.redports.org/buildarchive/r350140/ Log: Add staging support Modified: head/dns/ez-ipupdate/Makefile head/dns/ez-ipupdate/pkg-plist Modified: head/dns/ez-ipupdate/Makefile ============================================================================== --- head/dns/ez-ipupdate/Makefile Fri Apr 4 16:36:39 2014 (r350139) +++ head/dns/ez-ipupdate/Makefile Fri Apr 4 16:59:57 2014 (r350140) @@ -15,14 +15,10 @@ COMMENT= Update your host name on any dy USE_RC_SUBR= ez-ipupdate GNU_CONFIGURE= yes -NO_STAGE= yes post-install: - ${MKDIR} ${PREFIX}/share/examples/${PORTNAME} - for f in ${WRKSRC}/example-*.conf; \ - do \ - ${INSTALL_DATA} $$f ${PREFIX}/share/examples/${PORTNAME}/; \ - done + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} example-*.conf ${STAGEDIR}${EXAMPLESDIR}) ${INSTALL_DATA} ${WRKSRC}/example.conf \ - ${PREFIX}/etc/${PORTNAME}.conf.sample + ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include Modified: head/dns/ez-ipupdate/pkg-plist ============================================================================== --- head/dns/ez-ipupdate/pkg-plist Fri Apr 4 16:36:39 2014 (r350139) +++ head/dns/ez-ipupdate/pkg-plist Fri Apr 4 16:59:57 2014 (r350140) @@ -1,13 +1,13 @@ bin/ez-ipupdate etc/ez-ipupdate.conf.sample -share/examples/ez-ipupdate/example-dhs.conf -share/examples/ez-ipupdate/example-dyndns.conf -share/examples/ez-ipupdate/example-dyns.conf -share/examples/ez-ipupdate/example-easydns.conf -share/examples/ez-ipupdate/example-gnudip.conf -share/examples/ez-ipupdate/example-heipv6tb.conf -share/examples/ez-ipupdate/example-justlinux.conf -share/examples/ez-ipupdate/example-ods.conf -share/examples/ez-ipupdate/example-pgpow.conf -share/examples/ez-ipupdate/example-tzo.conf -@dirrm share/examples/ez-ipupdate +%%EXAMPLESDIR%%/example-dhs.conf +%%EXAMPLESDIR%%/example-dyndns.conf +%%EXAMPLESDIR%%/example-dyns.conf +%%EXAMPLESDIR%%/example-easydns.conf +%%EXAMPLESDIR%%/example-gnudip.conf +%%EXAMPLESDIR%%/example-heipv6tb.conf +%%EXAMPLESDIR%%/example-justlinux.conf +%%EXAMPLESDIR%%/example-ods.conf +%%EXAMPLESDIR%%/example-pgpow.conf +%%EXAMPLESDIR%%/example-tzo.conf +@dirrm %%EXAMPLESDIR%%