diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-07 21:00:32 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-07 21:00:32 +0800 |
commit | d6971706dddb262040a6508b9b7e08ba636e3147 (patch) | |
tree | d6f2bd81df1f437214078cab78fb34d172ac126f /mail/opendkim | |
parent | 91881c83a1d4e284b4a500119c0236108a05cb24 (diff) | |
download | freebsd-ports-gnome-d6971706dddb262040a6508b9b7e08ba636e3147.tar.gz freebsd-ports-gnome-d6971706dddb262040a6508b9b7e08ba636e3147.tar.zst freebsd-ports-gnome-d6971706dddb262040a6508b9b7e08ba636e3147.zip |
- Update to 2.8.3
- Add missing pkgconfig build dependency
Changelog: http://lists.opendkim.org/archive/opendkim/announce/2013/05/0044.html
PR: ports/178382
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Diffstat (limited to 'mail/opendkim')
-rw-r--r-- | mail/opendkim/Makefile | 3 | ||||
-rw-r--r-- | mail/opendkim/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 0653fd7b57fa..16b7000f6db9 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opendkim -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.3 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ @@ -22,6 +22,7 @@ LICENSE_PERMS_SENDMAIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes NO_OPTIONS_SORT=yes +USES= pkgconfig:build USE_OPENSSL= yes USE_LDCONFIG= yes diff --git a/mail/opendkim/distinfo b/mail/opendkim/distinfo index 0561502e30ff..96a9e8bd60ad 100644 --- a/mail/opendkim/distinfo +++ b/mail/opendkim/distinfo @@ -1,2 +1,2 @@ -SHA256 (opendkim-2.8.2.tar.gz) = 6ccb6a4a8906e18e2c487669bf0a24e7b8e7fd791da38ff45a5ab25264f071bc -SIZE (opendkim-2.8.2.tar.gz) = 1181815 +SHA256 (opendkim-2.8.3.tar.gz) = eb36003b0d2d7514312c65db2b45afd9ce4d02744fbf4b2fe6f8e1e2893ce989 +SIZE (opendkim-2.8.3.tar.gz) = 1182214 |