From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 30 09:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFC2416A420 for ; Wed, 30 Jan 2008 09:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8166813C45B for ; Wed, 30 Jan 2008 09:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0U9U25U043840 for ; Wed, 30 Jan 2008 09:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0U9U2Of043831; Wed, 30 Jan 2008 09:30:02 GMT (envelope-from gnats) Resent-Date: Wed, 30 Jan 2008 09:30:02 GMT Resent-Message-Id: <200801300930.m0U9U2Of043831@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Philippe Audeoud Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21FC316A41B for ; Wed, 30 Jan 2008 09:22:10 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Received: from huppa.tuxaco.net (unknown [IPv6:2001:41d0:1:66c1::1]) by mx1.freebsd.org (Postfix) with ESMTP id A0C6B13C442 for ; Wed, 30 Jan 2008 09:22:09 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Received: from localhost (unknown [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id D0B031A57B for ; Wed, 30 Jan 2008 10:27:50 +0100 (CET) Received: from huppa.tuxaco.net ([127.0.0.1]) by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y9jA2ACPELx7 for ; Wed, 30 Jan 2008 10:27:46 +0100 (CET) Received: from ilove.tuxaco.net (ilove.tuxaco.net [82.236.143.160]) (Authenticated sender: jadawin@tuxaco.net) by huppa.tuxaco.net (Postfix) with ESMTP id 20BFAADDB for ; Wed, 30 Jan 2008 10:27:46 +0100 (CET) Received: by ilove.tuxaco.net (Postfix, from userid 1001) id B07AB848CE; Wed, 30 Jan 2008 09:27:01 +0000 (UTC) Message-Id: <20080130092701.B07AB848CE@ilove.tuxaco.net> Date: Wed, 30 Jan 2008 09:27:01 +0000 (UTC) From: Philippe Audeoud To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/120145: [update] irc/bopm - update to 3.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Audeoud List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2008 09:30:02 -0000 >Number: 120145 >Category: ports >Synopsis: [update] irc/bopm - update to 3.1.3 >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: Wed Jan 30 09:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Philippe Audeoud >Release: FreeBSD 7.0-PRERELEASE i386 >Organization: >Environment: System: FreeBSD athines 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #1: Mon Jan 7 21:29:03 CET 2008 root@glenrothes:/usr/obj/usr/src/sys/GENERIC i386 >Description: - update to 3.1.3 - unbreak gcc42 - update pkg-plist >How-To-Repeat: >Fix: --- patch-bopm.1 begins here --- diff -ruN irc/bopm.orig/Makefile irc/bopm/Makefile --- irc/bopm.orig/Makefile 2008-01-30 08:46:17.000000000 +0000 +++ irc/bopm/Makefile 2008-01-30 08:47:55.000000000 +0000 @@ -6,8 +6,7 @@ # PORTNAME= bopm -PORTVERSION= 3.1.2 -PORTREVISION= 1 +PORTVERSION= 3.1.3 CATEGORIES= irc MASTER_SITES= http://static.blitzed.org/www.blitzed.org/bopm/files/ \ ftp://rusunix.org/pub/FreeBSD/distfiles/ @@ -29,12 +28,6 @@ PLIST_SUB= LOGDIR=${LOGDIR} SUB_LIST= LOGDIR=${LOGDIR} -.include - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - pre-su-install: @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @@ -56,4 +49,4 @@ @${CHMOD} 640 ${PREFIX}/etc/bopm.conf.sample @${CAT} ${PKGMESSAGE} -.include +.include diff -ruN irc/bopm.orig/distinfo irc/bopm/distinfo --- irc/bopm.orig/distinfo 2008-01-30 08:46:17.000000000 +0000 +++ irc/bopm/distinfo 2008-01-30 08:48:06.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (bopm-3.1.2.tar.gz) = ab1b7494c4242eef957b5fca61c92b18 -SHA256 (bopm-3.1.2.tar.gz) = 5a72eeab48137ab74d2fc479467d8fab9d025f6a99336a59b72af234b75a0dcb -SIZE (bopm-3.1.2.tar.gz) = 608855 +MD5 (bopm-3.1.3.tar.gz) = 80886c56a24961e82baa972bd9990587 +SHA256 (bopm-3.1.3.tar.gz) = 6062e80e57785b7f992f71c1d1b4c99c12ea0f20bd7c4d2c0fe2c1f57fdcbf59 +SIZE (bopm-3.1.3.tar.gz) = 819273 diff -ruN irc/bopm.orig/pkg-plist irc/bopm/pkg-plist --- irc/bopm.orig/pkg-plist 2008-01-30 08:46:17.000000000 +0000 +++ irc/bopm/pkg-plist 2008-01-30 09:09:03.000000000 +0000 @@ -6,6 +6,7 @@ include/opm_error.h include/opm_types.h include/opm_common.h +share/bopm.conf.blitzed lib/libopm.so.0 lib/libopm.so lib/libopm.la --- patch-bopm.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: