mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.6.4, including MASTER_SITES and WWW in pkg-descr
PR: 22057 Submitted by: Ports Fury
This commit is contained in:
parent
626b15b79e
commit
b200792e2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33943
4 changed files with 13 additions and 4 deletions
|
@ -6,9 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= yafc
|
PORTNAME= yafc
|
||||||
PORTVERSION= 0.5.6
|
PORTVERSION= 0.6.4
|
||||||
CATEGORIES= ftp
|
CATEGORIES= ftp
|
||||||
MASTER_SITES= ftp://mayer.physto.se/pub/yafc/
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
|
@ -19,4 +20,9 @@ GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||||
|
|
||||||
|
MAN1= yafc.1
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@install-info ${PREFIX}/info/yafc.info ${PREFIX}/info/dir
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (yafc-0.5.6.tar.bz2) = cb3c72bae30a53c9f1f75b4b0b259603
|
MD5 (yafc-0.6.4.tar.bz2) = 71b4c6466741ecc8c481e898d126eea0
|
||||||
|
|
|
@ -2,4 +2,4 @@ Yafc is yet another ftp client, similar to ftp(1). Features include
|
||||||
Directory cache, remote filename completion, aliases, colored ls,
|
Directory cache, remote filename completion, aliases, colored ls,
|
||||||
recursive get/put/ls/rm, nohup mode transfers, and more!
|
recursive get/put/ls/rm, nohup mode transfers, and more!
|
||||||
|
|
||||||
WWW: http://www.stacken.kth.se/~mhe/yafc/
|
WWW: http://yafc.sourceforge.net/
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
bin/yafc
|
bin/yafc
|
||||||
|
@unexec install-info --delete %D/info/yafc.info %D/info/dir
|
||||||
|
info/yafc.info
|
||||||
|
@exec install-info %D/info/yafc.info %D/info/dir
|
||||||
share/locale/sv/LC_MESSAGES/yafc.mo
|
share/locale/sv/LC_MESSAGES/yafc.mo
|
||||||
|
|
Loading…
Add table
Reference in a new issue