From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 13:25:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E3F116A412; Sun, 2 Jul 2006 13:25:18 +0000 (UTC) (envelope-from kay_lehmann@web.de) Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8997B43D46; Sun, 2 Jul 2006 13:25:17 +0000 (GMT) (envelope-from kay_lehmann@web.de) Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id 316235A5320; Sun, 2 Jul 2006 15:25:16 +0200 (CEST) Received: from [217.197.85.240] (helo=[192.168.1.3]) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1Fx1wo-0004xY-00; Sun, 02 Jul 2006 15:25:15 +0200 Message-ID: <44A7CAB2.6060406@web.de> Date: Sun, 02 Jul 2006 15:31:30 +0200 From: Kay Lehmann User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <200606271009.k5RA9mpw050549@freefall.freebsd.org> In-Reply-To: <200606271009.k5RA9mpw050549@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------010005020209090909080802" Sender: kay_lehmann@web.de X-Sender: kay_lehmann@web.de Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/99403: [Maintainer Update] sysutils/lineak_xosdplugin: update to version 0.9 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: Sun, 02 Jul 2006 13:25:18 -0000 This is a multi-part message in MIME format. --------------010005020209090909080802 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ion-Mihai Tetcu wrote: > Synopsis: [Maintainer Update] sysutils/lineak_xosdplugin: update to version 0.9 > > State-Changed-From-To: open->feedback > State-Changed-By: itetcu > State-Changed-When: Tue Jun 27 10:09:48 UTC 2006 > State-Changed-Why: > Ask for submitter fix. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99403 Sorry about that. --------------010005020209090909080802 Content-Type: text/plain; name="patch-lineak_xosdplugin-0.8.3-0.9" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-lineak_xosdplugin-0.8.3-0.9" diff -urN -x .svn lineak_xosdplugin.orig/Makefile lineak_xosdplugin/Makefile --- lineak_xosdplugin.orig/Makefile Sun Jul 2 15:24:15 2006 +++ lineak_xosdplugin/Makefile Sun Jul 2 15:28:45 2006 @@ -6,12 +6,12 @@ # PORTNAME= lineak_xosdplugin -PORTVERSION= 0.8.3 -PORTREVISION= 2 +PORTVERSION= 0.9 CATEGORIES= sysutils deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=lineak DIST_SUBDIR= lineak +DISTFILES= lineak-xosdplugin-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= kay_lehmann@web.de COMMENT= Xosd-plugin for lineakd @@ -27,6 +27,7 @@ INSTALLS_SHLIB= yes MAN1= lineak_xosdplugin.1 +MAN_COMPRESSED= yes PLIST_FILES= lib/lineakd/plugins/xosdplugin.la \ lib/lineakd/plugins/xosdplugin.so diff -urN -x .svn lineak_xosdplugin.orig/distinfo lineak_xosdplugin/distinfo --- lineak_xosdplugin.orig/distinfo Sun Jul 2 15:24:15 2006 +++ lineak_xosdplugin/distinfo Sat Jun 24 08:37:09 2006 @@ -1,3 +1,3 @@ -MD5 (lineak/lineak_xosdplugin-0.8.3.tar.gz) = 837e417b80632c994294d13d0879fed6 -SHA256 (lineak/lineak_xosdplugin-0.8.3.tar.gz) = b52cf74aa4599bedb6f95c21dfca6bcf21e6c7ac408e31fc60f8dbdf1a2b1bf9 -SIZE (lineak/lineak_xosdplugin-0.8.3.tar.gz) = 722345 +MD5 (lineak/lineak-xosdplugin-0.9.tar.gz) = 295bba616b3b74264385b14b242947a4 +SHA256 (lineak/lineak-xosdplugin-0.9.tar.gz) = ba83d8e6abc2fd1ddbfb0c4837d9a9b2db82e5f3e9732db546147f520ba1c2af +SIZE (lineak/lineak-xosdplugin-0.9.tar.gz) = 802367 --------------010005020209090909080802--