diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-01-26 13:19:57 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-01-26 13:19:57 +0800 |
commit | ebb5f800207527428ce69b0969a3cd5b8b4697b1 (patch) | |
tree | ea3525cd26df2da6266d6b7280ae73e4ecacb45a /x11/x3270 | |
parent | 59f716d40d3c2166cec474160c071d1cd3249316 (diff) | |
download | freebsd-ports-gnome-ebb5f800207527428ce69b0969a3cd5b8b4697b1.tar.gz freebsd-ports-gnome-ebb5f800207527428ce69b0969a3cd5b8b4697b1.tar.zst freebsd-ports-gnome-ebb5f800207527428ce69b0969a3cd5b8b4697b1.zip |
Upgrade to 3.0.3.4 and add md5 file
Diffstat (limited to 'x11/x3270')
-rw-r--r-- | x11/x3270/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 8bdde300b103..1ccaed5abe27 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: x3270 -# Version required: 3.0.2.5 +# Version required: 3.0.3.4 # Date created: 18 December 1994 # Whom: janek # -DISTNAME= x3270-3.0.2 -DISTFILES= x3270-3.0.2.5.tar.gz +DISTNAME= x3270-3.0.3 +DISTFILES= x3270-3.0.3.4.tar.gz USE_IMAKE= yes INSTALL_MANPAGES= yes -MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/applications/ +MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/applications/x3270/ .include <bsd.port.mk> |