From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 13 21:30:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB3CF16A41C for ; Wed, 13 Jul 2005 21:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D43E43D46 for ; Wed, 13 Jul 2005 21:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6DLUIT6024030 for ; Wed, 13 Jul 2005 21:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6DLUIRT024022; Wed, 13 Jul 2005 21:30:18 GMT (envelope-from gnats) Resent-Date: Wed, 13 Jul 2005 21:30:18 GMT Resent-Message-Id: <200507132130.j6DLUIRT024022@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, Vsevolod Stakhov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1892C16A41C for ; Wed, 13 Jul 2005 21:22:45 +0000 (GMT) (envelope-from vsevolod@highsecure.ru) Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D9EB43D46 for ; Wed, 13 Jul 2005 21:22:44 +0000 (GMT) (envelope-from vsevolod@highsecure.ru) Received: from waterwall.inec.ru (root@localhost) by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j6DLO1Aw034827 for ; Thu, 14 Jul 2005 01:24:01 +0400 (MSD) Received: from core (postbox.inec.ru [213.148.3.226]) by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j6DLO0TI034822 for ; Thu, 14 Jul 2005 01:24:00 +0400 (MSD) Received: from [213.219.249.64] (helo=spray.anyhost.ru) by core with esmtp (Exim 4.51 (FreeBSD)) id 1DsogW-000ByD-Ak for FreeBSD-gnats-submit@freebsd.org; Thu, 14 Jul 2005 01:22:28 +0400 Received: from cebka by spray.anyhost.ru with local (Exim 4.51 (FreeBSD)) id 1Dsogj-000ELI-UZ for FreeBSD-gnats-submit@freebsd.org; Thu, 14 Jul 2005 01:22:41 +0400 Message-Id: Date: Thu, 14 Jul 2005 01:22:41 +0400 From: Vsevolod Stakhov Sender: Vsevolod Stakhov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83417: Update port: htpdate to 0.8.4 (maintainer) 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, 13 Jul 2005 21:30:19 -0000 >Number: 83417 >Category: ports >Synopsis: Update port: htpdate to 0.8.4 (maintainer) >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: Wed Jul 13 21:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vsevolod Stakhov >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: Update to 0.8.4 Support for ipv6 has been added. Do not unpack and then pack again man page. >How-To-Repeat: >Fix: --- htpdate-0.8.4.patch begins here --- diff -ruN --exclude=CVS htpdate.orig/Makefile htpdate/Makefile --- htpdate.orig/Makefile Thu Jul 14 01:09:26 2005 +++ htpdate/Makefile Thu Jul 14 01:14:59 2005 @@ -6,7 +6,7 @@ # PORTNAME= htpdate -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= net MASTER_SITES= http://www.clevervest.com/htp/archive/c/ @@ -15,12 +15,11 @@ USE_BZIP2= yes -MAN8= htpdate.8 +MANCOMPRESSED= no +NOMANCOMPRESS= yes +MAN8= htpdate.8.gz PLIST_FILES= bin/htpdate - -post-extract: - @${GZIP_CMD} -d ${WRKSRC}/${MAN8}.gz do-install: @${INSTALL_PROGRAM} ${WRKSRC}/htpdate ${PREFIX}/bin diff -ruN --exclude=CVS htpdate.orig/distinfo htpdate/distinfo --- htpdate.orig/distinfo Thu Jul 14 01:09:26 2005 +++ htpdate/distinfo Thu Jul 14 01:10:09 2005 @@ -1,2 +1,2 @@ -MD5 (htpdate-0.8.3.tar.bz2) = d93b86f77067c436c2ba31b8d46d8063 -SIZE (htpdate-0.8.3.tar.bz2) = 10709 +MD5 (htpdate-0.8.4.tar.bz2) = 7787187c092e63e0ca971fec0651086c +SIZE (htpdate-0.8.4.tar.bz2) = 11517 --- htpdate-0.8.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: