svn commit: r307859 - head/ftp/yafc
Bryan Drewery
bdrewery at FreeBSD.org
Tue Nov 27 19:25:52 UTC 2012
Author: bdrewery
Date: Tue Nov 27 19:25:51 2012
New Revision: 307859
URL: http://svnweb.freebsd.org/changeset/ports/307859
Log:
- Update to 1.2.3
- Use GHC for MASTER_SITES
Feature safe: yes
Modified:
head/ftp/yafc/Makefile
head/ftp/yafc/distinfo
Modified: head/ftp/yafc/Makefile
==============================================================================
--- head/ftp/yafc/Makefile Tue Nov 27 18:18:38 2012 (r307858)
+++ head/ftp/yafc/Makefile Tue Nov 27 19:25:51 2012 (r307859)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= yafc
-PORTVERSION= 1.2.2
+PORTVERSION= 1.2.3
CATEGORIES= ftp ipv6
-MASTER_SITES= http://cloud.github.com/downloads/sebastinas/yafc/
+MASTER_SITES= GHC
MAINTAINER= ports at FreeBSD.org
COMMENT= Yet another ftp client. Similar to ftp(1)
@@ -14,6 +14,10 @@ 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 Tue Nov 27 18:18:38 2012 (r307858)
+++ head/ftp/yafc/distinfo Tue Nov 27 19:25:51 2012 (r307859)
@@ -1,2 +1,2 @@
-SHA256 (yafc-1.2.2.tar.xz) = 8a131a7e3e3e8d16640db7323552108fa5d5a34e46425f1b51cf6c8b8e33f7fe
-SIZE (yafc-1.2.2.tar.xz) = 415692
+SHA256 (yafc-1.2.3.tar.xz) = 51ff6e695b6e2c007c85cd3fee30754cb9683b0f28e189c6a0f1baa772ca0586
+SIZE (yafc-1.2.3.tar.xz) = 361820
More information about the svn-ports-all
mailing list