aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-ODBC/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2008-05-22 13:51:32 +0000
committerMathieu Arnold <mat@FreeBSD.org>2008-05-22 13:51:32 +0000
commit56d6535091bdfd3d0b9041c15ddf412a36d240aa (patch)
treed85130b3a41f56ca09ea377a63deaed2492a81f5 /databases/p5-DBD-ODBC/Makefile
parentc09f5c750f201ef1ab06e79ed8eab52ff0d4db1d (diff)
downloadports-56d6535091bdfd3d0b9041c15ddf412a36d240aa.tar.gz
ports-56d6535091bdfd3d0b9041c15ddf412a36d240aa.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 a4903e3fee2b..10f9496b3c60 100644
--- a/databases/p5-DBD-ODBC/Makefile
+++ b/databases/p5-DBD-ODBC/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBD-ODBC
-PORTVERSION= 1.15
+PORTVERSION= 1.16
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -60,7 +60,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 ($$. == 204);' \
+ @${PERL} -pi -e '$$_ .= "\$$myodbc = \"${MYODBC}\";" if ($$. == 297);' \
${WRKSRC}/Makefile.PL
.include <bsd.port.post.mk>