diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-18 15:16:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-18 15:16:25 +0800 |
commit | b20d499d8424899e4454510a418c7d32a0887b87 (patch) | |
tree | 277a76921c1ae86ad386587572aa8b80cab84cb2 /ftp | |
parent | 8d219abf911fe668d7ce9fec950598fb27ecc1ec (diff) | |
download | freebsd-ports-gnome-b20d499d8424899e4454510a418c7d32a0887b87.tar.gz freebsd-ports-gnome-b20d499d8424899e4454510a418c7d32a0887b87.tar.zst freebsd-ports-gnome-b20d499d8424899e4454510a418c7d32a0887b87.zip |
Update port: ftp/wput - new version (0.5)
There's a new version of wput out there, 0.5
PR: ports/75085
Submitted by: Pasi Hirvonen <psh@iki.fi>
Approved by: ".::ChiP::." <chip-set@mail.ru>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wput/Makefile | 5 | ||||
-rw-r--r-- | ftp/wput/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile index d2a5885d36d8..81805d5a21ab 100644 --- a/ftp/wput/Makefile +++ b/ftp/wput/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wput -PORTVERSION= 0.4.1 +PORTVERSION= 0.5 CATEGORIES= ftp MASTER_SITES= http://itooktheredpill.dyndns.org/wput/ EXTRACT_SUFX= .tgz @@ -14,8 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= chip-set@mail.ru COMMENT= Uploads files or directories to a ftpserver with support of resuming -BROKEN= Size mismatch - PORTDOCS= TODO ChangeLog USE_GETOPT_LONG= yes @@ -26,6 +24,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LIBS="${LDFLAGS}" PLIST_FILES= bin/wput +MANCOMPRESSED= yes MAN1= wput.1 post-install: diff --git a/ftp/wput/distinfo b/ftp/wput/distinfo index cdfe11f3f06e..67cf68ecaf8b 100644 --- a/ftp/wput/distinfo +++ b/ftp/wput/distinfo @@ -1,2 +1,2 @@ -MD5 (wput-0.4.1.tgz) = 6ef875c31445d01c195a1dd2dd306306 -SIZE (wput-0.4.1.tgz) = 153775 +MD5 (wput-0.5.tgz) = 441b2e07219f78167b29a7ac33488fff +SIZE (wput-0.5.tgz) = 121543 |