From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 22 14:30:15 2004 Return-Path: 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 635FA16A4D9 for ; Sun, 22 Feb 2004 14:30:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4927A43D1F for ; Sun, 22 Feb 2004 14:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1MMUFbv024663 for ; Sun, 22 Feb 2004 14:30:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1MMUFdu024662; Sun, 22 Feb 2004 14:30:15 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 22 Feb 2004 14:30:15 -0800 (PST) Resent-Message-Id: <200402222230.i1MMUFdu024662@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, Hiroki Sato Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 229DF16A4CF for ; Sun, 22 Feb 2004 14:25:26 -0800 (PST) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB9C43D2F for ; Sun, 22 Feb 2004 14:25:25 -0800 (PST) (envelope-from hrs@allbsd.org) Received: from delta.allbsd.org (p46109-adsao12honb4-acca.tokyo.ocn.ne.jp [220.96.128.109]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id A708C150C for ; Mon, 23 Feb 2004 07:25:22 +0900 (JST) Received: from alph.allbsd.org (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.12.9p2/8.12.9) with ESMTP id i1MMPBA2092034 for ; Mon, 23 Feb 2004 07:25:11 +0900 (JST) (envelope-from hrs@alph.d.allbsd.org) Received: from alph.allbsd.org (localhost [127.0.0.1]) by alph.allbsd.org (8.12.10/8.12.10) with ESMTP id i1MMPA7p007096 for ; Mon, 23 Feb 2004 07:25:10 +0900 (JST) (envelope-from hrs@alph.d.allbsd.org) Received: (from hrs@localhost) by alph.allbsd.org (8.12.10/8.12.10/Submit) id i1MMPAeQ007095; Mon, 23 Feb 2004 07:25:10 +0900 (JST) (envelope-from hrs) Message-Id: <200402222225.i1MMPAeQ007095@alph.allbsd.org> Date: Mon, 23 Feb 2004 07:25:10 +0900 (JST) From: Hiroki Sato To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/63243: Fix and update port: print/latex-caption 3.0.20040123 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hiroki Sato List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 22:30:15 -0000 >Number: 63243 >Category: ports >Synopsis: Fix and update port: print/latex-caption 3.0.20040123 >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: Sun Feb 22 14:30:14 PST 2004 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 4.9-STABLE i386 >Organization: Tokyo University of Science >Environment: FreeBSD alph.allbsd.org 4.9-STABLE FreeBSD 4.9-STABLE #1: Sun Feb 8 19:26:12 JST 2004 hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH i386 >Description: Update to 3.0.20040123. This should fix the build breakage (which is because the older distfiles are gone) reported on bento, too. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/print/latex-caption/Makefile,v retrieving revision 1.3 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.3 Makefile --- Makefile 22 Feb 2004 09:58:46 -0000 1.3 +++ Makefile 22 Feb 2004 22:16:00 -0000 @@ -5,10 +5,10 @@ # $FreeBSD: ports/print/latex-caption/Makefile,v 1.3 2004/02/22 09:58:46 kris Exp $ PORTNAME= latex-caption -PORTVERSION= 3.0.20031220 -PORTREVISION= 1 +PORTVERSION= 3.0.20040123 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN} +MASTER_SITES= ftp://ftp.ctan.org/tex-archive/%SUBDIR%/ \ + ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= macros/latex/contrib/caption DISTFILES= caption.dtx caption2.dtx caption.ins caption.xml DIST_SUBDIR= ${PORTNAME} @@ -20,8 +20,6 @@ BUILD_DEPENDS+= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX - -BROKEN= "Checksum mismatch" PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR} PLIST_SUB+= CLASSDIR=${CLASSDIR} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/print/latex-caption/distinfo,v retrieving revision 1.1 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1 distinfo --- distinfo 25 Jan 2004 20:06:59 -0000 1.1 +++ distinfo 22 Feb 2004 10:55:47 -0000 @@ -1,4 +1,8 @@ -MD5 (latex-caption/caption.dtx) = 58c953c4e24ecdacd50ea00f2a9f3274 +MD5 (latex-caption/caption.dtx) = cd01c53785be6e43b8d0db4b26c852af +SIZE (latex-caption/caption.dtx) = 84576 MD5 (latex-caption/caption2.dtx) = 241f88a1e1bfb67d9e93e33d4e6cf9d6 -MD5 (latex-caption/caption.ins) = 3617343d79edda46233594958344d184 -MD5 (latex-caption/caption.xml) = 6b4d7d970a2ed6f24c081cef7fb86e77 +SIZE (latex-caption/caption2.dtx) = 42639 +MD5 (latex-caption/caption.ins) = b901a07de154330b156eb71b75c1292c +SIZE (latex-caption/caption.ins) = 1208 +MD5 (latex-caption/caption.xml) = a3e25980ff95abe3fb90f461d4a6b2b2 +SIZE (latex-caption/caption.xml) = 777 >Release-Note: >Audit-Trail: >Unformatted: