84f2203288
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html In the above commit, the homepage URLs were migrated from http to https, assuming that SourceForge would use the same host names for both http and https connections. This assumption was wrong. Their documentation at https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states that the https URLs use the domain sourceforge.io instead. To make the homepages from the above commit reachable again, pkglint has been extended to check for reachable homepages. This check is only enabled when the --network command line option is given. Each of the homepages that referred to https://$project.sourceforge.net before was migrated to https://$project.sourceforge.io (27), and if that was not reachable, to the fallback URL http://$project.sourceforge.net (163).
23 lines
597 B
Makefile
23 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.32 2020/01/26 05:26:18 rillig Exp $
|
|
|
|
DISTNAME= latex2rtf-2.3.10
|
|
PKGREVISION= 1
|
|
CATEGORIES= print converters textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex2rtf/}
|
|
MASTER_SITES+= ${MASTER_SITE_TEX_CTAN:=support/latex2rtf/}
|
|
|
|
MAINTAINER= brook@nmsu.edu
|
|
HOMEPAGE= http://latex2rtf.sourceforge.net/
|
|
COMMENT= LaTeX to RTF converter
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
USE_TOOLS+= bash:run makeinfo
|
|
INFO_FILES= YES # PLIST
|
|
|
|
REPLACE_BASH= scripts/latex2png
|
|
|
|
INSTALL_TARGET= install install-info
|
|
|
|
DEPENDS+= stix-otf-[0-9]*:../../fonts/stix-otf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|