svn commit: r396239 - head/ftp/ftpsync
Rodrigo Osorio
rodrigo at FreeBSD.org
Mon Sep 7 01:25:19 UTC 2015
Author: rodrigo
Date: Mon Sep 7 01:25:17 2015
New Revision: 396239
URL: https://svnweb.freebsd.org/changeset/ports/396239
Log:
Unbreak port and update to v1.3.06
Add new MASTER_SITE
PR: 202632
Submitted by: <CyberRax at Yahoo.com>
Modified:
head/ftp/ftpsync/Makefile
head/ftp/ftpsync/distinfo
head/ftp/ftpsync/pkg-descr
Modified: head/ftp/ftpsync/Makefile
==============================================================================
--- head/ftp/ftpsync/Makefile Mon Sep 7 00:15:15 2015 (r396238)
+++ head/ftp/ftpsync/Makefile Mon Sep 7 01:25:17 2015 (r396239)
@@ -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 at 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>
Modified: head/ftp/ftpsync/distinfo
==============================================================================
--- head/ftp/ftpsync/distinfo Mon Sep 7 00:15:15 2015 (r396238)
+++ head/ftp/ftpsync/distinfo Mon Sep 7 01:25:17 2015 (r396239)
@@ -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
Modified: head/ftp/ftpsync/pkg-descr
==============================================================================
--- head/ftp/ftpsync/pkg-descr Mon Sep 7 00:15:15 2015 (r396238)
+++ head/ftp/ftpsync/pkg-descr Mon Sep 7 01:25:17 2015 (r396239)
@@ -3,4 +3,4 @@ tree. It was initally written to automiz
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
More information about the svn-ports-all
mailing list