svn commit: r338560 - in branches/2014Q1/print/typetools: . files

Antoine Brodin antoine at FreeBSD.org
Fri Jan 3 16:18:30 UTC 2014


Author: antoine
Date: Fri Jan  3 16:18:29 2014
New Revision: 338560
URL: http://svnweb.freebsd.org/changeset/ports/338560

Log:
  MFH: r338558
  
  - Update to 2.99
  - Stage support
  - Fix build with clang
  
  PR:		ports/181893
  Submitted by:	KATO Tsuguru
  Approved by:	portmgr (implicit)

Added:
  branches/2014Q1/print/typetools/files/
     - copied from r338558, head/print/typetools/files/
Modified:
  branches/2014Q1/print/typetools/Makefile
  branches/2014Q1/print/typetools/distinfo
  branches/2014Q1/print/typetools/pkg-plist
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/print/typetools/Makefile
==============================================================================
--- branches/2014Q1/print/typetools/Makefile	Fri Jan  3 16:18:05 2014	(r338559)
+++ branches/2014Q1/print/typetools/Makefile	Fri Jan  3 16:18:29 2014	(r338560)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	typetools
-PORTVERSION=	2.98
+PORTVERSION=	2.99
 CATEGORIES=	print
 MASTER_SITES=	http://www.lcdf.org/type/
 DISTNAME=	lcdf-${PORTNAME}-${PORTVERSION}
@@ -17,10 +17,6 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_header_kpathsea_kpathsea_h=yes
 CONFIGURE_ARGS=	--with-kpathsea=${LOCALBASE}
 
-MAN1=		cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 \
-		t1lint.1 t1rawafm.1 t1reencode.1 t1testpage.1 ttftotype42.1
-
 DATADIR=	${PREFIX}/share/lcdf-${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: branches/2014Q1/print/typetools/distinfo
==============================================================================
--- branches/2014Q1/print/typetools/distinfo	Fri Jan  3 16:18:05 2014	(r338559)
+++ branches/2014Q1/print/typetools/distinfo	Fri Jan  3 16:18:29 2014	(r338560)
@@ -1,2 +1,2 @@
-SHA256 (lcdf-typetools-2.98.tar.gz) = 26b9be336b3d575555436d139e5a9c40fea58f5b9468516f974ca7bd1eeae17f
-SIZE (lcdf-typetools-2.98.tar.gz) = 621485
+SHA256 (lcdf-typetools-2.99.tar.gz) = cbb0ed8c42d078fb216b8f4b8ca7a29e0ad3c1969f580a6f2558c829a472adff
+SIZE (lcdf-typetools-2.99.tar.gz) = 627203

Modified: branches/2014Q1/print/typetools/pkg-plist
==============================================================================
--- branches/2014Q1/print/typetools/pkg-plist	Fri Jan  3 16:18:05 2014	(r338559)
+++ branches/2014Q1/print/typetools/pkg-plist	Fri Jan  3 16:18:29 2014	(r338560)
@@ -9,6 +9,17 @@ bin/t1rawafm
 bin/t1reencode
 bin/t1testpage
 bin/ttftotype42
+man/man1/cfftot1.1.gz
+man/man1/mmafm.1.gz
+man/man1/mmpfb.1.gz
+man/man1/otfinfo.1.gz
+man/man1/otftotfm.1.gz
+man/man1/t1dotlessj.1.gz
+man/man1/t1lint.1.gz
+man/man1/t1rawafm.1.gz
+man/man1/t1reencode.1.gz
+man/man1/t1testpage.1.gz
+man/man1/ttftotype42.1.gz
 %%DATADIR%%/7t.enc
 %%DATADIR%%/glyphlist.txt
 %%DATADIR%%/texglyphlist.txt


More information about the svn-ports-all mailing list