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

(-)/home/rafan/tmp/ports/svk/Makefile (-17 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	svk
8
PORTNAME=	svk
9
PORTVERSION=	0.991
9
PORTVERSION=	1.00
10
PORTREVISION=	0
10
PORTREVISION=	0
11
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
Lines 42-49 Link Here
42
		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
42
		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
43
RUN_DEPENDS=	${BUILD_DEPENDS}
43
RUN_DEPENDS=	${BUILD_DEPENDS}
44
44
45
OPTIONS=	PPERL "Run svk with PPerl" off
46
47
USE_REINPLACE=	yes
45
USE_REINPLACE=	yes
48
46
49
PERL_CONFIGURE=	yes
47
PERL_CONFIGURE=	yes
Lines 117-129 Link Here
117
IGNORE=		This program only support perl 5.8.0 or above
115
IGNORE=		This program only support perl 5.8.0 or above
118
.endif
116
.endif
119
117
120
PPERL=		${PERL}
121
122
.if defined(WITH_PPERL)
123
RUN_DEPENDS+=	pperl:${PORTSDIR}/devel/p5-PPerl
124
PPERL=		${LOCALBASE}/bin/pperl
125
.endif
126
127
pre-everything::
118
pre-everything::
128
	@${ECHO} ""
119
	@${ECHO} ""
129
	@${ECHO} "If you see some missing dependency, please update your"
120
	@${ECHO} "If you see some missing dependency, please update your"
Lines 131-148 Link Here
131
	@${ECHO} ""
122
	@${ECHO} ""
132
123
133
post-patch:
124
post-patch:
134
	@${REINPLACE_CMD} -e "s,%%PPERL%%,${PPERL}," ${WRKSRC}/bin/svk
135
	@${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \;
125
	@${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \;
136
126
137
post-install:
127
post-install:
138
	@${ECHO}
128
	@${ECHO}
139
	@${CAT} ${PKGMESSAGE}
129
	@${CAT} ${PKGMESSAGE}
140
	@${ECHO}
130
	@${ECHO}
141
.if defined(WITH_PPERL)
142
	@${ECHO}
143
	@${ECHO} "SVK with PPerl has been known some annoying problems,"
144
	@${ECHO} "please read http://svk.elixus.org/?SVKAndPPerl for details."
145
	@${ECHO}
146
.endif
147
131
148
.include <bsd.port.post.mk>
132
.include <bsd.port.post.mk>
(-)/home/rafan/tmp/ports/svk/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (SVK-0.991.tar.gz) = 07be4e5d391b54e9eff288379376e561
1
MD5 (SVK-1.00.tar.gz) = 19b89329de175720d25a8b784b04ae1f
2
SIZE (SVK-0.991.tar.gz) = 231989
2
SIZE (SVK-1.00.tar.gz) = 235278
(-)/home/rafan/tmp/ports/svk/files/patch-YAML (-3 / +3 lines)
Lines 1-10 Link Here
1
--- Makefile.PL.orig	Wed Mar  2 18:12:06 2005
1
--- Makefile.PL.orig	Sat Apr 30 02:48:19 2005
2
+++ Makefile.PL	Wed Mar  2 18:12:11 2005
2
+++ Makefile.PL	Wed May 11 23:53:59 2005
3
@@ -16,7 +16,7 @@
3
@@ -16,7 +16,7 @@
4
 #        'SVN::Core'   => $required_svn,
4
 #        'SVN::Core'   => $required_svn,
5
         'Algorithm::Annotate'   => '0',
5
         'Algorithm::Annotate'   => '0',
6
         'Algorithm::Diff'       => '0',
6
         'Algorithm::Diff'       => '0',
7
-        'YAML'                  => '0.36',
7
-        'YAML'                  => '0.38',
8
+        'YAML'                  => '0.35',
8
+        'YAML'                  => '0.35',
9
         'Regexp::Shellish'      => '0',
9
         'Regexp::Shellish'      => '0',
10
         'Data::Hierarchy'       => '0.21',
10
         'Data::Hierarchy'       => '0.21',
(-)/home/rafan/tmp/ports/svk/files/patch-bin-svk (-8 lines)
Lines 1-8 Link Here
1
--- bin/svk.orig	Sun Jul 25 21:59:38 2004
2
+++ bin/svk	Sun Jul 25 21:59:46 2004
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/perl -w
5
+#!%%PPERL%% -w
6
 use strict;
7
 use SVK;
8
 our $VERSION = $SVK::VERSION;

Return to bug 80910