summaryrefslogtreecommitdiff
path: root/print/ft2demos
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-10-22 19:02:28 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-10-22 19:02:28 +0000
commiteac0357003fc582e2a877df7a6c8e16ddfe5997f (patch)
tree4ecdba8503682316680321b34392f499c513bcf6 /print/ft2demos
parentFix depend-directory(port name) after repo-copy. (diff)
o update to 2.0.5.
o remove obsolete description in pkg-descr. PR: 31402 Submitted by: maintainer making bento happy about WRKDIRPREFIX.
Notes
Notes: svn path=/head/; revision=49095
Diffstat (limited to 'print/ft2demos')
-rw-r--r--print/ft2demos/Makefile11
-rw-r--r--print/ft2demos/distinfo2
-rw-r--r--print/ft2demos/pkg-descr5
3 files changed, 8 insertions, 10 deletions
diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile
index b5b323480b6f..4dd13c119f38 100644
--- a/print/ft2demos/Makefile
+++ b/print/ft2demos/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= ft2demos
-PORTVERSION= 2.0.4
+PORTVERSION= 2.0.5
CATEGORIES= print
-MASTER_SITES= ftp://freetype.sourceforge.net/pub/freetype/%SUBDIR%/ \
- ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
http://www.funet.fi/pub/mirrors/ftp.freetype.org/%SUBDIR%/ \
http://ftp.sunet.se/pub/text-processing/freetype/%SUBDIR%/ \
@@ -20,12 +19,14 @@ MASTER_SITE_SUBDIR= freetype2
MAINTAINER= kanou@mil.allnet.ne.jp
BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool
-BUILD_DEPENDS+= ${PORTSDIR}/print/freetype2/work/freetype-${PORTVERSION}/config.mk:${PORTSDIR}/print/freetype2:build
+BUILD_DEPENDS+= ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:build
LIB_DEPENDS= freetype.7:${PORTSDIR}/print/freetype2
USE_BZIP2= yes
USE_GMAKE= yes
-MAKE_ENV= TOP="${PORTSDIR}/print/freetype2/work/freetype-${PORTVERSION}"
+MAKE_ENV= TOP="${FREETYPE_WRKSRC}"
+
+FREETYPE_WRKSRC!= cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
FT_PROGRAMS= ftdump ftlint ftmulti ftstring fttimer ftview ftmemchk
diff --git a/print/ft2demos/distinfo b/print/ft2demos/distinfo
index e1c21a1968d0..bcb5dcad2204 100644
--- a/print/ft2demos/distinfo
+++ b/print/ft2demos/distinfo
@@ -1 +1 @@
-MD5 (ft2demos-2.0.4.tar.bz2) = 5cf524b23796213b1c5a766b590e5de2
+MD5 (ft2demos-2.0.5.tar.bz2) = 1d9bd4dc0afde1c6b4ad5671b8bffd5e
diff --git a/print/ft2demos/pkg-descr b/print/ft2demos/pkg-descr
index b3482cd01b8c..bddd2343645e 100644
--- a/print/ft2demos/pkg-descr
+++ b/print/ft2demos/pkg-descr
@@ -6,7 +6,4 @@ Demo programs for FreeType2.
ftstring render given string and show
fttimer time rasterization
ftview simple glyph viewer
- ftmemtest test memory allocation of freetype library
-
-Program 'ftmemtest' (originally compiled as 'memtest') has been
-renamed to avoid conflict against the port 'sysutils/memtest'.
+ ftmemchk test memory allocation of freetype library