From owner-svn-ports-head@FreeBSD.ORG Mon Jul 29 07:45:52 2013 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 ESMTP id 87B1260C; Mon, 29 Jul 2013 07:45:52 +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 750B72373; Mon, 29 Jul 2013 07:45:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6T7jq5J092528; Mon, 29 Jul 2013 07:45:52 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6T7jqER092527; Mon, 29 Jul 2013 07:45:52 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201307290745.r6T7jqER092527@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 29 Jul 2013 07:45:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323870 - head/print/xdvi 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.14 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: Mon, 29 Jul 2013 07:45:52 -0000 Author: danfe Date: Mon Jul 29 07:45:51 2013 New Revision: 323870 URL: http://svnweb.freebsd.org/changeset/ports/323870 Log: - Unbreak the build, convert USE_GMAKE to USES - Expand creator's name in header, touch COMMENT Pointy hat to: bapt (r322000) Modified: head/print/xdvi/Makefile Modified: head/print/xdvi/Makefile ============================================================================== --- head/print/xdvi/Makefile Mon Jul 29 07:29:21 2013 (r323869) +++ head/print/xdvi/Makefile Mon Jul 29 07:45:51 2013 (r323870) @@ -1,4 +1,4 @@ -# Created by: jmz +# Created by: Jean-Marc Zucconi # $FreeBSD$ PORTNAME= xdvi @@ -11,14 +11,13 @@ DISTNAME= ${PORTNAME}-20 EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= DVI Previewer for the X Window System +COMMENT= DVI previewer for the X Window System CONFLICTS= teTeX-* DIST_SUBDIR= xdvi -UES= imake +USES= gmake imake USE_XORG= ice sm x11 xaw xext xmu xt xpm -USE_GMAKE= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PLIST_SUB= LOCALBASE=${LOCALBASE}