1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Update to 1.11

This commit is contained in:
Mathieu Arnold 2004-10-12 14:07:01 +00:00
parent c8763619eb
commit d7bf03c4ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119024
2 changed files with 12 additions and 4 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= DBD-ODBC
PORTVERSION= 1.10
PORTREVISION= 1
PORTVERSION= 1.11
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
@ -47,6 +46,15 @@ post-configure:
${WRKSRC}/Makefile
.endif
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README README.adabas README.informix
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
post-patch:
@${REINPLACE_CMD} -e 's/[[:<:]]our[[:>:]]/my/g' \
-e 's/^ @$$(NOOP)/ @$$(NOOP)/g' ${WRKSRC}/Makefile.PL

View File

@ -1,2 +1,2 @@
MD5 (DBD-ODBC-1.10.tar.gz) = 6d85012a1da8fe4129c4034d8c356a3b
SIZE (DBD-ODBC-1.10.tar.gz) = 93813
MD5 (DBD-ODBC-1.11.tar.gz) = dc4074a359bb57000658a1f3a493add1
SIZE (DBD-ODBC-1.11.tar.gz) = 94435