diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2011-08-07 02:40:32 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2011-08-07 02:40:32 +0000 |
commit | 7ddb985de885ce1e6d49c1a8827aa5c09bbc879b (patch) | |
tree | 0404b99a6a0788b2229fe635cb4da43cffb33ad1 | |
parent | dbe026dbc230209908bbcae4e524f82367984b18 (diff) | |
download | pkgsrc-7ddb985de885ce1e6d49c1a8827aa5c09bbc879b.tar.gz |
Bump PKGREVISION for perl update.
-rw-r--r-- | comms/asterisk/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk16/Makefile | 3 | ||||
-rw-r--r-- | comms/asterisk18/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 57694c90357..a1540e19966 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2011/04/22 13:43:09 obache Exp $ +# $NetBSD: Makefile,v 1.72 2011/08/07 02:40:32 jnemeth Exp $ DISTNAME= asterisk-1.2.37 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/releases/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/comms/asterisk16/Makefile b/comms/asterisk16/Makefile index c550f3cb827..ca0cce9f0c5 100644 --- a/comms/asterisk16/Makefile +++ b/comms/asterisk16/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2011/07/05 08:34:47 jnemeth Exp $ +# $NetBSD: Makefile,v 1.33 2011/08/07 02:40:32 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked DISTNAME= asterisk-1.6.2.19 +PKGREVISION= 1 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile index 836f3615e44..a9167bd065e 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2011/07/16 21:35:11 jnemeth Exp $ +# $NetBSD: Makefile,v 1.12 2011/08/07 02:40:32 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked DISTNAME= asterisk-1.8.5.0 +PKGREVISION= 1 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz |