svn commit: r568290 - head/ftp/jftp

Neel Chauhan nc at FreeBSD.org
Sat Mar 13 21:59:50 UTC 2021


Author: nc
Date: Sat Mar 13 21:59:49 2021
New Revision: 568290
URL: https://svnweb.freebsd.org/changeset/ports/568290

Log:
  ftp/jftp: Update to 1.6.0
  
  Also, set NO_ARCH

Modified:
  head/ftp/jftp/Makefile
  head/ftp/jftp/distinfo

Modified: head/ftp/jftp/Makefile
==============================================================================
--- head/ftp/jftp/Makefile	Sat Mar 13 21:54:58 2021	(r568289)
+++ head/ftp/jftp/Makefile	Sat Mar 13 21:59:49 2021	(r568290)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	jftp
-PORTVERSION=	1.56
+PORTVERSION=	1.60
 CATEGORIES=	ftp java
 MASTER_SITES=	SF/j-ftp/${PORTNAME}/${PORTVERSION}
 DISTNAME=	j-ftp-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Java Network Browser
@@ -14,6 +13,7 @@ COMMENT=	Java Network Browser
 LICENSE=	GPLv2
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 USE_JAVA=	yes
 WRKSRC=		${WRKDIR}/j-ftp
 

Modified: head/ftp/jftp/distinfo
==============================================================================
--- head/ftp/jftp/distinfo	Sat Mar 13 21:54:58 2021	(r568289)
+++ head/ftp/jftp/distinfo	Sat Mar 13 21:59:49 2021	(r568290)
@@ -1,2 +1,3 @@
-SHA256 (j-ftp-1.56.tgz) = ac4f1adc17208dd55fb1a8a4e21803a5670996684c1732e3151da706505e2b12
-SIZE (j-ftp-1.56.tgz) = 9498719
+TIMESTAMP = 1615672701
+SHA256 (j-ftp-1.60.tar.gz) = c617ed2d53695c003d1fe677f59562a7fafa9f59c176974867299cc0d8f73175
+SIZE (j-ftp-1.60.tar.gz) = 11749035


More information about the svn-ports-head mailing list