From owner-freebsd-ports Sun Sep 29 13:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F9737B401 for ; Sun, 29 Sep 2002 13:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A1F43E4A for ; Sun, 29 Sep 2002 13:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8TKo2Co073969 for ; Sun, 29 Sep 2002 13:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8TKo2MZ073967; Sun, 29 Sep 2002 13:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D7A537B401; Sun, 29 Sep 2002 13:40:51 -0700 (PDT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 136E643E42; Sun, 29 Sep 2002 13:40:50 -0700 (PDT) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [192.168.2.4]) by 21322530218.direct.eti.at (8.12.5/8.12.5) with ESMTP id g8TKkfW9045246; Sun, 29 Sep 2002 22:46:42 +0200 (CEST) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [127.0.0.1]) by sauna.arved.de (8.12.5/8.12.5) with ESMTP id g8TKelB1069012; Sun, 29 Sep 2002 22:40:47 +0200 (CEST) (envelope-from tilman@sauna.arved.de) Received: (from tilman@localhost) by sauna.arved.de (8.12.5/8.12.5/Submit) id g8TKelLT069011; Sun, 29 Sep 2002 22:40:47 +0200 (CEST) Message-Id: <200209292040.g8TKelLT069011@sauna.arved.de> Date: Sun, 29 Sep 2002 22:40:47 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de, assar@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43484: Update port net/arla to 0.35.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43484 >Category: ports >Synopsis: Update port net/arla to 0.35.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 29 13:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.6-STABLE i386 >Organization: BSD Usergroup Austria >Environment: System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386 >Description: Update to 0.35.9 Install info-pages correctly. >How-To-Repeat: >Fix: --- arla.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/arla/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 18 May 2002 03:16:37 -0000 1.23 +++ Makefile 29 Sep 2002 20:36:20 -0000 @@ -6,14 +6,12 @@ # PORTNAME= arla -PORTVERSION= 0.35.6 +PORTVERSION= 0.35.9 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ MAINTAINER= assar@freebsd.org -BROKEN= "Does not build" - USE_XLIB= yes .if !exists(/usr/lib/libkafs.a) @@ -26,7 +24,7 @@ GNU_CONFIGURE= yes MAN1= rxdebug.1 tokens.1 unlog.1 aklog.1 klog.1 fs.1 kalog.1 pts.1 \ - udebug.1 + udebug.1 themis.1 MAN3= cmd.3 MAN5= CellServDB.5 DynRootDB.5 ThisCell.5 SuidCells.5 MAN8= mount_xfs.8 umount_xfs.8 arlad.8 arla-cli.8 vos.8 bos.8 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/arla/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 7 Jan 2002 04:47:11 -0000 1.9 +++ distinfo 29 Sep 2002 20:07:17 -0000 @@ -1,2 +1 @@ -MD5 (arla-0.35.5.tar.gz) = 499a415c9ae6639c378288332c59d0b7 -MD5 (arla-0.35.6.tar.gz) = 42dbf03c908faf72ae38dfb3cfdffe53 +MD5 (arla-0.35.9.tar.gz) = e0c1463298ba5b2f049acb692236c483 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/arla/pkg-plist,v retrieving revision 1.12 diff -u -r1.12 pkg-plist --- pkg-plist 12 Sep 2001 03:42:42 -0000 1.12 +++ pkg-plist 29 Sep 2002 20:36:18 -0000 @@ -7,6 +7,7 @@ bin/mk_cmds bin/pts bin/rxdebug +bin/themis bin/tokens bin/udebug bin/unlog @@ -71,7 +72,9 @@ include/vldb.cs.h include/vldb.h include/vldb.ss.h +@unexec install-info --delete %D/info/arla.info %D/info/dir info/arla.info +@exec install-info %D/info/arla.info %D/info/dir lib/libacl.a lib/libarlalib.a lib/libbosclient.a --- arla.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message