diff options
-rw-r--r-- | ftp/yafc/Makefile | 8 | ||||
-rw-r--r-- | ftp/yafc/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index 40ecd8ede998..2625e9d9c3ad 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -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@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 diff --git a/ftp/yafc/distinfo b/ftp/yafc/distinfo index b513583be545..a6a7c570f877 100644 --- a/ftp/yafc/distinfo +++ b/ftp/yafc/distinfo @@ -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 |