diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-28 14:37:52 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-28 14:37:52 +0000 |
commit | ac7265fd4f6316a1d631d3dabb7ffd3d01464f47 (patch) | |
tree | 2325f3b4923d27f9debb6cf0493110e7ad7f6aed /print | |
parent | 0ef3cbe80a079448cc5ddfba7dd0a67798263673 (diff) | |
download | ports-ac7265fd4f6316a1d631d3dabb7ffd3d01464f47.tar.gz ports-ac7265fd4f6316a1d631d3dabb7ffd3d01464f47.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 2 | ||||
-rw-r--r-- | print/freetype2/distinfo | 2 | ||||
-rw-r--r-- | print/freetype2/files/patch-aa | 12 | ||||
-rw-r--r-- | print/freetype2/pkg-plist | 1 |
4 files changed, 9 insertions, 8 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 79a3a41605a5..41afb89b09df 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freetype2 -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \ diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo index a1bb1b77e22b..ac4a767ed99b 100644 --- a/print/freetype2/distinfo +++ b/print/freetype2/distinfo @@ -1 +1 @@ -MD5 (freetype-2.1.1.tar.bz2) = 31e28bb0ebf008e5ac63540c79b2b687 +MD5 (freetype-2.1.2.tar.bz2) = 23d04bf0cfc48772b8d698c95eec37bd diff --git a/print/freetype2/files/patch-aa b/print/freetype2/files/patch-aa index d9cac85017a1..fc35240e2df9 100644 --- a/print/freetype2/files/patch-aa +++ b/print/freetype2/files/patch-aa @@ -1,16 +1,16 @@ $FreeBSD$ ---- builds/unix/detect.mk.orig Sun May 5 13:57:06 2002 -+++ builds/unix/detect.mk Fri Jun 21 15:47:35 2002 +--- builds/unix/detect.mk.orig Fri Jun 14 11:09:25 2002 ++++ builds/unix/detect.mk Fri Jun 28 13:35:48 2002 @@ -76,10 +76,10 @@ ifneq ($(have_mk),) # we are building FT2 not in the src tree - unix-def.mk: $(TOP)/builds/unix/unix-def.in -- $(TOP)/builds/unix/configure $(CFG) -+# $(TOP)/builds/unix/configure $(CFG) + unix-def.mk: $(TOP_DIR)/builds/unix/unix-def.in +- $(TOP_DIR)/builds/unix/configure $(CFG) ++# $(TOP_DIR)/builds/unix/configure $(CFG) else - unix-def.mk: $(TOP)/builds/unix/unix-def.in + unix-def.mk: $(TOP_DIR)/builds/unix/unix-def.in - cd builds/unix; ./configure $(CFG) +# cd builds/unix; ./configure $(CFG) endif diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist index 2f1c65a15d22..deca03cb586a 100644 --- a/print/freetype2/pkg-plist +++ b/print/freetype2/pkg-plist @@ -69,6 +69,7 @@ include/ft2build.h lib/libfreetype.a lib/libfreetype.so lib/libfreetype.so.9 +share/aclocal/freetype2.m4 @dirrm include/freetype2/freetype/internal @dirrm include/freetype2/freetype/config @dirrm include/freetype2/freetype/cache |