Skip site navigation (1)Skip section navigation (2)
Date:      13 Oct 2003 06:49:31 -0000
From:      KANOU Hiroki <kanou@khdd.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kanou@khdd.net
Subject:   ports/57933: print/ft2demos from 2.1.4 to 2.1.5
Message-ID:  <20031013064931.58136.qmail@khdd.net>
Resent-Message-ID: <200310130650.h9D6oNNm030742@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57933
>Category:       ports
>Synopsis:       print/ft2demos from 2.1.4 to 2.1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 12 23:50:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD khdd.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Jul 1 05:49:43 JST 2003 kanou@khdd.net:/usr/obj/usr/src/sys/COPPER i386

>Description:

FreeType2 demo programs are updated to the same version of the library.

Removed File: files/patch-Makefile.

>How-To-Repeat:
>Fix:

diff -u ft2demos.orig/Makefile ft2demos/Makefile
--- ft2demos.orig/Makefile	Mon Jun 30 23:14:17 2003
+++ ft2demos/Makefile	Mon Oct 13 15:42:46 2003
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	ft2demos
 # Date created:		12 April 2001
-# Whom:			KANOU Hiroki <kanou@mil.allnet.ne.jp>
+# Whom:			KANOU Hiroki <kanou@khdd.net>
 #
 # $FreeBSD: ports/print/ft2demos/Makefile,v 1.18 2003/06/26 22:58:30 ade Exp $
 #
 
 PORTNAME=	ft2demos
-PORTVERSION=	2.1.4
+PORTVERSION=	2.1.5
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
 		http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
@@ -31,9 +31,9 @@
 
 FREETYPE_WRKSRC!=	cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
 
-FT_PROGRAMS=	ftbench ftdump ftlint ftmemchk ftmulti ftstring fttimer ftview testnames
+FT_PROGRAMS=	ftbench ftdump ftlint ftmemchk ftmulti ftstring fttimer ftview testname
 
 do-install:
-	@(cd ${WRKSRC}/bin/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
+	@(cd ${WRKSRC}/bin/.libs/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
 
 .include <bsd.port.post.mk>
diff -u ft2demos.orig/distinfo ft2demos/distinfo
--- ft2demos.orig/distinfo	Fri Apr 11 14:08:39 2003
+++ ft2demos/distinfo	Mon Oct 13 15:16:24 2003
@@ -1 +1 @@
-MD5 (ft2demos-2.1.4.tar.bz2) = 92cb4e645fe1cfb8345b64cedb9d332e
+MD5 (ft2demos-2.1.5.tar.bz2) = 0484cfc7d881ccb49cafa85ec3198f3c
diff -u ft2demos.orig/pkg-plist ft2demos/pkg-plist
--- ft2demos.orig/pkg-plist	Fri Jul  5 18:33:45 2002
+++ ft2demos/pkg-plist	Mon Oct 13 15:42:52 2003
@@ -6,4 +6,4 @@
 bin/ftstring
 bin/fttimer
 bin/ftview
-bin/testnames
+bin/testname
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031013064931.58136.qmail>