svn commit: r310528 - head/ftp/yafc

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Jan 16 22:21:45 UTC 2013


Author: rakuco
Date: Wed Jan 16 22:21:44 2013
New Revision: 310528
URL: http://svnweb.freebsd.org/changeset/ports/310528

Log:
  - Update to 1.2.4.
  - Update MASTER_SITES and stop fetching from GitHub.
  
  PR:		ports/175319
  Submitted by:	Norihiko Murase <mur1080224 at inter7.jp>

Modified:
  head/ftp/yafc/Makefile
  head/ftp/yafc/distinfo

Modified: head/ftp/yafc/Makefile
==============================================================================
--- head/ftp/yafc/Makefile	Wed Jan 16 22:14:11 2013	(r310527)
+++ head/ftp/yafc/Makefile	Wed Jan 16 22:21:44 2013	(r310528)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	yafc
-PORTVERSION=	1.2.3
+PORTVERSION=	1.2.4
 CATEGORIES=	ftp ipv6
-MASTER_SITES=	GHC
+MASTER_SITES=	http://www.yafc-ftp.com/upload/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Yet another ftp client. Similar to ftp(1)
@@ -14,10 +14,6 @@ LICENSE=	GPLv2 # (or later)
 OPTIONS_DEFINE=	NLS SSH EXAMPLES
 OPTIONS_DEFAULT=NLS SSH
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	sebastinas
-WRKSRC=		${WRKDIR}/${DISTNAME}
-
 USE_XZ=		yes
 USE_OPENSSL=	yes
 USE_GMAKE=	yes

Modified: head/ftp/yafc/distinfo
==============================================================================
--- head/ftp/yafc/distinfo	Wed Jan 16 22:14:11 2013	(r310527)
+++ head/ftp/yafc/distinfo	Wed Jan 16 22:21:44 2013	(r310528)
@@ -1,2 +1,2 @@
-SHA256 (yafc-1.2.3.tar.xz) = 51ff6e695b6e2c007c85cd3fee30754cb9683b0f28e189c6a0f1baa772ca0586
-SIZE (yafc-1.2.3.tar.xz) = 361820
+SHA256 (yafc-1.2.4.tar.xz) = 05617edfd477c07e50c0773ca8b21d94e8cbd5b624ad0d0eb6f712563b32676e
+SIZE (yafc-1.2.4.tar.xz) = 362112


More information about the svn-ports-head mailing list