From owner-svn-ports-head@FreeBSD.ORG Tue Aug 12 20:28:01 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id B4820970 for ; Tue, 12 Aug 2014 20:28:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89EAB2D47 for ; Tue, 12 Aug 2014 20:28:01 +0000 (UTC) Received: from antoine (uid 1152) (envelope-from antoine@FreeBSD.org) id 61bb by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 12 Aug 2014 20:28:01 +0000 From: Antoine Brodin Date: Tue, 12 Aug 2014 20:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364743 - head/print/cm-super X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53ea78d1.61bb.28e99e18@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 12 Aug 2014 20:28:01 -0000 Author: antoine Date: Tue Aug 12 20:28:01 2014 New Revision: 364743 URL: http://svnweb.freebsd.org/changeset/ports/364743 QAT: https://qat.redports.org/buildarchive/r364743/ Log: Fix run dependencies Note: the install/deinstall script still look a bit broken Modified: head/print/cm-super/Makefile Modified: head/print/cm-super/Makefile ============================================================================== --- head/print/cm-super/Makefile Tue Aug 12 20:27:30 2014 (r364742) +++ head/print/cm-super/Makefile Tue Aug 12 20:28:01 2014 (r364743) @@ -3,7 +3,7 @@ PORTNAME= cm-super PORTVERSION= 0.3.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print x11-fonts MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= hrs @@ -19,7 +19,7 @@ OPTIONS_SUB= yes X11_BUILD_DEPENDS= ${LOCALBASE}/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst USES= zip -USE_TEX= texlive base texmf +USE_TEX= texlive base texmf infra WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_SUB= UPDMAP_SYS="${UPDMAP_SYS}" \ @@ -28,9 +28,6 @@ PLIST_SUB= UPDMAP_SYS="${UPDMAP_SYS}" \ TEXMFDIR=${TEXMFDIR} \ MACRODIR=${MACRODIR} \ -BUILD_DEPENDS= updmap:${PORTSDIR}/print/texlive-base \ - ${PREFIX}/${TEXMFDIR}/web2c/updmap-hdr.cfg:${PORTSDIR}/print/texlive-infra - UPDMAP_SYS= ${LOCALBASE}/bin/updmap-sys --quiet --progname=all MKTEXLSR= ${LOCALBASE}/bin/mktexlsr TEXMFDIR= share/texmf