Date: Thu, 27 Apr 2000 17:27:31 -0400 (EDT) From: patseal@hyperhost.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18260: Patch to fix xtide Message-ID: <20000427212731.1E04B137F3C@foobar.foobar.eyep.net>
next in thread | raw e-mail | index | archive | help
>Number: 18260 >Category: ports >Synopsis: Patch to fix xtide >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 27 14:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Patrick Seal >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Supporting distfile was left over from older version and never changed. And other miscellaneous fixes. In response to: ports/18254 (can be closed) Reported by: Andreas Schulz <ats@first.gmd.de> >How-To-Repeat: >Fix: diff -ur xtide.orig/Makefile xtide/Makefile --- xtide.orig/Makefile Mon Apr 17 20:00:38 2000 +++ xtide/Makefile Thu Apr 27 17:13:54 2000 @@ -9,7 +9,7 @@ PORTVERSION= 2.2 CATEGORIES= astro MASTER_SITES= ftp://ftp.flaterco.com/xtide/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} harmonics.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} harmonics.world.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= patseal@hyperhost.net @@ -17,9 +17,6 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ png.3:${PORTSDIR}/graphics/png -# www.universe.digex.net is broken -FETCH_BEFORE_ARGS= -t - USE_X_PREFIX= yes HAS_CONFIGURE= yes MAN1= xtide.1 tide.1 @@ -27,7 +24,7 @@ MANCOMPRESSED= no post-extract: - @${GZCAT} ${DISTDIR}/harmonics.gz > ${WRKSRC}/harmonics + @${GZCAT} ${DISTDIR}/harmonics.world.gz > ${WRKSRC}/harmonics do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xtide ${PREFIX}/bin diff -ur xtide.orig/files/md5 xtide/files/md5 --- xtide.orig/files/md5 Sat Apr 22 19:06:20 2000 +++ xtide/files/md5 Thu Apr 27 17:13:27 2000 @@ -1,2 +1,2 @@ MD5 (xtide-2.2.tar.gz) = a2e9ef7a0eea27de87a12efa0339ac85 -MD5 (harmonics.gz) = aeb7f495cb816ea636a6ea2a0eda491a +MD5 (harmonics.world.gz) = d528f6162c15b878881b4bc3a8736b1d >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000427212731.1E04B137F3C>