svn commit: r364743 - head/print/cm-super

Antoine Brodin antoine at FreeBSD.org
Tue Aug 12 20:28:01 UTC 2014


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


More information about the svn-ports-all mailing list