diff options
author | matusita <matusita@FreeBSD.org> | 2002-04-22 23:33:19 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2002-04-22 23:33:19 +0800 |
commit | ef5cda10c5a1ca3858626bcc4426bd162679a8de (patch) | |
tree | 9ef14d45b632b0a24c4dcd0b5de777939c940290 /net/jwhois/Makefile | |
parent | ec4325384885ff0a4360899c9f18f6b33bb99b73 (diff) | |
download | freebsd-ports-gnome-ef5cda10c5a1ca3858626bcc4426bd162679a8de.tar.gz freebsd-ports-gnome-ef5cda10c5a1ca3858626bcc4426bd162679a8de.tar.zst freebsd-ports-gnome-ef5cda10c5a1ca3858626bcc4426bd162679a8de.zip |
More 3.1.0 fix and a feature enhancement from the jwhois CVS repository.
Use external location for patches by the PR submitter, remove patch-3.1.0-fix.
Bump PORTREVISION to note this change.
PR: 36463
Submitted by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to 'net/jwhois/Makefile')
-rw-r--r-- | net/jwhois/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 4e2b4118c5ed..0706439d73d8 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -7,11 +7,14 @@ 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 LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext |