pkgsrc/biology/lucy/Makefile
rillig 84f2203288 all: migrate some SourceForge homepage URLs back from https to http
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).
2020-01-26 05:26:08 +00:00

28 lines
880 B
Makefile

# $NetBSD: Makefile,v 1.11 2020/01/26 05:26:15 rillig Exp $
#
DISTNAME= ${PKGNAME:S/-//}
PKGNAME= lucy-1.20
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lucy/}
MAINTAINER= dprice@cs.nmsu.edu
HOMEPAGE= http://lucy.sourceforge.net/
COMMENT= Sequence Cleanup Program
#LICENSE= LICENSE file say "artistic", but bit differ.
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}p
AUTO_MKDIRS= yes
PTHREAD_AUTO_VARS= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lucy ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/lucy.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
cd ${WRKSRC} && ${INSTALL_DATA} PUC19 PUC19splice PUC19splice.for \
PUC19splice.rev atie.seq atie.qul atie.2nd pSPORT1splice \
pSPORT1vector ARMTM40TR.seq ARMTM40TR.qul lucy.ps lucy.debug \
${DESTDIR}${PREFIX}/share/examples/lucy
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"