diff options
-rw-r--r-- | irc/muh/Makefile | 17 | ||||
-rw-r--r-- | irc/muh/distinfo | 2 | ||||
-rw-r--r-- | irc/muh/pkg-descr | 2 | ||||
-rw-r--r-- | irc/muh/pkg-plist | 2 |
4 files changed, 16 insertions, 7 deletions
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 <bsd.port.mk> 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 |