Index: head/devel/epm/Makefile =================================================================== --- head/devel/epm/Makefile (revision 483414) +++ head/devel/epm/Makefile (revision 483415) @@ -1,25 +1,25 @@ # Created by: NAKATA Maho # $FreeBSD$ PORTNAME= epm PORTVERSION= 4.3 CATEGORIES= devel -MASTER_SITES= http://www.msweet.org/files/project2/ +MASTER_SITES= https://github.com/michaelrsweet/epm/releases/download/release-${PORTVERSION}/ EXTRACT_SUFX= -source.tar.bz2 MAINTAINER= office@FreeBSD.org COMMENT= Free UNIX software/file packaging program LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING MAKE_JOBS_UNSAFE= yes USES= tar:bzip2 GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkepmlist .include Index: head/devel/epm/pkg-descr =================================================================== --- head/devel/epm/pkg-descr (revision 483414) +++ head/devel/epm/pkg-descr (revision 483415) @@ -1,11 +1,11 @@ EPM is a free UNIX software/file packaging program that generates distribution archives from a list of files. EPM Can: o Generate portable script-based distribution packages complete with installation and removal scripts and standard install/uninstall GUIs. o Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X, Red Hat, Slackware, Solaris, and Tru64 UNIX formats. o Provide a complete, cross-platform software distribution solution for your applications. -WWW: http://michaelrsweet.github.io/epm/ +WWW: https://www.msweet.org/epm/