diff options
author | kris <kris@FreeBSD.org> | 1999-03-17 20:55:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-03-17 20:55:48 +0800 |
commit | 8e28a8d157a34939d2fcd6dbba2c31321d9e3e92 (patch) | |
tree | 413d67cc2d0bfed6523ba031bde43a1472b43242 /ftp/axyftp/Makefile | |
parent | 7877e27a655576cf5e8c9b261ed37734ed27fdcf (diff) | |
download | freebsd-ports-gnome-8e28a8d157a34939d2fcd6dbba2c31321d9e3e92.tar.gz freebsd-ports-gnome-8e28a8d157a34939d2fcd6dbba2c31321d9e3e92.tar.zst freebsd-ports-gnome-8e28a8d157a34939d2fcd6dbba2c31321d9e3e92.zip |
Upgrade to v0.4.4, set myself as maintainer.
Agreed-to by: Previous maintainer
Diffstat (limited to 'ftp/axyftp/Makefile')
-rw-r--r-- | ftp/axyftp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/axyftp/Makefile b/ftp/axyftp/Makefile index 23ddb48503c8..a4924e0cb75a 100644 --- a/ftp/axyftp/Makefile +++ b/ftp/axyftp/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: wxftp -# Version required: 0.4.1 +# Version required: 0.4.4 # Date created: 22 October 1998 # Whom: Antti Kaipila <anttik@iki.fi> # -# $Id: Makefile,v 1.2 1999/01/18 03:26:43 steve Exp $ +# $Id: Makefile,v 1.3 1999/01/22 22:18:10 nectar Exp $ # -DISTNAME= wxftp-0.4.1.src -PKGNAME= wxftp-0.4.1 +DISTNAME= wxftp-0.4.4.src +PKGNAME= wxftp-0.4.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer -MAINTAINER= anttik@iki.fi +MAINTAINER= kris@FreeBSD.ORG LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 |