diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-22 17:06:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-22 17:06:34 +0800 |
commit | 94f2258693d28c3003509df6b6c8e81ad461d716 (patch) | |
tree | 95090855a81b6af8241e02f49856f4711b8925e9 /mail | |
parent | 22d3a73020654d3f76c11f37effe2b9050e8da97 (diff) | |
download | freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.tar.gz freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.tar.zst freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.zip |
- Switch dns/unbound to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- While here, add LICENSE_FILE to dns/getdns
Approved by: portmgr blanket
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opendkim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 71ca379492f1..75639b86eb68 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendkim PORTVERSION= 2.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ |