aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-ODBC/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2009-02-13 14:16:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2009-02-13 14:16:28 +0000
commitec045901edfb0ce605f49cfb34a861a352061742 (patch)
tree6e7f3c59c7477029591084dd545d274f761d7419 /databases/p5-DBD-ODBC/Makefile
parent4f301df5902df6f5702689de10b3214e92360cda (diff)
downloadports-ec045901edfb0ce605f49cfb34a861a352061742.tar.gz
ports-ec045901edfb0ce605f49cfb34a861a352061742.zip
Notes
Diffstat (limited to 'databases/p5-DBD-ODBC/Makefile')
-rw-r--r--databases/p5-DBD-ODBC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile
index 718605714557..e7d64c97ce8f 100644
--- a/databases/p5-DBD-ODBC/Makefile
+++ b/databases/p5-DBD-ODBC/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBD-ODBC
-PORTVERSION= 1.16
+PORTVERSION= 1.18
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -56,7 +56,7 @@ post-install:
post-patch:
@${REINPLACE_CMD} -e 's/[[:<:]]our[[:>:]]/my/g' \
-e 's/^ @$$(NOOP)/ @$$(NOOP)/g' ${WRKSRC}/Makefile.PL
- @${PERL} -pi -e '$$_ .= "\$$myodbc = \"${MYODBC}\";" if ($$. == 297);' \
+ @${PERL} -pi -e '$$_ .= "\$$myodbc = \"${MYODBC}\";" if ($$. == 365);' \
${WRKSRC}/Makefile.PL
.include <bsd.port.post.mk>