diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-11-10 19:42:23 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-11-10 19:42:23 +0000 |
commit | 7a4fc79d7eb6eef6ac483b56ad0fa32320881b5c (patch) | |
tree | 6b5ac9e8d7dc34e4f762ef8057302293d3f0371e /ftp/gftp/Makefile | |
parent | 127d3d956d0c5cd6aa606b064432f8a87ed401c7 (diff) |
update to 2.0.18rc1
Notes
Notes:
svn path=/head/; revision=121322
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r-- | ftp/gftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 228e0e1b24a5..f98b86d11bbc 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -6,11 +6,12 @@ # PORTNAME= gftp -PORTVERSION= 2.0.17 +PORTVERSION= 2.0.18.r1 PORTREVISION= 0 CATEGORIES= ftp MASTER_SITES= http://gftp.seul.org/ \ ftp://gftp.seul.org/pub/gftp/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= oliver@FreeBSD.org COMMENT= A free multithreaded GTK-based GUI ftp and sftp client |