diff --git a/textproc/libparsifal/Makefile b/textproc/libparsifal/Makefile index a6eb99a9ba4e..b6245db3d14a 100644 --- a/textproc/libparsifal/Makefile +++ b/textproc/libparsifal/Makefile @@ -1,39 +1,42 @@ PORTNAME= libparsifal PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.saunalahti.fi/~samiuus/toni/xmlproc/ MAINTAINER= bofh@FreeBSD.org COMMENT= Lightweight XML Parser WWW= http://www.saunalahti.fi/~samiuus/toni/xmlproc/ LICENSE= PARSIFAL LICENSE_NAME= Parsifal license LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= Upsrteam no longer available including WWW and distfile +EXPIRATION_DATE=2024-04-13 + USES= iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PLIST_SUB= VERSION=${PORTVERSION} OPTIONS_DEFINE= DOCS .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif post-patch: @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|g' ${WRKSRC}/configure post-install-DOCS-on: @(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include