diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-11-28 03:25:51 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-11-28 03:25:51 +0800 |
commit | aeea63821f40ea3614ef780c12775e12ac15ebc5 (patch) | |
tree | 44d856b49890889a52d09278984bc38107c68e92 /ftp | |
parent | 52bb58bf8bd5afd198606248c17e20db760caa7c (diff) | |
download | freebsd-ports-gnome-aeea63821f40ea3614ef780c12775e12ac15ebc5.tar.gz freebsd-ports-gnome-aeea63821f40ea3614ef780c12775e12ac15ebc5.tar.zst freebsd-ports-gnome-aeea63821f40ea3614ef780c12775e12ac15ebc5.zip |
- Update to 1.2.3
- Use GHC for MASTER_SITES
Feature safe: yes
Diffstat (limited to 'ftp')
-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 |