[Midnightbsd-cvs] mports [20659] ftpsync 1.3.06-0
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Nov 6 19:23:31 EST 2015
Revision: 20659
http://svnweb.midnightbsd.org/mports/?rev=20659
Author: laffer1
Date: 2015-11-06 19:23:31 -0500 (Fri, 06 Nov 2015)
Log Message:
-----------
ftpsync 1.3.06-0
Modified Paths:
--------------
trunk/ftp/ftpsync/Makefile
trunk/ftp/ftpsync/distinfo
trunk/ftp/ftpsync/pkg-descr
Property Changed:
----------------
trunk/ftp/ftpsync/pkg-descr
Modified: trunk/ftp/ftpsync/Makefile
===================================================================
--- trunk/ftp/ftpsync/Makefile 2015-11-07 00:21:21 UTC (rev 20658)
+++ trunk/ftp/ftpsync/Makefile 2015-11-07 00:23:31 UTC (rev 20659)
@@ -1,10 +1,11 @@
# $MidnightBSD$
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= ports at MidnightBSD.org
COMMENT= Synchronizes a local and a remote FTP directory trees
@@ -13,18 +14,19 @@
RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
+USES= perl5 shebangfix tar:bzip2
NO_BUILD= yes
-USES= tar:bzip2
-USE_PERL5= yes
+
PLIST_FILES= bin/${PORTNAME}.pl
-PORTDOCS= README
+SHEBANG_FILES= ftpsync.pl
+PORTDOCS= *
+OPTIONS_DEFINE= DOCS
+
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/
-
-.if !defined(NOPORTDOCS)
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
@${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
-.endif
+ cd ${WRKSRC} && ${INSTALL_DATA} Changes_1.00-1.3.04.txt License.txt \
+ ReadMe.txt ToDo.txt changelog ${DOCSDIR}
.include <bsd.port.mk>
Modified: trunk/ftp/ftpsync/distinfo
===================================================================
--- trunk/ftp/ftpsync/distinfo 2015-11-07 00:21:21 UTC (rev 20658)
+++ trunk/ftp/ftpsync/distinfo 2015-11-07 00:23:31 UTC (rev 20659)
@@ -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: trunk/ftp/ftpsync/pkg-descr
===================================================================
--- trunk/ftp/ftpsync/pkg-descr 2015-11-07 00:21:21 UTC (rev 20658)
+++ trunk/ftp/ftpsync/pkg-descr 2015-11-07 00:23:31 UTC (rev 20659)
@@ -3,4 +3,4 @@
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
Property changes on: trunk/ftp/ftpsync/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list