diff options
author | wiz <wiz> | 2008-06-19 08:14:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-06-19 08:14:29 +0000 |
commit | 5850cb7bf25670312c0fd5036c91a6e19f17b4a1 (patch) | |
tree | faa59fdf15f320dd3c32175a17e3f071c91c4577 /comms | |
parent | a2dcf83c0475249497153699d6fb96c74ae0d45c (diff) | |
download | pkgsrc-5850cb7bf25670312c0fd5036c91a6e19f17b4a1.tar.gz |
Add missing file to PLIST. Bump PKGREVISION.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk/PLIST.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 754f661e60f..0a1b6adfdea 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2008/06/18 11:12:53 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2008/06/19 08:14:29 wiz Exp $ DISTNAME= asterisk-1.2.29 -#PKGREVISION= 2 +PKGREVISION= 1 CATEGORIES= comms net audio MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ diff --git a/comms/asterisk/PLIST.common b/comms/asterisk/PLIST.common index dfb038955b1..41a4d7de558 100644 --- a/comms/asterisk/PLIST.common +++ b/comms/asterisk/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.12 2008/06/13 10:10:33 mjl Exp $ +@comment $NetBSD: PLIST.common,v 1.13 2008/06/19 08:14:29 wiz Exp $ include/asterisk/acl.h include/asterisk/adsi.h include/asterisk/aes.h @@ -9,6 +9,7 @@ include/asterisk/ast_expr.h include/asterisk/astdb.h include/asterisk/astmm.h include/asterisk/astobj.h +include/asterisk/astobj2.h include/asterisk/astosp.h include/asterisk/build.h include/asterisk/callerid.h |