diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile index 541bbee0e1cf..7b46a40a4082 100644 --- a/mail/libspf2/Makefile +++ b/mail/libspf2/Makefile @@ -1,26 +1,27 @@ PORTNAME= libspf2 PORTVERSION= 1.2.11 PORTREVISION= 1 CATEGORIES= mail MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sender Policy Framework 2 C Implementation -WWW= https://www.libspf2.org/ +WWW= https://www.libspf2.org/ \ + https://github.com/shevek/libspf2 LICENSE= BSD2CLAUSE LGPL21 LGPL3 LICENSE_COMB= dual USES= autoreconf cpe libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= shevek GH_TAGNAME= d14abff post-patch: @${REINPLACE_CMD} -e '/__VA_ARGS__/ s|format, ||g' ${WRKSRC}/src/include/spf_log.h .include