From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 6 23:10:03 2009 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 AEC151065672 for ; Sun, 6 Sep 2009 23:10:03 +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 8F00F8FC16 for ; Sun, 6 Sep 2009 23:10:03 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n86NA3N9046652 for ; Sun, 6 Sep 2009 23:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n86NA3e4046651; Sun, 6 Sep 2009 23:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 6 Sep 2009 23:10:03 GMT Resent-Message-Id: <200909062310.n86NA3e4046651@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, Romain Tartiere Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A832106566C for ; Sun, 6 Sep 2009 23:08:09 +0000 (UTC) (envelope-from romain@blogreen.org) Received: from marvin.blogreen.org (unknown [IPv6:2a01:e35:2f7d:58c0:0:2:1:2]) by mx1.freebsd.org (Postfix) with ESMTP id D861C8FC16 for ; Sun, 6 Sep 2009 23:08:08 +0000 (UTC) Received: by marvin.blogreen.org (Postfix, from userid 1001) id AD69A5C7B9; Mon, 7 Sep 2009 01:08:07 +0200 (CEST) Message-Id: <20090906230807.AD69A5C7B9@marvin.blogreen.org> Date: Mon, 7 Sep 2009 01:08:07 +0200 (CEST) From: Romain Tartiere To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/138599: [maintainer-update] net/blam version 1.8.6 to 1.8.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Romain Tartiere List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 23:10:03 -0000 >Number: 138599 >Category: ports >Synopsis: [maintainer-update] net/blam version 1.8.6 to 1.8.7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 06 23:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Romain Tartiere >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD marvin.blogreen.org 7.2-STABLE FreeBSD 7.2-STABLE #6 r195737M: Fri Jul 17 14:15:17 CEST 2009 root@marvin.blogreen.org:/usr/obj/usr/src/sys/MARVIN i386 >Description: New in 1.8.7 - Context menu on the tray icon. - Support channel groups (1-deep (for now) folders). (Bug 166468) - Move channels into, out of, and between groups with Drag-and-Drop. - Fix the bug which sometimes lost your channel data. (Bug 346553) - Make a distinction between old and new unread entries. - Use icons to make the above distriction. (Bug 156226) - Mark an entry read if needed when we update a feed and the item has already been read in another feed. (Bug 149154) - Install the debug symbols, since it doesn't take much space. >How-To-Repeat: >Fix: --- blam.diff begins here --- diff -ruN /var/cache/portshaker/freebsd/net/blam/Makefile /tmp/blam/Makefile --- /var/cache/portshaker/freebsd/net/blam/Makefile 2009-07-31 15:54:37.000000000 +0200 +++ /tmp/blam/Makefile 2009-09-07 01:07:13.581158000 +0200 @@ -7,8 +7,7 @@ # PORTNAME= blam -PORTVERSION= 1.8.6 -PORTREVISION= 2 +PORTVERSION= 1.8.7 CATEGORIES= net MASTER_SITES= http://www.cmartin.tk/${PORTNAME}/ \ http://romain.blogreen.org/distfiles/ diff -ruN /var/cache/portshaker/freebsd/net/blam/distinfo /tmp/blam/distinfo --- /var/cache/portshaker/freebsd/net/blam/distinfo 2009-02-09 09:59:59.000000000 +0100 +++ /tmp/blam/distinfo 2009-09-07 01:07:13.581158000 +0200 @@ -1,3 +1,3 @@ -MD5 (blam-1.8.6.tar.gz) = 5f7da752c6646a10655f19dda528e7c4 -SHA256 (blam-1.8.6.tar.gz) = f20c061371c4ec4f7f730a117f1285e3391b3d0c5c8ecdd34affa2c6d324f63f -SIZE (blam-1.8.6.tar.gz) = 310503 +MD5 (blam-1.8.7.tar.gz) = 10cd5f7a01067a2e2bcc87105b862f10 +SHA256 (blam-1.8.7.tar.gz) = 44d35782a1105fb040f790aed54048c4c563daee25a1ced07641174939c05b6e +SIZE (blam-1.8.7.tar.gz) = 319041 diff -ruN /var/cache/portshaker/freebsd/net/blam/pkg-descr /tmp/blam/pkg-descr --- /var/cache/portshaker/freebsd/net/blam/pkg-descr 2009-02-09 09:59:59.000000000 +0100 +++ /tmp/blam/pkg-descr 2009-09-07 01:07:13.581158000 +0200 @@ -10,4 +10,4 @@ * Print the news entries you like * Automatically update the feeds at regular intervals -WWW: http://www.cmartin.tk/blam2.html +WWW: http://www.cmartin.tk/blam.html diff -ruN /var/cache/portshaker/freebsd/net/blam/pkg-plist /tmp/blam/pkg-plist --- /var/cache/portshaker/freebsd/net/blam/pkg-plist 2009-02-09 09:59:59.000000000 +0100 +++ /tmp/blam/pkg-plist 2009-09-07 01:07:13.581158000 +0200 @@ -4,6 +4,7 @@ lib/blam/RSSFeed.dll lib/blam/blam.exe lib/blam/blam.exe.config +lib/blam/blam.exe.mdb share/applications/blam.desktop %%DATADIR%%/collection.xml %%DATADIR%%/themes/akregator/theme.html @@ -47,6 +48,7 @@ share/locale/en_CA/LC_MESSAGES/blam.mo share/locale/en_GB/LC_MESSAGES/blam.mo share/locale/es/LC_MESSAGES/blam.mo +share/locale/et/LC_MESSAGES/blam.mo share/locale/eu/LC_MESSAGES/blam.mo share/locale/fi/LC_MESSAGES/blam.mo share/locale/fr/LC_MESSAGES/blam.mo --- blam.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: