diff options
-rw-r--r-- | news/inn-current/Makefile | 3 | ||||
-rw-r--r-- | news/inn-current/pkg-plist | 2 | ||||
-rw-r--r-- | news/inn/Makefile | 3 | ||||
-rw-r--r-- | news/inn/pkg-plist | 2 |
4 files changed, 8 insertions, 2 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 11e4f00..df5b658 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= inn PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/ @@ -60,7 +61,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-current/pkg-plist b/news/inn-current/pkg-plist index ed5005f..72fd764 100644 --- a/news/inn-current/pkg-plist +++ b/news/inn-current/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 diff --git a/news/inn/Makefile b/news/inn/Makefile index 11e4f00..df5b658 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -7,6 +7,7 @@ PORTNAME= inn PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/ @@ -60,7 +61,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/pkg-plist b/news/inn/pkg-plist index ed5005f..72fd764 100644 --- a/news/inn/pkg-plist +++ b/news/inn/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 |