349462b79e
that was remotely exploitable. This change updates the port to the corrected version. The patchfile in the previous port corrected some, but not all, of the vulnerability. Maintainer timeout: BillF was unresponsive after 9 days, Debolaz requested the port be fixed or marked broken via IRC. PR: ports/37048 Submitted by: Geir Råness <pulz@pulz.no> Requested by: Debolaz <debolaz@debolaz.com>
24 lines
525 B
Makefile
24 lines
525 B
Makefile
# New ports collection makefile for: muh
|
|
# Date created: 25 Sept 1998
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= muh
|
|
PORTVERSION= 2.05d
|
|
PORTREVISION= 1
|
|
DISTNAME= muh-2.05d-fixed
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://prdownloads.sourceforge.net/muh/
|
|
|
|
MAINTAINER= billf@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/docs/muhrc ${PREFIX}/share/skel/dot.muhrc
|
|
|
|
.include <bsd.port.mk>
|