Index: head/databases/xapian-core/Makefile =================================================================== --- head/databases/xapian-core/Makefile (revision 480462) +++ head/databases/xapian-core/Makefile (revision 480463) @@ -1,38 +1,38 @@ # Created by: J.F. Dockes # $FreeBSD$ PORTNAME= xapian-core PORTVERSION= 1.4.7 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases -MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ +MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Probabilistic text search database engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= xapian-core10 xapian-core12 OPTIONS_DEFINE= DOCS SSE2 SSE2_DESC= Use SSE2 for floating point PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= compiler:c++11-lang libtool pathfix tar:xz USE_LDCONFIG= yes SSE2_CONFIGURE_ENABLE= sse post-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/xapian-inspect ${STAGEDIR}${PREFIX}/bin/xapian-inspect ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/copydatabase ${STAGEDIR}${PREFIX}/bin/xapian-copydatabase ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/quest ${STAGEDIR}${PREFIX}/bin/xapian-quest ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/xapian-metadata ${STAGEDIR}${PREFIX}/bin/xapian-metadata .include