diff --git a/archivers/parchive/Makefile b/archivers/parchive/Makefile index 1d25c418bd1e..3b4540a25cac 100644 --- a/archivers/parchive/Makefile +++ b/archivers/parchive/Makefile @@ -1,18 +1,18 @@ PORTNAME= parchive PORTVERSION= 1.1 CATEGORIES= archivers MASTER_SITES= SF/${PORTNAME}/par/${PORTVERSION} DISTNAME= par-v${PORTVERSION} MAINTAINER= ak@FreeBSD.org COMMENT= Parity Archiver - makes multiple parity volumes from a set of files -WWW= http://parchive.sourceforge.net/ +WWW= https://parchive.sourceforge.net/ LICENSE= GPLv2 USES= uidfix MAKEFILE= ${FILESDIR}/Makefile PLIST_FILES= bin/parchive WRKSRC= ${WRKDIR}/par-cmdline .include diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index 6e5bd7cf6f95..b445594d5466 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -1,36 +1,36 @@ PORTNAME= dgen-sdl PORTVERSION= 1.33 PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= SF/dgen/dgen/${PORTVERSION} MAINTAINER= ak@FreeBSD.org COMMENT= Wonderful Sega Genesis/MegaDrive emulator -WWW= http://dgen.sourceforge.net/ +WWW= https://dgen.sourceforge.net/ USE_SDL= sdl USE_GL= glu USES= gl gmake libarchive sdl GNU_CONFIGURE= yes PLIST_FILES= bin/dgen \ bin/dgen_tobin \ man/man1/dgen.1.gz \ man/man1/dgen_tobin.1.gz \ man/man5/dgenrc.5.gz .include .if ${ARCH} == i386 BUILD_DEPENDS+= nasm:devel/nasm .else CONFIGURE_ARGS+= --disable-asm .endif post-patch: @${REINPLACE_CMD} -e '/@NASM@/s/--//' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/mz80/Makefile.in \ ${WRKSRC}/star/Makefile.in .include