Skip site navigation (1)Skip section navigation (2)
Date:      23 Feb 2003 00:57:30 -0000
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/48573: update-port: irc/muh
Message-ID:  <20030223005730.87051.qmail@avocado.salatschuessel.net>

next in thread | raw e-mail | index | archive | help

>Number:         48573
>Category:       ports
>Synopsis:       update-port: irc/muh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 17:00:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 5.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD avocado.salatschuessel.net 5.0-RELEASE-p2 FreeBSD 5.0-RELEASE-p2 #1: Sat Feb 22 16:49:28 CET 2003 olivleh1@avocado.salatschuessel.net:/usr/obj/usr/src/sys/AVOCADO i386


>Description:
	version:	2.05d -> 2.2.b.1
>How-To-Repeat:
>Fix:


--- muh.diff begins here ---
diff -ruN muh.old/Makefile /usr/ports/irc/muh/Makefile
--- muh.old/Makefile	Sun Feb 23 00:54:32 2003
+++ /usr/ports/irc/muh/Makefile	Sun Feb 23 01:55:41 2003
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	muh
-PORTVERSION=	2.05d
-PORTREVISION=	1
-DISTNAME=	muh-2.05d-fixed
+PORTVERSION=	2.2.b.1
+PORTREVISION=	0
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b./beta/}
 CATEGORIES=	irc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=muh
@@ -17,9 +17,15 @@
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes
+
+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 -ruN muh.old/distinfo /usr/ports/irc/muh/distinfo
--- muh.old/distinfo	Sun Feb 23 00:54:32 2003
+++ /usr/ports/irc/muh/distinfo	Sun Feb 23 00:45:24 2003
@@ -1 +1 @@
-MD5 (muh-2.05d-fixed.tar.gz) = 0d3cd659d89983fb58dc89f531c1b3e8
+MD5 (muh-2.2beta1.tar.gz) = 8be1988b988f117ac75be70bad2b9086
diff -ruN muh.old/pkg-plist /usr/ports/irc/muh/pkg-plist
--- muh.old/pkg-plist	Sun Feb 23 00:54:32 2003
+++ /usr/ports/irc/muh/pkg-plist	Sun Feb 23 00:43:56 2003
@@ -1,2 +1,4 @@
 bin/muh
+bin/muh-check
+bin/muh-rotatelog
 share/skel/dot.muhrc
--- muh.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030223005730.87051.qmail>