mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Unbreak port and update to v1.3.06
Add new MASTER_SITE PR: 202632 Submitted by: <CyberRax@Yahoo.com>
This commit is contained in:
parent
7b18a2d4bb
commit
3bcc04df95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396239
3 changed files with 11 additions and 10 deletions
|
@ -2,31 +2,32 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ftpsync
|
||||
PORTVERSION= 1.3.03
|
||||
PORTVERSION= 1.3.06
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://ftpsync.sourceforge.net/ \
|
||||
http://mirror.mcx2.org/
|
||||
MASTER_SITES= http://download.clazzes.org/ftpsync/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-0
|
||||
|
||||
MAINTAINER= rodrigO@FreeBSD.org
|
||||
COMMENT= Synchronizes a local and a remote FTP directory trees
|
||||
|
||||
BROKEN= No public distfiles
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
USES= perl5 tar:bzip2 shebangfix
|
||||
USES= perl5 shebangfix tar:bzip2
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}.pl
|
||||
SHEBANG_FILES= ftpsync.pl
|
||||
PORTDOCS= README
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} Changes_1.00-1.3.04.txt License.txt \
|
||||
ReadMe.txt ToDo.txt changelog ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ftpsync-1.3.03.tar.bz2) = e2b1dd7a02e8126e8985e5359b68b12afa59e3dc47906c8d03ce980c5d3f421d
|
||||
SIZE (ftpsync-1.3.03.tar.bz2) = 17191
|
||||
SHA256 (ftpsync-1.3.06-0.tar.bz2) = c301f4c848144550d2133af1d45c8ab5708f847baa3c5bdff48afa5d507efbaa
|
||||
SIZE (ftpsync-1.3.06-0.tar.bz2) = 17493
|
||||
|
|
|
@ -3,4 +3,4 @@ tree. It was initally written to automize web publishing, but might be
|
|||
useful for some other purposes, like mirroring not-too-large public sites,
|
||||
data replication, and more.
|
||||
|
||||
WWW: http://ftpsync.sourceforge.net/
|
||||
WWW: http://www.clazzes.org/ftpsync
|
||||
|
|
Loading…
Add table
Reference in a new issue