diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2015-09-07 09:25:17 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2015-09-07 09:25:17 +0800 |
commit | f87ea64b917aef9a28167261ce4e61cab6a82be5 (patch) | |
tree | 794d085be17613049a5f8ad406f87054e1dfd213 /ftp | |
parent | 84b651c4e4ca75ee389d35c2d01e27e76bea691e (diff) | |
download | freebsd-ports-gnome-f87ea64b917aef9a28167261ce4e61cab6a82be5.tar.gz freebsd-ports-gnome-f87ea64b917aef9a28167261ce4e61cab6a82be5.tar.zst freebsd-ports-gnome-f87ea64b917aef9a28167261ce4e61cab6a82be5.zip |
Unbreak port and update to v1.3.06
Add new MASTER_SITE
PR: 202632
Submitted by: <CyberRax@Yahoo.com>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpsync/Makefile | 15 | ||||
-rw-r--r-- | ftp/ftpsync/distinfo | 4 | ||||
-rw-r--r-- | ftp/ftpsync/pkg-descr | 2 |
3 files changed, 11 insertions, 10 deletions
diff --git a/ftp/ftpsync/Makefile b/ftp/ftpsync/Makefile index 8c0b1745b461..4841a8e5b1aa 100644 --- a/ftp/ftpsync/Makefile +++ b/ftp/ftpsync/Makefile @@ -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> diff --git a/ftp/ftpsync/distinfo b/ftp/ftpsync/distinfo index e11c93488d33..3b5ba88db8ae 100644 --- a/ftp/ftpsync/distinfo +++ b/ftp/ftpsync/distinfo @@ -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 diff --git a/ftp/ftpsync/pkg-descr b/ftp/ftpsync/pkg-descr index 14d34b54804e..14bd2c39a768 100644 --- a/ftp/ftpsync/pkg-descr +++ b/ftp/ftpsync/pkg-descr @@ -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 |