Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2015 01:25:18 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396239 - head/ftp/ftpsync
Message-ID:  <201509070125.t871PI9m054974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509070125.t871PI9m054974>