From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 16 17:10:04 2010 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 7F510106566C for ; Wed, 16 Jun 2010 17:10:04 +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 576BA8FC0A for ; Wed, 16 Jun 2010 17:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5GHA4dq038091 for ; Wed, 16 Jun 2010 17:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5GHA4BY038090; Wed, 16 Jun 2010 17:10:04 GMT (envelope-from gnats) Resent-Date: Wed, 16 Jun 2010 17:10:04 GMT Resent-Message-Id: <201006161710.o5GHA4BY038090@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, Bapt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6FC51065672 for ; Wed, 16 Jun 2010 17:04:30 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 483FB8FC1F for ; Wed, 16 Jun 2010 17:04:29 +0000 (UTC) Received: by wyb34 with SMTP id 34so2774023wyb.13 for ; Wed, 16 Jun 2010 10:04:29 -0700 (PDT) Received: by 10.227.151.66 with SMTP id b2mr8839199wbw.158.1276707534996; Wed, 16 Jun 2010 09:58:54 -0700 (PDT) Received: from azathoth.lan ([82.245.249.89]) by mx.google.com with ESMTPS id g66sm2387967wej.25.2010.06.16.09.58.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 16 Jun 2010 09:58:54 -0700 (PDT) Received: from root (uid 0) (envelope-from baptiste.daroussin@gmail.com) id cfa5a by azathoth.lan (DragonFly Mail Agent) Wed, 16 Jun 2010 18:58:53 +0200 Message-Id: Date: Wed, 16 Jun 2010 18:58:53 +0200 From: Bapt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jadawin@FreeBSD.org Subject: ports/147913: [PATCH] irc/irssi-xmpp: update to 0.51 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2010 17:10:04 -0000 >Number: 147913 >Category: ports >Synopsis: [PATCH] irc/irssi-xmpp: update to 0.51 >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 Jun 16 17:10:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Bapt >Release: FreeBSD 8.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD azathoth.lan 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #5 r208894M: Tue Jun 8 11:03:27 >Description: - Update to 0.51 - Add license GPLv2 Port maintainer (jadawin@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- irssi-xmpp-0.51.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/irssi-xmpp.orig/Makefile /usr/ports/irc/irssi-xmpp/Makefile --- /usr/ports/irc/irssi-xmpp.orig/Makefile 2010-05-05 14:20:22.000000000 +0200 +++ /usr/ports/irc/irssi-xmpp/Makefile 2010-06-16 18:57:30.401624867 +0200 @@ -4,7 +4,7 @@ # $FreeBSD: ports/irc/irssi-xmpp/Makefile,v 1.6 2010/05/05 12:20:22 jadawin Exp $ PORTNAME= irssi-xmpp -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= irc MASTER_SITES= http://cybione.org/~irssi-xmpp/files/ @@ -15,9 +15,7 @@ RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi LIB_DEPENDS= loudmouth:${PORTSDIR}/net-im/loudmouth -USE_GMAKE= yes USE_LDCONFIG= yes -MAKE_ENV= IRSSI_INCLUDE="${LOCALBASE}/include/irssi/" PLIST_FILES= lib/irssi/modules/libfe_xmpp.so \ lib/irssi/modules/libtext_xmpp.so \ @@ -30,6 +28,12 @@ STARTUP \ XEP +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +post-configure: + @${REINPLACE_CMD} "/ggdb/d" ${WRKSRC}/config.mk + do-install: .for data in core fe-common fe-text ${MKDIR} ${PREFIX}/lib/irssi/modules diff -ruN --exclude=CVS /usr/ports/irc/irssi-xmpp.orig/distinfo /usr/ports/irc/irssi-xmpp/distinfo --- /usr/ports/irc/irssi-xmpp.orig/distinfo 2010-05-05 14:20:22.000000000 +0200 +++ /usr/ports/irc/irssi-xmpp/distinfo 2010-06-16 18:23:29.183304644 +0200 @@ -1,3 +1,3 @@ -MD5 (irssi-xmpp-0.50.tar.gz) = ca0dbe486fe28d10f6e6917d2575f6b7 -SHA256 (irssi-xmpp-0.50.tar.gz) = 9aa5c656dffb9a067485e90cb62e4ac5fd41c38acd7876c1dc95f52e4ffc9878 -SIZE (irssi-xmpp-0.50.tar.gz) = 65700 +MD5 (irssi-xmpp-0.51.tar.gz) = 032f090f34614bd5ad768842abae6415 +SHA256 (irssi-xmpp-0.51.tar.gz) = 5f8c7f9d51856201b47647befd74eea8e7cecc1ed0ee52916dc15d9e623f686d +SIZE (irssi-xmpp-0.51.tar.gz) = 67801 diff -ruN --exclude=CVS /usr/ports/irc/irssi-xmpp.orig/pkg-descr /usr/ports/irc/irssi-xmpp/pkg-descr --- /usr/ports/irc/irssi-xmpp.orig/pkg-descr 2010-05-05 14:20:22.000000000 +0200 +++ /usr/ports/irc/irssi-xmpp/pkg-descr 2010-06-16 18:34:07.072222400 +0200 @@ -13,4 +13,4 @@ * SSL and HTTP proxy support * ... -WWW: http://cybione.org/src/irssi-xmpp/ +WWW: http://cybione.org/~irssi-xmpp/ --- irssi-xmpp-0.51.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: