diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-06 12:39:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-06 12:39:17 +0000 |
commit | 404512084af8bc9fb8c5371849aa8fcbc76cd1ae (patch) | |
tree | 70f84b34347b7e5bf0bb84b5daa234146e1a363b /comms/asterisk10 | |
parent | f028ca061248a476bf2cb12a012e074a2cd0ce0f (diff) | |
download | pkgsrc-404512084af8bc9fb8c5371849aa8fcbc76cd1ae.tar.gz |
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
Diffstat (limited to 'comms/asterisk10')
-rw-r--r-- | comms/asterisk10/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/asterisk10/Makefile b/comms/asterisk10/Makefile index 5380afb0910..4d3435ea550 100644 --- a/comms/asterisk10/Makefile +++ b/comms/asterisk10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/01/28 20:39:10 jnemeth Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/06 12:39:39 wiz Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -7,6 +7,7 @@ DISTNAME= asterisk-10.1.0 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz +PKGREVISION= 1 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ |