From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 18 16:00:01 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 9B0C61065670 for ; Mon, 18 May 2009 16:00:01 +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 68EC98FC1D for ; Mon, 18 May 2009 16:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4IG01Ae073226 for ; Mon, 18 May 2009 16:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4IG01Ux073225; Mon, 18 May 2009 16:00:01 GMT (envelope-from gnats) Resent-Date: Mon, 18 May 2009 16:00:01 GMT Resent-Message-Id: <200905181600.n4IG01Ux073225@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, Xavier Beaudouin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59DE31065670 for ; Mon, 18 May 2009 15:55:07 +0000 (UTC) (envelope-from kiwi@proxy.home.oav.net) Received: from mail.oav.net (mail.oav.net [193.43.215.1]) by mx1.freebsd.org (Postfix) with ESMTP id 125FA8FC0A for ; Mon, 18 May 2009 15:55:06 +0000 (UTC) (envelope-from kiwi@proxy.home.oav.net) Received: from localhost (localhost [127.0.0.1]) by mail02.oav.net (Postfix) with ESMTP id 272FC45048 for ; Mon, 18 May 2009 17:37:15 +0200 (CEST) (envelope-from kiwi@proxy.home.oav.net) Received: from mail02.oav.net ([127.0.0.1]) by localhost (mail02.oav.net [127.0.0.1]) (amavisd-new, port 10026) with LMTP id qtBnlFDW8VhJ for ; Mon, 18 May 2009 17:37:14 +0200 (CEST) Received: from kiwi.oav.net (kiwi.oav.net [82.225.248.92]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail02.oav.net (Postfix) with ESMTPS id DD1BE4501D for ; Mon, 18 May 2009 17:37:14 +0200 (CEST) (envelope-from kiwi@proxy.home.oav.net) Received: by proxy.home.oav.net (Postfix, from userid 1000) id 847322E08E; Mon, 18 May 2009 17:36:30 +0200 (CEST) Message-Id: <20090518153712.847322E08E@proxy.home.oav.net> Date: Mon, 18 May 2009 17:36:30 +0200 (CEST) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/134655: [MAINTAINER] misc/libhome: update to 0.10.2 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: Mon, 18 May 2009 16:00:01 -0000 >Number: 134655 >Category: ports >Synopsis: [MAINTAINER] misc/libhome: update to 0.10.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 18 16:00:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 7.2-RELEASE i386 >Organization: Association KAZAR / The Caudium Group >Environment: System: FreeBSD proxy.home.oav.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC >Description: - Update to 0.10.2 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libhome-0.10.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/misc/libhome.old/Makefile /usr/ports/misc/libhome/Makefile --- /usr/ports/misc/libhome.old/Makefile 2009-05-18 16:58:51.000000000 +0200 +++ /usr/ports/misc/libhome/Makefile 2009-05-18 17:36:17.000000000 +0200 @@ -6,10 +6,9 @@ # PORTNAME= libhome -PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTVERSION= 0.10.2 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ftp://ftp.oav.net/pll/ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pll MAINTAINER= kiwi@oav.net @@ -25,12 +24,12 @@ USE_GNOME= gnometarget USE_LDCONFIG= yes +.include + .if defined(LIBHOME_WITH_BDB_VER) WITH_BDB_VER= ${LIBHOME_WITH_BDB_VER} .endif -.include - CONFIGURE_ARGS+= --with-proxy --with-nss .if !defined(WITHOUT_LDAP) diff -ruN --exclude=CVS /usr/ports/misc/libhome.old/distinfo /usr/ports/misc/libhome/distinfo --- /usr/ports/misc/libhome.old/distinfo 2009-05-18 16:58:51.000000000 +0200 +++ /usr/ports/misc/libhome/distinfo 2009-05-18 17:13:32.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (libhome-0.10.1.tar.gz) = fe0b4e581c62bc64eb13295eb7f2b0e5 -SHA256 (libhome-0.10.1.tar.gz) = 25dff14d2a7e7f867f472c0627e157f76692a814d44c12e7b40248710627aefb -SIZE (libhome-0.10.1.tar.gz) = 282420 +MD5 (libhome-0.10.2.tar.gz) = f7129ae34d3c44d38ac785e7a1f7d509 +SHA256 (libhome-0.10.2.tar.gz) = a099e61e83c140d74e3515135881903f26358bc32ce97292c8a8c673e7c0de13 +SIZE (libhome-0.10.2.tar.gz) = 286453 --- libhome-0.10.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: