diff options
author | pst <pst@FreeBSD.org> | 1995-08-19 15:59:36 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-08-19 15:59:36 +0800 |
commit | 3c4e0f7945fba74353a9f8f7a0d2a34c3dc3640b (patch) | |
tree | ade71cacbc3b6a37fbe6f98a915129b1d3e191e3 /irc/zircon/Makefile | |
parent | c33bf6924196ee3114fe7a660e34488e914d8d0d (diff) | |
download | freebsd-ports-gnome-3c4e0f7945fba74353a9f8f7a0d2a34c3dc3640b.tar.gz freebsd-ports-gnome-3c4e0f7945fba74353a9f8f7a0d2a34c3dc3640b.tar.zst freebsd-ports-gnome-3c4e0f7945fba74353a9f8f7a0d2a34c3dc3640b.zip |
Update Zircon (X11 based IRC client) to pl11
Diffstat (limited to 'irc/zircon/Makefile')
-rw-r--r-- | irc/zircon/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index b82f4dffb9d8..1f33df3316ac 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: zircon -# Version required: 1.15p10 -# Date created: 11 Feb 1995 -# Whom: jkh +# Version required: 1.15p11 +# Date created: 19 Aug 1995 +# Whom: jkh / pst # -# $Id: Makefile,v 1.2 1995/04/01 12:49:05 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/15 05:42:12 asami Exp $ # -DISTNAME= zircon-1.15p10 -PKGNAME= zircon-1.15.10 +DISTNAME= zircon-1.15p11 +PKGNAME= zircon-1.15.11 CATEGORIES+= networking -MASTER_SITES= ftp://ftp.cdrom.com/pub/tcl/alcatel/code/ +MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ EXEC_DEPENDS= dpwish:${PORTSDIR}/net/tclDP |