diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
commit | 18d6941e6e450b7b94ee0e04263eeccc8d22d068 (patch) | |
tree | c266cc6c8e30b3d463c16c59f2bac3a4134d317e /comms/asterisk10 | |
parent | 67df4ba45b84157169699b115a994ea6533d49fe (diff) | |
download | pkgsrc-18d6941e6e450b7b94ee0e04263eeccc8d22d068.tar.gz |
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Diffstat (limited to 'comms/asterisk10')
-rw-r--r-- | comms/asterisk10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asterisk10/Makefile b/comms/asterisk10/Makefile index de446a47cd9..7d3f81fb0b7 100644 --- a/comms/asterisk10/Makefile +++ b/comms/asterisk10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2013/05/31 12:39:42 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2013/06/03 10:04:40 wiz Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -7,7 +7,7 @@ DISTNAME= asterisk-10.12.2 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ |