Summary: | ports/net/jwhois - chase CVS version for new domains | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | jharris |
Component: | Individual Port(s) | Assignee: | matusita |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | matusita |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
jharris
2002-03-29 05:00:08 UTC
State Changed From-To: open->feedback Is there any hope of having the jwhois people release a new version for these changes? I'd rather have a PORTREVISION bump and PATCHFILES than adding these diffs to ${FILESDIR}. Responsible Changed From-To: freebsd-ports->matusita I'll handle this since I'm the MAINTAINER of this ports. As stated by petef, it would be better waiting a new release if it comes in a few days. If not, I'll create a tarball from jwhois CVS repository, then update the ports using the tarball. jharris, do you hear anything about the release date of new jwhois? > State-Changed-By: petef > State-Changed-When: Fri Mar 29 16:14:07 PST 2002 > State-Changed-Why: > Is there any hope of having the jwhois people release a new version for > these changes? I'd rather have a PORTREVISION bump and PATCHFILES than > adding these diffs to ${FILESDIR}. Sure. (Sorry about the delay, but there are even more new domains now. :) Remove files/patch-3.1.0-fix and try this patch instead: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/jwhois/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2002/04/12 17:09:57 1.10 +++ Makefile 2002/04/20 20:57:23 @@ -7,10 +7,13 @@ PORTNAME= jwhois PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= jwhois + +PATCH_SITES= http://galileo.spaceports.com/~jharris/distfiles/ +PATCHFILES= jwhois.rel_3_1_0-to-2002-04-20@2000UTC.patch.asc.gz MAINTAINER= matusita@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/jwhois/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2002/02/09 09:53:52 1.4 +++ distinfo 2002/04/20 20:57:23 @@ -1 +1,2 @@ MD5 (jwhois-3.1.0.tar.gz) = b33c23aeec9093ef5efaf1a97d69135c +MD5 (jwhois.rel_3_1_0-to-2002-04-20@2000UTC.patch.asc.gz) = d3c89ae0a2bc9a82b4068fe55ecfed36 cvs server: Diffing files cvs server: cannot find files/patch-3.1.0-fix -- Jason Harris jharris@widomaker.com jharris> Sure. (Sorry about the delay, but there are even more new jharris> domains now. :) Remove files/patch-3.1.0-fix and try this jharris> patch instead: I'll check and commit it later. But I have one thing to be cleared before committing - the version number. In this patch, you set the version number 3.1.0_2 (simply bumps PORTREVISION). However, your patch also includes other non-3.1.0 and upcoming features, and I'm afraid this makes some confusion to ports users. Do you still like the version number is 3.1.0_2? If yes, I don't care about this, but I want to be cleared what you think. Thanks. -- - Makoto `MAR' Matsushita State Changed From-To: feedback->closed Patch committed, thanks! |