diff options
author | kris <kris@FreeBSD.org> | 2004-03-06 19:13:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-06 19:13:41 +0800 |
commit | fecb02722a6e5c0433647223375788225a31e9a3 (patch) | |
tree | d20955cbb4125fc266986859477a0369bb1f7b45 /ftp/wput/Makefile | |
parent | 22f21d7066771f762b4ac7752512bfc9b457f1f5 (diff) | |
download | freebsd-ports-gnome-fecb02722a6e5c0433647223375788225a31e9a3.tar.gz freebsd-ports-gnome-fecb02722a6e5c0433647223375788225a31e9a3.tar.zst freebsd-ports-gnome-fecb02722a6e5c0433647223375788225a31e9a3.zip |
Unbreak by chasing checksum. The version was silently updated to 0.3.6d
and a minor bug fix was made to the source.
Diffstat (limited to 'ftp/wput/Makefile')
-rw-r--r-- | ftp/wput/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile index 5a557f1a8d44..666e8ba33e84 100644 --- a/ftp/wput/Makefile +++ b/ftp/wput/Makefile @@ -6,9 +6,10 @@ # PORTNAME= wput -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.6d CATEGORIES= ftp MASTER_SITES= http://itooktheredpill.dyndns.org/wput/ +DISTNAME= wput-0.3.6 EXTRACT_SUFX= .tgz MAINTAINER= chip-set@mail.ru |