diff options
author | adam <adam@pkgsrc.org> | 2017-08-24 20:02:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-08-24 20:02:56 +0000 |
commit | fcfaa12a4605a821c8a4ff0a582af8fe0c86392c (patch) | |
tree | 86164b1090b5b936fad0db40b3d8eafb0cca0c04 /comms | |
parent | 3dcf69c52d81ae09ec6aaf72cdb597e0aec15ddf (diff) | |
download | pkgsrc-fcfaa12a4605a821c8a4ff0a582af8fe0c86392c.tar.gz |
Revbump for boost update
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk13/Makefile | 3 | ||||
-rw-r--r-- | comms/asterisk14/Makefile | 3 | ||||
-rw-r--r-- | comms/asterisk18/Makefile | 4 | ||||
-rw-r--r-- | comms/gammu/Makefile | 3 |
5 files changed, 10 insertions, 7 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 86ab6243b0d..8dbd2ac53a4 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.154 2017/04/30 01:21:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.155 2017/08/24 20:03:07 adam Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked; look win ${WRKSRC}/sounds/Makefile # to find out the current sound file versions DISTNAME= asterisk-11.25.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/comms/asterisk13/Makefile b/comms/asterisk13/Makefile index f1f020d369b..29ca319a840 100644 --- a/comms/asterisk13/Makefile +++ b/comms/asterisk13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/06/04 07:51:27 jnemeth Exp $ +# $NetBSD: Makefile,v 1.29 2017/08/24 20:03:07 adam Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile @@ -6,6 +6,7 @@ DISTNAME= asterisk-13.16.0 #PKGREVISION= 4 +PKGREVISION= 1 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/comms/asterisk14/Makefile b/comms/asterisk14/Makefile index 89247d4a154..42890bcecde 100644 --- a/comms/asterisk14/Makefile +++ b/comms/asterisk14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/06/21 13:33:47 jnemeth Exp $ +# $NetBSD: Makefile,v 1.14 2017/08/24 20:03:07 adam Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile @@ -6,6 +6,7 @@ DISTNAME= asterisk-14.5.0 #PKGREVISION= 6 +PKGREVISION= 1 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile index b45ac44a0f7..ea8b6d293a0 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2017/04/30 01:21:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.117 2017/08/24 20:03:07 adam Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -7,7 +7,7 @@ DISTNAME= asterisk-1.8.32.3 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index b155d580390..d3ae8ce71ba 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2017/08/01 14:58:53 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/08/24 20:03:07 adam Exp $ # DISTNAME= gammu-1.38.4 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ EXTRACT_SUFX= .tar.bz2 |