diff options
author | wiz <wiz> | 2002-12-24 06:09:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-24 06:09:44 +0000 |
commit | c2c4fd0583c9588297766596f8fd2d1656482a17 (patch) | |
tree | 8a7e4f003654ca20961f63344f21c9a974843e5e /fonts | |
parent | 25703ab8d65b4485cc26fe26c8a4bb3678856f34 (diff) | |
download | pkgsrc-c2c4fd0583c9588297766596f8fd2d1656482a17.tar.gz |
Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontconfig/Makefile | 4 | ||||
-rw-r--r-- | fonts/fontconfig/buildlink2.mk | 4 | ||||
-rw-r--r-- | fonts/pfaedit/Makefile | 3 | ||||
-rw-r--r-- | fonts/ttf2pt1/Makefile | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index 9b8bf3ed898..01f9d7ba22c 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/12/12 22:30:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/24 06:10:01 wiz Exp $ # DISTNAME= fcpackage.2_1 PKGNAME= fontconfig-2.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts gnome MASTER_SITES= http://fontconfig.org/release/ diff --git a/fonts/fontconfig/buildlink2.mk b/fonts/fontconfig/buildlink2.mk index 159f89c87d7..5c0f61ff24e 100644 --- a/fonts/fontconfig/buildlink2.mk +++ b/fonts/fontconfig/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/12/11 20:12:45 jmmv Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2002/12/24 06:10:01 wiz Exp $ # # This Makefile fragment is included by packages that use fontconfig. # @@ -9,7 +9,7 @@ FONTCONFIG_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= fontconfig -BUILDLINK_DEPENDS.fontconfig?= fontconfig>=2.1 +BUILDLINK_DEPENDS.fontconfig?= fontconfig>=2.1nb1 BUILDLINK_PKGSRCDIR.fontconfig?= ../../fonts/fontconfig EVAL_PREFIX+= BUILDLINK_PREFIX.fontconfig=fontconfig diff --git a/fonts/pfaedit/Makefile b/fonts/pfaedit/Makefile index 6db3e99f88b..ca6cbf96eb5 100644 --- a/fonts/pfaedit/Makefile +++ b/fonts/pfaedit/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 23:15:10 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/24 06:10:01 wiz Exp $ # DISTNAME= pfaedit_full-020910 PKGNAME= pfaedit-20020910 +PKGREVISION= 1 CATEGORIES= fonts editors MASTER_SITES= http://pfaedit.sourceforge.net/ EXTRACT_SUFX= .tgz diff --git a/fonts/ttf2pt1/Makefile b/fonts/ttf2pt1/Makefile index 4470dc208b2..b2e594be2bf 100644 --- a/fonts/ttf2pt1/Makefile +++ b/fonts/ttf2pt1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/10/08 09:58:20 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/24 06:10:02 wiz Exp $ # DISTNAME= ttf2pt1-3.4.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ttf2pt1/} EXTRACT_SUFX= .tgz |