mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.57
- Convert to options target helper Changes: http://search.cpan.org/dist/DBD-ODBC/Changes https://github.com/perl5-dbi/DBD-ODBC/blob/master/Changes
This commit is contained in:
parent
e1353dc2ba
commit
575b06da3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463431
2 changed files with 7 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DBD-ODBC
|
||||
PORTVERSION= 1.56
|
||||
PORTVERSION= 1.57
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -34,8 +34,10 @@ post-configure:
|
|||
@${REINPLACE_CMD} -e 's|-lodbc|& -pthread|g' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/ODBC/ODBC.so
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1475945170
|
||||
SHA256 (DBD-ODBC-1.56.tar.gz) = d20a899881b2cf033052af4055cda1f5e9ab2720999cf2832518509ac6869cdc
|
||||
SIZE (DBD-ODBC-1.56.tar.gz) = 280907
|
||||
TIMESTAMP = 1520006055
|
||||
SHA256 (DBD-ODBC-1.57.tar.gz) = 18146c9e6236c2f78a30c01a7e8e82ddd3e574eefc7929337dc6fedb500bdaba
|
||||
SIZE (DBD-ODBC-1.57.tar.gz) = 281600
|
||||
|
|
Loading…
Add table
Reference in a new issue