From owner-svn-ports-all@FreeBSD.ORG Mon Jul 29 10:26:41 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id 0DDFB593; Mon, 29 Jul 2013 10:26:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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 D8F3B2BE7; Mon, 29 Jul 2013 10:26:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TAQewX040673; Mon, 29 Jul 2013 10:26:40 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6TAQesx040671; Mon, 29 Jul 2013 10:26:40 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201307291026.r6TAQesx040671@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 29 Jul 2013 10:26:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323880 - head/www/chimera 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.14 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, 29 Jul 2013 10:26:41 -0000 Author: danfe Date: Mon Jul 29 10:26:40 2013 New Revision: 323880 URL: http://svnweb.freebsd.org/changeset/ports/323880 Log: - Expand creator's name in Makefile header to make it more standard - Fix the build: scripts/configure was not being run because do-configure target in b.p.m. was masked out by the one inside Uses/imake.mk - Slightly improve on wording in COMMENT and port description Reported by: pointyhat-west Modified: head/www/chimera/Makefile head/www/chimera/pkg-descr Modified: head/www/chimera/Makefile ============================================================================== --- head/www/chimera/Makefile Mon Jul 29 09:33:40 2013 (r323879) +++ head/www/chimera/Makefile Mon Jul 29 10:26:40 2013 (r323880) @@ -1,4 +1,4 @@ -# Created by: asami +# Created by: Satoshi Asami # $FreeBSD$ PORTNAME= chimera @@ -8,7 +8,7 @@ CATEGORIES= www MASTER_SITES= http://www.rocklinux.net/people/ripclaw/projects/software/chimera/devel/ MAINTAINER= ports@FreeBSD.org -COMMENT= X/Athena World-Wide Web client +COMMENT= X/Athena-based World Wide Web client RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support @@ -18,4 +18,8 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= chimera.1 +# Call the port's configure script explicitly, since USES=imake masks it out +pre-configure: + ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure + .include Modified: head/www/chimera/pkg-descr ============================================================================== --- head/www/chimera/pkg-descr Mon Jul 29 09:33:40 2013 (r323879) +++ head/www/chimera/pkg-descr Mon Jul 29 10:26:40 2013 (r323880) @@ -1,4 +1,4 @@ -Chimera is a program which allows a user to access World-Wide Web servers +Chimera is a program which allows a user to access World Wide Web servers and other information servers. It presents the user with a point-and-click graphical interface using the X Window System and the Athena Widgets.