From owner-svn-ports-head@FreeBSD.ORG Tue Jul 22 19:33:42 2014 Return-Path: Delivered-To: svn-ports-head@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 4965CB3F; Tue, 22 Jul 2014 19:33:42 +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 1B47E2C3B; Tue, 22 Jul 2014 19:33:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MJXfmN059974; Tue, 22 Jul 2014 19:33:41 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MJXf0C059972; Tue, 22 Jul 2014 19:33:41 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201407221933.s6MJXf0C059972@svn.freebsd.org> From: Pawel Pekala Date: Tue, 22 Jul 2014 19:33:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362572 - head/sysutils/gcombust 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.18 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: Tue, 22 Jul 2014 19:33:42 -0000 Author: pawel Date: Tue Jul 22 19:33:41 2014 New Revision: 362572 URL: http://svnweb.freebsd.org/changeset/ports/362572 QAT: https://qat.redports.org/buildarchive/r362572/ Log: - Add staging support - Correct spelling mistakes in pkg-descr Modified: head/sysutils/gcombust/Makefile head/sysutils/gcombust/pkg-descr Modified: head/sysutils/gcombust/Makefile ============================================================================== --- head/sysutils/gcombust/Makefile Tue Jul 22 19:32:50 2014 (r362571) +++ head/sysutils/gcombust/Makefile Tue Jul 22 19:33:41 2014 (r362572) @@ -24,12 +24,8 @@ CONFIGURE_ARGS+=--without-included-gette CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -NO_STAGE= yes - OPTIONS_DEFINE= DOCS -.include - pre-patch: @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \ ${WRKSRC}/configure @@ -39,10 +35,8 @@ post-configure: cd ${WRKSRC}/po && ${MAKE} update-po post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${PREFIX}/share/doc/gcombust - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} .include Modified: head/sysutils/gcombust/pkg-descr ============================================================================== --- head/sysutils/gcombust/pkg-descr Tue Jul 22 19:32:50 2014 (r362571) +++ head/sysutils/gcombust/pkg-descr Tue Jul 22 19:33:41 2014 (r362572) @@ -5,11 +5,11 @@ would probably be wise to test it with t I haven't made any stupid errors. Also, it prints the command it's executing to stdout so you can look at it and maybe spot errors. -I love to recieve feedback/comments/ideas/bugreports at: +I love to receive feedback/comments/ideas/bugreports at: jmunsin@iki.fi (jmunsin@abo.fi) NOTE: If you decide to do a NLS translation of gcombust, it might be a good - idea to mail me about it to make sure noone else is doing one for the + idea to mail me about it to make sure no one else is doing one for the same language. WWW: http://www.abo.fi/~jmunsin/gcombust/