From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 18:24:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC1A17A0; Sat, 1 Feb 2014 18:24:35 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C110812CD; Sat, 1 Feb 2014 18:24:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s11IOZCD005435; Sat, 1 Feb 2014 18:24:35 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s11IOZJS005433; Sat, 1 Feb 2014 18:24:35 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402011824.s11IOZJS005433@svn.freebsd.org> From: Antoine Brodin Date: Sat, 1 Feb 2014 18:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342198 - head/sysutils/uptimed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 18:24:36 -0000 Author: antoine Date: Sat Feb 1 18:24:35 2014 New Revision: 342198 URL: http://svnweb.freebsd.org/changeset/ports/342198 QAT: https://qat.redports.org/buildarchive/r342198/ Log: Stage support Modified: head/sysutils/uptimed/Makefile head/sysutils/uptimed/pkg-plist Modified: head/sysutils/uptimed/Makefile ============================================================================== --- head/sysutils/uptimed/Makefile Sat Feb 1 18:24:29 2014 (r342197) +++ head/sysutils/uptimed/Makefile Sat Feb 1 18:24:35 2014 (r342198) @@ -13,7 +13,7 @@ COMMENT= Uptime daemon LICENSE= GPLv2 USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf LIBTOOLIZE_ARGS=--copy --force ACLOCAL_ARGS= # empty @@ -22,10 +22,6 @@ USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} -MAN1= uprecords.1 -MAN8= uptimed.8 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/lib/sendmail|/usr/sbin/sendmail| ; \ @@ -33,11 +29,11 @@ post-patch: ${WRKSRC}/etc/uptimed.conf-dist post-install: - @${MKDIR} ${PREFIX}/www/cgi-bin - (cd ${PREFIX}/bin && ${INSTALL_PROGRAM} uprecords \ - ${PREFIX}/www/cgi-bin/uprecords.cgi) - (cd ${WRKSRC}/sample-cgi && ${INSTALL_DATA} * \ - ${PREFIX}/www/cgi-bin) - @${MKDIR} /var/spool/uptimed + @${MKDIR} ${STAGEDIR}${PREFIX}/www/cgi-bin + ${INSTALL_PROGRAM} ${STAGEDIR}${PREFIX}/bin/uprecords \ + ${STAGEDIR}${PREFIX}/www/cgi-bin/uprecords.cgi + ${INSTALL_DATA} ${WRKSRC}/sample-cgi/* \ + ${STAGEDIR}${PREFIX}/www/cgi-bin + @${MKDIR} ${STAGEDIR}/var/spool/uptimed .include Modified: head/sysutils/uptimed/pkg-plist ============================================================================== --- head/sysutils/uptimed/pkg-plist Sat Feb 1 18:24:29 2014 (r342197) +++ head/sysutils/uptimed/pkg-plist Sat Feb 1 18:24:35 2014 (r342198) @@ -5,6 +5,8 @@ lib/libuptimed.a lib/libuptimed.la lib/libuptimed.so lib/libuptimed.so.0 +man/man1/uprecords.1.gz +man/man8/uptimed.8.gz sbin/uptimed www/cgi-bin/uprecords.cgi www/cgi-bin/uprecords.conf