diff options
author | billf <billf@FreeBSD.org> | 1999-12-10 02:39:47 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-12-10 02:39:47 +0000 |
commit | ac11b87509bfeaca6c72ac499c7db16a702b1295 (patch) | |
tree | dade9c8bb57f2642d51ac020e45018cfe4a57c59 /net/xwhois/Makefile | |
parent | 8e962845be5140d0b97efae5b100bb23ca380dd9 (diff) | |
download | FreeBSD-ports-ac11b87509bfeaca6c72ac499c7db16a702b1295.zip FreeBSD-ports-ac11b87509bfeaca6c72ac499c7db16a702b1295.tar.gz |
Upgrade to 0.40.0, take over as maintainer.
Reviewed by: (previous-)MAINTAINER
Found by: bento
Diffstat (limited to 'net/xwhois/Makefile')
-rw-r--r-- | net/xwhois/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/xwhois/Makefile b/net/xwhois/Makefile index f466315..ae7dcbe 100644 --- a/net/xwhois/Makefile +++ b/net/xwhois/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xwhois -# Version required: 0.3.9 +# Version required: 0.4.0 # Date created: 31 December 1998 # Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # # $FreeBSD$ # -DISTNAME= xwhois-0.3.9 +DISTNAME= xwhois-0.4.0 CATEGORIES= net MASTER_SITES= http://c64.org/~nr/ \ http://www.goatnet.ml.org/ \ @@ -14,7 +14,7 @@ MASTER_SITES= http://c64.org/~nr/ \ ftp://c64.org/pub/nr/xwhois/ \ http://www.physics.adelaide.edu.au/~kkennawa/ -MAINTAINER= kris@FreeBSD.org +MAINTAINER= billf@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 |