Date: Thu, 31 Oct 2013 19:40:11 GMT From: KATO Tsuguru <tkato432@yahoo.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/181893: print/typetools: Update to version 2.99 Message-ID: <201310311940.r9VJeBVw065491@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/181893; it has been noted by GNATS. From: KATO Tsuguru <tkato432@yahoo.com> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181893: print/typetools: Update to version 2.99 Date: Fri, 1 Nov 2013 04:26:25 +0900 This is a multi-part message in MIME format. --Multipart=_Fri__1_Nov_2013_04_26_25_+0900_yAdZzeMef_t0YQJU Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Remake of the patch against current tree. --Multipart=_Fri__1_Nov_2013_04_26_25_+0900_yAdZzeMef_t0YQJU Content-Type: text/x-diff; name="print_typetools.diff" Content-Disposition: attachment; filename="print_typetools.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/print/typetools/Makefile print/typetools/Makefile --- /usr/ports/print/typetools/Makefile 2013-09-22 00:32:34.000000000 +0900 +++ print/typetools/Makefile 2013-11-01 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/print/typetools/Makefile 327765 2013-09-20 22:43:59Z bapt $ PORTNAME= typetools -PORTVERSION= 2.98 +PORTVERSION= 2.99 CATEGORIES= print MASTER_SITES= http://www.lcdf.org/type/ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} @@ -13,14 +13,11 @@ LICENSE= GPLv2 USE_TEX= base +USE_GCC= any 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> diff -urN /usr/ports/print/typetools/distinfo print/typetools/distinfo --- /usr/ports/print/typetools/distinfo 2013-09-05 01:45:33.000000000 +0900 +++ print/typetools/distinfo 2013-11-01 00:00:00.000000000 +0900 @@ -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 diff -urN /usr/ports/print/typetools/pkg-plist print/typetools/pkg-plist --- /usr/ports/print/typetools/pkg-plist 2013-09-05 01:45:33.000000000 +0900 +++ print/typetools/pkg-plist 2013-11-01 00:00:00.000000000 +0900 @@ -9,6 +9,17 @@ 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 --Multipart=_Fri__1_Nov_2013_04_26_25_+0900_yAdZzeMef_t0YQJU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310311940.r9VJeBVw065491>