Date: Thu, 17 Jul 2014 14:07:00 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362142 - head/mail/opendkim Message-ID: <201407171407.s6HE70FK095858@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Thu Jul 17 14:07:00 2014 New Revision: 362142 URL: http://svnweb.freebsd.org/changeset/ports/362142 QAT: https://qat.redports.org/buildarchive/r362142/ Log: Fix compilation when options enabled - Typo JANNSON --> JANSSON - Additional files for shebangfix - Add missing shlibs to pkg-plist and rationalise the %%TAG%% markers Submitted by: tijl Approved by: portmgr (blanket 'just fix it') Modified: head/mail/opendkim/Makefile head/mail/opendkim/pkg-plist Modified: head/mail/opendkim/Makefile ============================================================================== --- head/mail/opendkim/Makefile Thu Jul 17 13:37:41 2014 (r362141) +++ head/mail/opendkim/Makefile Thu Jul 17 14:07:00 2014 (r362142) @@ -23,8 +23,8 @@ GNU_CONFIGURE= yes NO_OPTIONS_SORT=yes USES= pkgconfig perl5 shebangfix libtool USE_PERL5= run -SHEBANG_FILES= opendkim/opendkim-genkey.in -SHEBANG_FILES= opendkim/opendkim-genkey* reputation/opendkim-* stats/opendkim-* +SHEBANG_FILES= opendkim/opendkim-genkey* reputation/opendkim-* stats/opendkim-* \ + reprrd/opendkim-reprrdimport* USE_OPENSSL= yes USE_LDCONFIG= yes @@ -125,7 +125,7 @@ IGNORE= Options LUA_ONLY_SIGNING and RBL .endif .if ${PORT_OPTIONS:MREPUTATION} -.if !${PORT_OPTIONS:MCURL} || !${PORT_OPTIONS:MJANNSON} +.if !${PORT_OPTIONS:MCURL} || !${PORT_OPTIONS:MJANSSON} IGNORE= Option REPUTATION requires CURL and JANSSON as well .endif .endif Modified: head/mail/opendkim/pkg-plist ============================================================================== --- head/mail/opendkim/pkg-plist Thu Jul 17 13:37:41 2014 (r362141) +++ head/mail/opendkim/pkg-plist Thu Jul 17 14:07:00 2014 (r362142) @@ -5,16 +5,18 @@ %%FILTER%%sbin/opendkim %%JANSSON%%bin/autobuild %%JANSSON%%man/man8/autobuild.8.gz -%%LUA%%%%FILTER%%man/man3/opendkim-lua.3.gz %%LUA%%bin/miltertest %%LUA%%man/man3/opendkim-lua.3.gz %%LUA%%man/man8/miltertest.8.gz -%%OPENDBX%%%%STATS%%bin/opendkim-spam -%%OPENDBX%%%%STATS%%sbin/opendkim-importstats +%%OPENDBX%%bin/opendkim-spam +%%OPENDBX%%sbin/opendkim-importstats +%%OPENDBX%%man/man1/opendkim-spam.1.gz +%%OPENDBX%%man/man8/opendkim-importstats.8.gz %%RBL%%include/rbl/rbl.h %%RBL%%lib/librbl.a %%RBL%%lib/librbl.so %%RBL%%lib/librbl.so.1 +%%RBL%%lib/librbl.so.1.0.0 %%RBL%%libdata/pkgconfig/rbl.pc %%RBL%%man/man3/rbl.3.gz %%REPRRD%%bin/opendkim-reprrdimport @@ -22,15 +24,18 @@ %%REPRRD%%lib/libreprrd.a %%REPRRD%%lib/libreprrd.so %%REPRRD%%lib/libreprrd.so.1 +%%REPRRD%%lib/libreprrd.so.1.0.0 %%REPRRD%%man/man8/opendkim-reprrdimport.8.gz %%REPUTATION%%include/repute/repute.h %%REPUTATION%%include/ut/ut.h %%REPUTATION%%lib/librepute.a %%REPUTATION%%lib/librepute.so %%REPUTATION%%lib/librepute.so.1 +%%REPUTATION%%lib/librepute.so.1.0.0 %%REPUTATION%%lib/libut.a %%REPUTATION%%lib/libut.so %%REPUTATION%%lib/libut.so.1 +%%REPUTATION%%lib/libut.so.1.0.0 %%REPUTATION%%libdata/pkgconfig/repute.pc %%REPUTATION%%libdata/pkgconfig/ut.pc %%REPUTATION%%man/man3/ut.3.gz @@ -40,8 +45,6 @@ %%REPUTATION%%sbin/opendkim-genrates %%REPUTATION%%sbin/opendkim-modtotals %%REPUTATION%%sbin/opendkim-rephistory -%%STATS%%%%OPENDBX%%man/man1/opendkim-spam.1.gz -%%STATS%%%%OPENDBX%%man/man8/opendkim-importstats.8.gz %%STATS%%man/man8/opendkim-expire.8.gz %%STATS%%man/man8/opendkim-gengraphs.8.gz %%STATS%%man/man8/opendkim-genstats.8.gz @@ -55,6 +58,7 @@ %%VBR%%lib/libvbr.a %%VBR%%lib/libvbr.so %%VBR%%lib/libvbr.so.2 +%%VBR%%lib/libvbr.so.2.0.0 %%VBR%%libdata/pkgconfig/vbr.pc %%VBR%%man/man3/vbr.3.gz @sample etc/mail/opendkim.conf.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407171407.s6HE70FK095858>