diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-05-24 14:56:17 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-05-24 14:56:17 +0000 |
commit | 31c553f1d3e916d0f32594480e773dd65fffb486 (patch) | |
tree | 98f98504e50da183cd36f9476971a200f16acb54 /news | |
parent | d9f83923562e082ef1e4810d5422794665e41e7c (diff) | |
download | ports-31c553f1d3e916d0f32594480e773dd65fffb486.tar.gz ports-31c553f1d3e916d0f32594480e773dd65fffb486.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-stable/Makefile | 4 | ||||
-rw-r--r-- | news/inn-stable/distinfo | 2 | ||||
-rw-r--r-- | news/inn-stable/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index db0054293d09..a10c3ce1ca4b 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= inn -SNAPSHOT= 20010520 +SNAPSHOT= 20010523 PORTVERSION= 2.3.${SNAPSHOT} CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/snapshots/ @@ -62,7 +62,7 @@ MAN8= actsync.8 actsyncd.8 archive.8 batcher.8 buffchan.8 cnfsheadconf.8 \ EXTRA= ${WRKSRC}/HISTORY ${WRKSRC}/INSTALL ${WRKSRC}/LICENSE -INN_INCLUDES= clibrary.h config.h libinn.h storage.h +INN_INCLUDES= clibrary.h config.h configdata.h dbz.h libinn.h storage.h pre-install: ${MKDIR} ${INN_NEWSSPOOL} diff --git a/news/inn-stable/distinfo b/news/inn-stable/distinfo index 6dbf9ef89ab8..a904dc382c9c 100644 --- a/news/inn-stable/distinfo +++ b/news/inn-stable/distinfo @@ -1 +1 @@ -MD5 (inn-STABLE-20010520.tar.gz) = 4df96d59f41cd6ca3ccd7bda94fad492 +MD5 (inn-STABLE-20010523.tar.gz) = d810d6f2b71a9626bc7b2856c70f2f0c diff --git a/news/inn-stable/pkg-plist b/news/inn-stable/pkg-plist index ed5005f1ddd6..72fd7641694c 100644 --- a/news/inn-stable/pkg-plist +++ b/news/inn-stable/pkg-plist @@ -139,6 +139,8 @@ news/etc/storage.conf news/etc/subscriptions news/include/clibrary.h news/include/config.h +news/include/configdata.h +news/include/dbz.h news/include/libinn.h news/include/storage.h news/lib/docheckgroups |