diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-02 10:41:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-02 10:41:09 +0000 |
commit | 7f5ef38c3fd440e1d3fe0f99a4b32d3d4154d76b (patch) | |
tree | 73f21d557cf51be9ab78d5f572de1bd2b9c5e70a /security/cyrus-sasl2-ldapdb | |
parent | 6c0c109cb88e881f3312fb9dca255c027a979ed8 (diff) | |
download | ports-7f5ef38c3fd440e1d3fe0f99a4b32d3d4154d76b.tar.gz ports-7f5ef38c3fd440e1d3fe0f99a4b32d3d4154d76b.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2-ldapdb')
-rw-r--r-- | security/cyrus-sasl2-ldapdb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/cyrus-sasl2-ldapdb/Makefile b/security/cyrus-sasl2-ldapdb/Makefile index b8b129d9235b..6111aa8c1f05 100644 --- a/security/cyrus-sasl2-ldapdb/Makefile +++ b/security/cyrus-sasl2-ldapdb/Makefile @@ -2,12 +2,12 @@ PORTNAME= ldapdb PORTVERSION= 2.1.26 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ -PKGNAMEPREFIX= cyrus-sasl2- -DISTNAME= cyrus-sasl-${PORTVERSION} +PKGNAMEPREFIX= cyrus-sasl- +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= SASL LDAPDB auxprop plugin |