Bug 175319 - Update port: ftp/yafc to 1.2.4
Summary: Update port: ftp/yafc to 1.2.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-15 11:00 UTC by Norihiko Murase
Modified: 2013-01-16 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.07 KB, patch)
2013-01-15 11:00 UTC, Norihiko Murase
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Norihiko Murase 2013-01-15 11:00:00 UTC
The new release of Yafc is available, which is 1.2.4.

Note that the distfile is now located under
http://www.yafc-ftp.com/upload/
instead of GitHub.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-01-16 22:21:52 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-01-16 22:22:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!