ports/57933: print/ft2demos from 2.1.4 to 2.1.5
KANOU Hiroki
kanou at khdd.net
Mon Oct 13 06:50:25 UTC 2003
>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 at 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 at mil.allnet.ne.jp>
+# Whom: KANOU Hiroki <kanou at 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:
More information about the freebsd-ports-bugs
mailing list