diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-23 01:24:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-23 01:24:55 +0000 |
commit | e95187554b9b716d22627b36fc52b4d7e83ab800 (patch) | |
tree | ae9c20cf59a1e0b0a6cab682f14dea01dec3aaf1 | |
parent | c2626c9b5a67f3ba2a10e07d7c8538acf6756923 (diff) | |
download | pkgsrc-e95187554b9b716d22627b36fc52b4d7e83ab800.tar.gz |
Add some missing files to the PLIST (why didn't CHECK_FILES catch these?)
for courier-mta. Bump the following PKGREVISIONS:
mail/courier-mta --> 10
meta-pkgs/courier --> 6
-rw-r--r-- | mail/courier-mta/Makefile | 4 | ||||
-rw-r--r-- | mail/courier-mta/PLIST | 6 | ||||
-rw-r--r-- | meta-pkgs/courier/Makefile | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/mail/courier-mta/Makefile b/mail/courier-mta/Makefile index e0529bd18e0..e28ac509923 100644 --- a/mail/courier-mta/Makefile +++ b/mail/courier-mta/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2007/09/22 04:42:03 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2007/09/23 01:24:55 jlam Exp $ DISTNAME= courier-${COURIER_VERSION} PKGNAME= ${DISTNAME:S/-/-mta-/} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/courier-mta/PLIST b/mail/courier-mta/PLIST index 033444e3816..305aaeb0f4a 100644 --- a/mail/courier-mta/PLIST +++ b/mail/courier-mta/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2007/09/10 16:32:47 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2007/09/23 01:24:55 jlam Exp $ bin/cancelmsg bin/courier-config bin/couriermlm @@ -28,6 +28,7 @@ man/man1/preline.1 man/man1/rmail.1 man/man1/sendmail.1 man/man1/testmxlookup.1 +man/man1/webmlmd.1 man/man5/dot-courier.5 man/man7/localmailfilter.7 man/man8/aliaslookup.8 @@ -162,6 +163,7 @@ share/doc/courier/aliases.html share/doc/courier/bg.gif share/doc/courier/cancelmsg.html share/doc/courier/changelog.html +share/doc/courier/chinese_flag.png share/doc/courier/courier.html share/doc/courier/courierd.html share/doc/courier/courierdsn.html @@ -184,6 +186,7 @@ share/doc/courier/frame.js share/doc/courier/header.html share/doc/courier/icon.gif share/doc/courier/index.html +share/doc/courier/index2.html share/doc/courier/install.html share/doc/courier/intro.html share/doc/courier/japanese_flag.png @@ -211,6 +214,7 @@ share/doc/courier/structures.html share/doc/courier/style.css share/doc/courier/submit.html share/doc/courier/testmxlookup.html +share/doc/courier/webmlmd.html share/examples/courier/aliases/system share/examples/courier/courierd.dist share/examples/courier/enablefiltering diff --git a/meta-pkgs/courier/Makefile b/meta-pkgs/courier/Makefile index b93439b9cb7..8f797fad34c 100644 --- a/meta-pkgs/courier/Makefile +++ b/meta-pkgs/courier/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2007/09/22 04:42:04 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2007/09/23 01:24:55 jlam Exp $ DISTNAME= courier-${COURIER_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= meta-pkgs mail MASTER_SITES= # empty DISTFILES= # empty |