From f9a722457ba00a840ef8b7a658d25dab4141b4e3 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Wed, 18 Jun 2003 18:22:36 +0000 Subject: Update muh to 2.2beta1 Add IPv6 support Take maintainership PR: 48573 --- irc/muh/Makefile | 17 ++++++++++++----- irc/muh/distinfo | 2 +- irc/muh/pkg-descr | 2 +- irc/muh/pkg-plist | 2 ++ 4 files changed, 16 insertions(+), 7 deletions(-) (limited to 'irc/muh') diff --git a/irc/muh/Makefile b/irc/muh/Makefile index 08d3c6867169..2781cbe274f1 100644 --- a/irc/muh/Makefile +++ b/irc/muh/Makefile @@ -6,21 +6,28 @@ # PORTNAME= muh -PORTVERSION= 2.05d -PORTREVISION= 1 -DISTNAME= muh-2.05d-fixed +PORTVERSION= 2.2.b.1 +PORTREVISION= 0 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=muh +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/} -MAINTAINER= billf@FreeBSD.org +MAINTAINER= oliver@FreeBSD.org COMMENT= A smart irc-bouncing-tool that remains on IRC all the time USE_GMAKE= yes GNU_CONFIGURE= yes +USE_REINPLACE= yes +CONFIGURE_ARGS= "--enable-ipv6" + +post-patch: + @${REINPLACE_CMD} -e "s|=muh|=${PREFIX}/bin/muh|g" ${WRKSRC}/misc/muh-check do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/docs/muhrc ${PREFIX}/share/skel/dot.muhrc + ${INSTALL_SCRIPT} ${WRKSRC}/misc/muh-check ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/misc/muh-rotatelog ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/misc/muhrc ${PREFIX}/share/skel/dot.muhrc .include diff --git a/irc/muh/distinfo b/irc/muh/distinfo index f26ddcaff6c9..9bf1c728ad9c 100644 --- a/irc/muh/distinfo +++ b/irc/muh/distinfo @@ -1 +1 @@ -MD5 (muh-2.05d-fixed.tar.gz) = 0d3cd659d89983fb58dc89f531c1b3e8 +MD5 (muh-2.2beta1.tar.gz) = 8be1988b988f117ac75be70bad2b9086 diff --git a/irc/muh/pkg-descr b/irc/muh/pkg-descr index be7a0321358a..cc4fb9841139 100644 --- a/irc/muh/pkg-descr +++ b/irc/muh/pkg-descr @@ -2,4 +2,4 @@ muh is a smart irc-bouncing-tool that remains on IRC all the time. You can take control over your nick by connecting to muh with an IRC client that is able to supply a password for the server connection. -WWW: http://mind.riot.org/muh/ +WWW: http://sourceforge.net/projects/muh/ diff --git a/irc/muh/pkg-plist b/irc/muh/pkg-plist index 46c6dd9ed366..0430d8045984 100644 --- a/irc/muh/pkg-plist +++ b/irc/muh/pkg-plist @@ -1,2 +1,4 @@ bin/muh +bin/muh-check +bin/muh-rotatelog share/skel/dot.muhrc -- cgit v1.2.3