summaryrefslogtreecommitdiff
path: root/ftp/yafc/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-11-27 19:25:51 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-11-27 19:25:51 +0000
commitc1b10fdb707e88978b444707d58f399cbbe4d507 (patch)
tree44d856b49890889a52d09278984bc38107c68e92 /ftp/yafc/Makefile
parent- Update to 0.2.6 (diff)
- Update to 1.2.3
- Use GHC for MASTER_SITES Feature safe: yes
Notes
Notes: svn path=/head/; revision=307859
Diffstat (limited to 'ftp/yafc/Makefile')
-rw-r--r--ftp/yafc/Makefile8
1 files changed, 6 insertions, 2 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