diff options
author | flz <flz@FreeBSD.org> | 2005-06-28 23:43:09 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-28 23:43:09 +0800 |
commit | 291bae8adcada1171f82a0191e7fc174e8dd49dc (patch) | |
tree | 0f904d861d22a57b50dec2fc052f5c4136458659 | |
parent | b73b6a4bb27d2fed7215a9ee5aa89ac4c37cef8e (diff) | |
download | freebsd-ports-graphics-291bae8adcada1171f82a0191e7fc174e8dd49dc.tar.gz freebsd-ports-graphics-291bae8adcada1171f82a0191e7fc174e8dd49dc.tar.zst freebsd-ports-graphics-291bae8adcada1171f82a0191e7fc174e8dd49dc.zip |
- Bump PORTREVISION to take latest qmail changes into account.
PR: ports/82698
Submitted by: maintainer
-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 7afd2670d85..411ac5303cd 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 |