View | Details | Raw Unified | Return to bug 87309
Collapse All | Expand All

(-)ft2demos/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ft2demos
8
PORTNAME=	ft2demos
9
PORTVERSION=	2.1.9
9
PORTVERSION=	2.1.10
10
CATEGORIES=	print
10
CATEGORIES=	print
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
12
		http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
12
		http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
Lines 31-37 Link Here
31
31
32
FREETYPE_WRKSRC!=	cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
32
FREETYPE_WRKSRC!=	cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
33
33
34
FT_PROGRAMS=	ftbench ftdump ftlint ftmemchk ftmulti ftstring fttimer ftview testname
34
FT_PROGRAMS=	ftbench ftchkwd ftdump ftgamma ftlint ftmemchk ftmulti ftstring fttimer ftvalid ftview testname
35
35
36
do-install:
36
do-install:
37
	@(cd ${WRKSRC}/bin/.libs/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
37
	@(cd ${WRKSRC}/bin/.libs/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
(-)ft2demos/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (ft2demos-2.1.9.tar.bz2) = 43ca06d7a926d07db4bbb1885c4a2971
1
MD5 (ft2demos-2.1.10.tar.bz2) = 4edaff5721fedcf1932e76935f3029b3
2
SIZE (ft2demos-2.1.9.tar.bz2) = 117382
2
SIZE (ft2demos-2.1.10.tar.bz2) = 122842
(-)ft2demos/pkg-plist (+3 lines)
Lines 1-9 Link Here
1
bin/ftbench
1
bin/ftbench
2
bin/ftchkwd
2
bin/ftdump
3
bin/ftdump
4
bin/ftgamma
3
bin/ftlint
5
bin/ftlint
4
bin/ftmemchk
6
bin/ftmemchk
5
bin/ftmulti
7
bin/ftmulti
6
bin/ftstring
8
bin/ftstring
7
bin/fttimer
9
bin/fttimer
10
bin/ftvalid
8
bin/ftview
11
bin/ftview
9
bin/testname
12
bin/testname

Return to bug 87309