From owner-svn-ports-all@FreeBSD.ORG Mon Jul 7 17:50:02 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 CD68B494; Mon, 7 Jul 2014 17:50:02 +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 BB2A82E71; Mon, 7 Jul 2014 17:50:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67Ho2PT010125; Mon, 7 Jul 2014 17:50:02 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67Ho2AR010123; Mon, 7 Jul 2014 17:50:02 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201407071750.s67Ho2AR010123@svn.freebsd.org> From: Marcus von Appen Date: Mon, 7 Jul 2014 17:50:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361109 - head/editors/hte 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.18 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: Mon, 07 Jul 2014 17:50:02 -0000 Author: mva Date: Mon Jul 7 17:50:02 2014 New Revision: 361109 URL: http://svnweb.freebsd.org/changeset/ports/361109 QAT: https://qat.redports.org/buildarchive/r361109/ Log: - Rename ht binary and info page to hte to fix conflicting files with print/texlive-base PR: ports/191678 Submitted by: Ting-Wei Lan Modified: head/editors/hte/Makefile Modified: head/editors/hte/Makefile ============================================================================== --- head/editors/hte/Makefile Mon Jul 7 17:46:04 2014 (r361108) +++ head/editors/hte/Makefile Mon Jul 7 17:50:02 2014 (r361109) @@ -3,6 +3,7 @@ PORTNAME= hte PORTVERSION= 2.0.22 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/ht-source DISTNAME= ht-${PORTVERSION} @@ -15,7 +16,7 @@ LICENSE= GPLv2 USE_BZIP2= yes GNU_CONFIGURE= yes -PLIST_FILES= bin/ht +PLIST_FILES= bin/hte OPTIONS_DEFINE= DOCS LZO2 X11 OPTIONS_DEFAULT= X11 @@ -34,7 +35,7 @@ X11_LDFLAGS= -L${LOCALBASE}/lib X11_CONFIGURE_ENABLE= x11-textmode PORTDOCS= README -INFO= ht +INFO= hte post-patch: @${REINPLACE_CMD} -e 's|^CXXFLAGS=.*$$|CXXFLAGS="$$CXXFLAGS"|g ; \ @@ -43,10 +44,10 @@ post-patch: ${WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ht ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ht ${STAGEDIR}${PREFIX}/bin/hte @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/hthelp.info \ - ${STAGEDIR}${PREFIX}/${INFO_PATH}/ht.info + ${STAGEDIR}${PREFIX}/${INFO_PATH}/hte.info .include