diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-29 07:37:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-29 07:37:09 +0000 |
commit | a859f9aac62b95b189838b8a207a13f033958c75 (patch) | |
tree | f51dfb4ab50718c2013e393f32c817a4436db7b1 /ftp | |
parent | 931d292d832eb4a9abf2c456bd7491d1eb518851 (diff) | |
download | ports-a859f9aac62b95b189838b8a207a13f033958c75.tar.gz ports-a859f9aac62b95b189838b8a207a13f033958c75.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpsync/Makefile | 10 | ||||
-rw-r--r-- | ftp/ftpsync/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/ftp/ftpsync/Makefile b/ftp/ftpsync/Makefile index 90d422ba8a7f..b753cbda7bcc 100644 --- a/ftp/ftpsync/Makefile +++ b/ftp/ftpsync/Makefile @@ -6,11 +6,11 @@ # PORTNAME= ftpsync -PORTVERSION= 1.2.33 +PORTVERSION= 1.29 CATEGORIES= ftp MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= adox@mcx2.org COMMENT= Synchronizes a local and a remote FTP directory trees RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww @@ -19,8 +19,14 @@ NO_BUILD= yes USE_BZIP2= yes USE_PERL5= yes PLIST_FILES= bin/${PORTNAME}.pl +PORTDOCS= README do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/ +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ +.endif + .include <bsd.port.mk> diff --git a/ftp/ftpsync/distinfo b/ftp/ftpsync/distinfo index 7f2ac59b5c4d..ac67d4764cb0 100644 --- a/ftp/ftpsync/distinfo +++ b/ftp/ftpsync/distinfo @@ -1,3 +1,3 @@ -MD5 (ftpsync-1.2.33.tar.bz2) = 862403a19dcdc8b22cc6875cba2a5a34 -SHA256 (ftpsync-1.2.33.tar.bz2) = 59d3319a00d36beb2be25bedfffbfa2b3bd000cf1861fc297ea17805135bb10c -SIZE (ftpsync-1.2.33.tar.bz2) = 16054 +MD5 (ftpsync-1.29.tar.bz2) = b693d9819dcf93d36d229bd03b4efc69 +SHA256 (ftpsync-1.29.tar.bz2) = 6839c0a8b79568dbd1499e7651bf3f40fe44077b6c98bcdb77ba86d883974a30 +SIZE (ftpsync-1.29.tar.bz2) = 15260 |