diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-03-31 01:07:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-03-31 01:07:19 +0000 |
commit | 63f3b93b3dee6a30abbecb94a5cd6213687e6a12 (patch) | |
tree | 568a7bc40311bef7d7cdc2c144d40c13f2e7f75b /mail/qmail-ldap | |
parent | 843cd5786b6eccda098de90199862558330985a0 (diff) | |
download | ports-63f3b93b3dee6a30abbecb94a5cd6213687e6a12.tar.gz ports-63f3b93b3dee6a30abbecb94a5cd6213687e6a12.zip |
- Fix pkg-install to create initial aliases correctly, broken when was rewritten
from csh to sh
- Bump PORTREVISION from all slave ports
Notes
Notes:
svn path=/head/; revision=210183
Diffstat (limited to 'mail/qmail-ldap')
-rw-r--r-- | mail/qmail-ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index e103002e001e..686dcd50b0ba 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -7,7 +7,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${LDAP_PATCH_DATE} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -ldap |