svn commit: r315071 - head/databases/p5-DBI
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 23 19:19:00 UTC 2013
Author: sunpoet
Date: Sat Mar 23 19:18:59 2013
New Revision: 315071
URL: http://svnweb.freebsd.org/changeset/ports/315071
Log:
- Update to 1.624
- Cosmetic change
Changes: http://search.cpan.org/dist/DBI/Changes
Modified:
head/databases/p5-DBI/Makefile (contents, props changed)
head/databases/p5-DBI/distinfo (contents, props changed)
Modified: head/databases/p5-DBI/Makefile
==============================================================================
--- head/databases/p5-DBI/Makefile Sat Mar 23 19:18:28 2013 (r315070)
+++ head/databases/p5-DBI/Makefile Sat Mar 23 19:18:59 2013 (r315071)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= DBI
-PORTVERSION= 1.623
+PORTVERSION= 1.624
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -70,6 +70,7 @@ MAN3= Bundle::DBI.3 \
DBI::Util::CacheMemory.3 \
DBI::W32ODBC.3 \
Win32::DBIODBC.3
+PORTDOCS= Changes README
.include <bsd.port.options.mk>
@@ -78,12 +79,10 @@ BUILD_DEPENDS+= p5-PlRPC>=0.2001:${PORTS
RUN_DEPENDS+= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC
.endif
-.if ${PORT_OPTIONS:MDOCS}
-PORTDOCS= Changes README
-
post-install:
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${DOCSDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
Modified: head/databases/p5-DBI/distinfo
==============================================================================
--- head/databases/p5-DBI/distinfo Sat Mar 23 19:18:28 2013 (r315070)
+++ head/databases/p5-DBI/distinfo Sat Mar 23 19:18:59 2013 (r315071)
@@ -1,2 +1,2 @@
-SHA256 (DBI-1.623.tar.gz) = 912d73f9eb0601f592aa58897d9c6787e238d9780f30ac86059c83b7085de3a1
-SIZE (DBI-1.623.tar.gz) = 596517
+SHA256 (DBI-1.624.tar.gz) = 7cc48af17c1626bf824632b69121569dca9d459e61d23d4ee3b7cd371a2b1009
+SIZE (DBI-1.624.tar.gz) = 596824
More information about the svn-ports-head
mailing list