From owner-svn-ports-head@freebsd.org Mon Jul 20 19:12:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B66869A6BA0; Mon, 20 Jul 2015 19:12:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.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 A6FD411C5; Mon, 20 Jul 2015 19:12:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KJCZ8O012841; Mon, 20 Jul 2015 19:12:35 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KJCZbJ012839; Mon, 20 Jul 2015 19:12:35 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507201912.t6KJCZbJ012839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 20 Jul 2015 19:12:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392593 - in head: japanese/tex-ptex print/tex-aleph 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.20 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, 20 Jul 2015 19:12:35 -0000 Author: hrs Date: Mon Jul 20 19:12:34 2015 New Revision: 392593 URL: https://svnweb.freebsd.org/changeset/ports/392593 Log: Add missing dependency. Modified: head/japanese/tex-ptex/Makefile head/print/tex-aleph/Makefile Modified: head/japanese/tex-ptex/Makefile ============================================================================== --- head/japanese/tex-ptex/Makefile Mon Jul 20 16:39:01 2015 (r392592) +++ head/japanese/tex-ptex/Makefile Mon Jul 20 19:12:34 2015 (r392593) @@ -2,6 +2,7 @@ PORTNAME= ptex PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= ja-tex- @@ -14,7 +15,7 @@ EXTRACT_ONLY= texlive-${DISTVERSION_TEXL MAINTAINER= hrs@FreeBSD.org COMMENT= ASCII Japanese pTeX -USES= tar:xz gmake +USES= tar:xz gmake pkgconfig USE_TEX= kpathsea web2c ptexenc texmf formats fmtutil USE_XORG= pixman USE_GNOME= cairo Modified: head/print/tex-aleph/Makefile ============================================================================== --- head/print/tex-aleph/Makefile Mon Jul 20 16:39:01 2015 (r392592) +++ head/print/tex-aleph/Makefile Mon Jul 20 19:12:34 2015 (r392593) @@ -2,7 +2,7 @@ PORTNAME= aleph PORTVERSION= 1.15.2.1.r.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- @@ -15,7 +15,7 @@ EXTRACT_ONLY= texlive-${DISTVERSION_TEXL MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Engine including Omega and e-TeX features -USES= gmake tar:xz +USES= gmake tar:xz pkgconfig USE_TEX= kpathsea web2c texmf formats fmtutil USE_XORG= pixman USE_GNOME= cairo