diff options
author | lioux <lioux@FreeBSD.org> | 2004-04-14 07:26:09 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-04-14 07:26:09 +0800 |
commit | 0d7c27d905c26bd0fea183d07b2f48f56c9c9000 (patch) | |
tree | 7c7e69919e2f302c216d72bf5b1d53225839ecdd | |
parent | 653411a662f7da88c7a0594f4d5d2cb5879fdd51 (diff) | |
download | freebsd-ports-gnome-0d7c27d905c26bd0fea183d07b2f48f56c9c9000.tar.gz freebsd-ports-gnome-0d7c27d905c26bd0fea183d07b2f48f56c9c9000.tar.zst freebsd-ports-gnome-0d7c27d905c26bd0fea183d07b2f48f56c9c9000.zip |
o Fix PLIST
o Therefore, both remove BROKEN and bump PORTREVISION
-rw-r--r-- | mail/qmail-ldap/Makefile | 4 | ||||
-rw-r--r-- | mail/qmail-ldap/pkg-plist | 14 |
2 files changed, 13 insertions, 5 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index 47cd048bc304..2e59e9aa8b25 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -7,7 +7,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${LDAP_PATCH_DATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= -ldap @@ -20,8 +20,6 @@ EXTRA_PATCHES+= ${QMAIL_PORT_PATCHDIR}/patch-ab ${QMAIL_PORT_PATCHDIR}/patch-ac MAINTAINER= lioux@FreeBSD.org COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH LDAP support -BROKEN= "Incorrect pkg-plist" - USE_OPENLDAP= yes PKGNAMESUFFIX:= ${PKGNAMESUFFIX}2 diff --git a/mail/qmail-ldap/pkg-plist b/mail/qmail-ldap/pkg-plist index fb86f9c5618e..1ed9eb1a8a42 100644 --- a/mail/qmail-ldap/pkg-plist +++ b/mail/qmail-ldap/pkg-plist @@ -26,7 +26,6 @@ %%PORTDOCS%%%%DOCDIR%%/QLDAPNEWS %%PORTDOCS%%%%DOCDIR%%/QLDAPTODO %%PORTDOCS%%%%DOCDIR%%/QLDAPPICTURE -%%PORTDOCS%%%%DOCDIR%%/ANTISPAM boot/home boot/home+df boot/proc @@ -75,8 +74,16 @@ bin/predate @mode 0755 bin/datemail @mode 0755 +bin/digest +@mode 0755 bin/mailsubj @mode 0755 +bin/pbsadd +@mode 0755 +bin/pbscheck +@mode 0755 +bin/pbsdbd +@mode 0755 bin/qmail-showctl @mode 0755 bin/qmail-qread @@ -99,6 +106,8 @@ bin/qmail-qmtpd @mode 0755 bin/qmail-smtpd @mode 0755 +bin/qmail-todo +@mode 0755 bin/sendmail @mode 0755 bin/tcp-env @@ -164,9 +173,10 @@ configure/dnsptr %%PORTDOCS%%%%DOCDIR%%/PORT_NOTES %%PORTDOCS%%%%DOCDIR%%/PORT_NOTES_FreeBSD_40-RELEASE %%PORTDOCS%%%%DOCDIR%%/SYSDEPS +%%PORTDOCS%%%%DOCDIR%%/mailer.conf.sample %%PORTDOCS%%%%DOCDIR%%/mkaliasdir boot/maildir -@dirrm %%DOCDIR%% +%%PORTDOCS%%@dirrm %%DOCDIR%% @dirrm configure @dirrm boot @dirrm bin |