diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-03 15:06:03 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-03 15:06:03 +0000 |
commit | 57dcca4d9a32371464620ac0c565fa1b5cdd2f33 (patch) | |
tree | 3d228f98e5914e8742812f68ca7230ac9fc12a7a /devel/p5-SVN-Mirror | |
parent | 67888a5009b57144b749e849513bc13a6e22440a (diff) | |
download | ports-57dcca4d9a32371464620ac0c565fa1b5cdd2f33.tar.gz ports-57dcca4d9a32371464620ac0c565fa1b5cdd2f33.zip |
Notes
Diffstat (limited to 'devel/p5-SVN-Mirror')
-rw-r--r-- | devel/p5-SVN-Mirror/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-SVN-Mirror/distinfo | 4 |
2 files changed, 11 insertions, 8 deletions
diff --git a/devel/p5-SVN-Mirror/Makefile b/devel/p5-SVN-Mirror/Makefile index 63e649e3212d..bf06c0811021 100644 --- a/devel/p5-SVN-Mirror/Makefile +++ b/devel/p5-SVN-Mirror/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SVN-Mirror -PORTVERSION= 0.61 +PORTVERSION= 0.63 PORTREVISION= 0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -16,12 +16,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@infor.org COMMENT= Mirror remote subversion repository to local -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \ + ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP-autrijus \ - ${SITE_PERL}/SVN/Simple/Edit.pm:${PORTSDIR}/devel/p5-SVN-Simple + ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ + ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/File/chdir.pm:${PORTSDIR}/devel/p5-File-chdir \ + ${SITE_PERL}/SVN/Simple/Edit.pm:${PORTSDIR}/devel/p5-SVN-Simple \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP-autrijus RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-SVN-Mirror/distinfo b/devel/p5-SVN-Mirror/distinfo index f66dd2d26adf..0b68487e61c8 100644 --- a/devel/p5-SVN-Mirror/distinfo +++ b/devel/p5-SVN-Mirror/distinfo @@ -1,2 +1,2 @@ -MD5 (SVN-Mirror-0.61.tar.gz) = 184700fd7c3d2d4e1b244ceb177accd6 -SIZE (SVN-Mirror-0.61.tar.gz) = 110221 +MD5 (SVN-Mirror-0.63.tar.gz) = 2d670cf4d7fcc08f1edfeeda584bc9d3 +SIZE (SVN-Mirror-0.63.tar.gz) = 113153 |