summaryrefslogtreecommitdiff
path: root/ftp/yafc/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-01-16 22:21:44 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-01-16 22:21:44 +0000
commitb79e60ad73f37ea5920f481194e8c6e81eaf37ee (patch)
treea912f5b0d6d54c5398f3488774913da2a4244311 /ftp/yafc/Makefile
parent- Fix check for FreeBSD 7.x. The current check ended up ignoring 8.x as (diff)
- Update to 1.2.4.
- Update MASTER_SITES and stop fetching from GitHub. PR: ports/175319 Submitted by: Norihiko Murase <mur1080224@inter7.jp>
Notes
Notes: svn path=/head/; revision=310528
Diffstat (limited to 'ftp/yafc/Makefile')
-rw-r--r--ftp/yafc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile
index 2625e9d9c3ad..63d82861d054 100644
--- a/ftp/yafc/Makefile
+++ b/ftp/yafc/Makefile
@@ -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