View | Details | Raw Unified | Return to bug 202632
Collapse All | Expand All

(-)Makefile (-6 / +8 lines)
Lines 2-17 Link Here
2
# $FreeBSD: head/ftp/ftpsync/Makefile 383286 2015-04-05 10:54:30Z antoine $
2
# $FreeBSD: head/ftp/ftpsync/Makefile 383286 2015-04-05 10:54:30Z antoine $
3
3
4
PORTNAME=	ftpsync
4
PORTNAME=	ftpsync
5
PORTVERSION=	1.3.03
5
PORTVERSION=	1.3.06
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	ftp
7
CATEGORIES=	ftp
8
MASTER_SITES=	http://ftpsync.sourceforge.net/ \
8
MASTER_SITES=	http://download.clazzes.org/ftpsync/ 
9
		http://mirror.mcx2.org/
9
10
DISTNAME=	${PORTNAME}-${PORTVERSION}-0
10
11
11
MAINTAINER=	rodrigO@FreeBSD.org
12
MAINTAINER=	rodrigO@FreeBSD.org
12
COMMENT=	Synchronizes a local and a remote FTP directory trees
13
COMMENT=	Synchronizes a local and a remote FTP directory trees
13
14
14
BROKEN=		No public distfiles
15
LICENSE=	GPLv2
15
16
16
RUN_DEPENDS=	p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
17
RUN_DEPENDS=	p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
17
18
Lines 20-32 Link Here
20
21
21
PLIST_FILES=	bin/${PORTNAME}.pl
22
PLIST_FILES=	bin/${PORTNAME}.pl
22
SHEBANG_FILES=	ftpsync.pl
23
SHEBANG_FILES=	ftpsync.pl
23
PORTDOCS=	README
24
PORTDOCS=	*
24
25
25
OPTIONS_DEFINE=	DOCS
26
OPTIONS_DEFINE=	DOCS
26
27
27
do-install:
28
do-install:
28
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin
29
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin
29
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
30
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
30
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
31
	cd ${WRKSRC} && ${INSTALL_DATA} Changes_1.00-1.3.04.txt License.txt \
32
	    ReadMe.txt ToDo.txt changelog  ${STAGEDIR}${DOCSDIR}
31
33
32
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ftpsync-1.3.03.tar.bz2) = e2b1dd7a02e8126e8985e5359b68b12afa59e3dc47906c8d03ce980c5d3f421d
1
SHA256 (ftpsync-1.3.06-0.tar.bz2) = c301f4c848144550d2133af1d45c8ab5708f847baa3c5bdff48afa5d507efbaa
2
SIZE (ftpsync-1.3.03.tar.bz2) = 17191
2
SIZE (ftpsync-1.3.06-0.tar.bz2) = 17493
(-)pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
useful for some other purposes, like mirroring not-too-large public sites,
3
useful for some other purposes, like mirroring not-too-large public sites,
4
data replication, and more.
4
data replication, and more.
5
5
6
WWW: http://ftpsync.sourceforge.net/
6
WWW: http://www.clazzes.org/ftpsync

Return to bug 202632