ports/mail/libspf2/Makefile
Po-Chuan Hsieh 37f4199750
mail/libspf2: Use TXT RR type rather than deprecated SPF RR type
- Bump PORTREVISION for package change

PR:		278201
Reported by:	Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
Obtained from:	https://sources.debian.org/patches/libspf2/1.2.10-8.2/abolish-spf-rrtype.patch/
Reference:	https://github.com/shevek/libspf2/pull/14#issuecomment-1747399288
2024-07-03 12:37:40 +08:00

28 lines
554 B
Makefile

PORTNAME= libspf2
PORTVERSION= 1.2.11
PORTREVISION= 2
CATEGORIES= mail
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sender Policy Framework 2 C Implementation
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 <bsd.port.mk>