Date: Sun, 15 Jun 2003 00:14:55 -0500 (CDT) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53331: [patch] fix checksum for textproc/jing Message-ID: <200306150514.h5F5Et3G098328@lonesome.lonesome.com> Resent-Message-ID: <200306150520.h5F5KADw019475@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53331 >Category: ports >Synopsis: [patch] fix checksum for textproc/jing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 14 22:20:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.7 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: fix checksum >How-To-Repeat: make install >Fix: --- jing/Makefile.dist Wed May 7 21:21:50 2003 +++ jing/Makefile Sun Jun 15 00:12:37 2003 @@ -9,13 +9,12 @@ PORTVERSION= 2003.01.31 CATEGORIES= textproc MASTER_SITES= http://www.thaiopensource.com/relaxng/ +# set this to -src if you want to build the jar file yourself (not supported yet) DISTNAME= ${PORTNAME}-bin -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}/ +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A RELAX NG validator in Java - -BROKEN= "Distfiles not listed in distinfo" RUN_DEPENDS= ${JAVAJARDIR}/crimson.jar:${PORTSDIR}/textproc/crimson --- jing/distinfo.dist Fri Feb 7 21:43:41 2003 +++ jing/distinfo Sun Jun 15 00:09:06 2003 @@ -1 +1,2 @@ -MD5 (jing-2003.01.31/jing-bin.zip) = 04f03804bb87053b31c697e4bc0f4444 +MD5 (jing-2003.01.31/jing-bin.zip) = 7dd26e577d1b66484dedc81b71ad43ba +MD5 (jing-2003.01.31/jing-src.zip) = dd567e90f2d66fa973dbd4bb95c5ceab >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306150514.h5F5Et3G098328>