diff options
author | wiz <wiz@pkgsrc.org> | 2020-03-10 22:08:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-03-10 22:08:37 +0000 |
commit | aea435c684475a7d69a14634c0e51d603ab462ae (patch) | |
tree | 9fd7a37dbb2162cea8ab6c0cd54f7f398658d288 /comms/asterisk13 | |
parent | b16775744b3813e095efae692a24050371dacda5 (diff) | |
download | pkgsrc-aea435c684475a7d69a14634c0e51d603ab462ae.tar.gz |
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
Diffstat (limited to 'comms/asterisk13')
-rw-r--r-- | comms/asterisk13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asterisk13/Makefile b/comms/asterisk13/Makefile index 8a4a73a8052..bb4a861e5e4 100644 --- a/comms/asterisk13/Makefile +++ b/comms/asterisk13/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.57 2020/03/08 16:49:01 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2020/03/10 22:09:30 wiz Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile # to find out the current sound file versions DISTNAME= asterisk-13.19.0 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ |