diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-29 15:14:37 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-02 01:55:55 +0800 |
commit | 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 (patch) | |
tree | bd3221fe24dd880cfb3169fd2241e74ff7f78bed /mail | |
parent | 51abee5375fe25f7ef6a69d7d2800ca935ca1827 (diff) | |
download | freebsd-ports-gnome-6707a3c942b51ab3e3cf110383e3119dfe2e49b0.tar.gz freebsd-ports-gnome-6707a3c942b51ab3e3cf110383e3119dfe2e49b0.tar.zst freebsd-ports-gnome-6707a3c942b51ab3e3cf110383e3119dfe2e49b0.zip |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd34/Makefile b/mail/cyrus-imapd34/Makefile index c136c5dd15d1..7a8f7c1c60db 100644 --- a/mail/cyrus-imapd34/Makefile +++ b/mail/cyrus-imapd34/Makefile @@ -1,6 +1,6 @@ PORTNAME= cyrus-imapd PORTVERSION= 3.4.0 -#PORTREVISION= 0 +PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ PKGNAMESUFFIX= 34 |