aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpsync
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-09-29 15:37:09 +0800
committermiwi <miwi@FreeBSD.org>2008-09-29 15:37:09 +0800
commit0b034c3bc93c3a05db8b8cc763065cda3320358a (patch)
tree4dc689a6f792363a4a5e80cd08b7256629ae48c7 /ftp/ftpsync
parent0b60b18ca738bac53d41e472a6e35fb9c8eb7190 (diff)
downloadfreebsd-ports-0b034c3bc93c3a05db8b8cc763065cda3320358a.tar.gz
freebsd-ports-0b034c3bc93c3a05db8b8cc763065cda3320358a.tar.zst
freebsd-ports-0b034c3bc93c3a05db8b8cc763065cda3320358a.zip
- Update to 1.29
- Respect NOPORT* - Pass maintainership to submitter PR: 127642 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
Diffstat (limited to 'ftp/ftpsync')
-rw-r--r--ftp/ftpsync/Makefile10
-rw-r--r--ftp/ftpsync/distinfo6
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