svn commit: r312104 - head/devel/libevt
Martin Wilke
miwi at FreeBSD.org
Tue Feb 12 12:09:31 UTC 2013
Author: miwi
Date: Tue Feb 12 12:09:30 2013
New Revision: 312104
URL: http://svnweb.freebsd.org/changeset/ports/312104
Log:
- Update to 20130209
PR: 176008
Submitted by: maintainer
Modified:
head/devel/libevt/Makefile (contents, props changed)
head/devel/libevt/distinfo (contents, props changed)
Modified: head/devel/libevt/Makefile
==============================================================================
--- head/devel/libevt/Makefile Tue Feb 12 12:05:39 2013 (r312103)
+++ head/devel/libevt/Makefile Tue Feb 12 12:09:30 2013 (r312104)
@@ -1,8 +1,8 @@
-# Created by: antoine at FreeBSD.org
+# Created by: Antoine Brodin <antoine at FreeBSD.org>
# $FreeBSD$
PORTNAME= libevt
-DISTVERSION= alpha-20130111
+DISTVERSION= alpha-20130209
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
@@ -39,7 +39,8 @@ post-install:
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* \
+ ${WRKSRC}/examples/${PORTNAME:S,lib,py,}/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
Modified: head/devel/libevt/distinfo
==============================================================================
--- head/devel/libevt/distinfo Tue Feb 12 12:05:39 2013 (r312103)
+++ head/devel/libevt/distinfo Tue Feb 12 12:09:30 2013 (r312104)
@@ -1,2 +1,2 @@
-SHA256 (libevt-alpha-20130111.tar.gz) = 834d6dc2353777e870f17c7d89dadada403451a26e9325b54fe4c509b81f259e
-SIZE (libevt-alpha-20130111.tar.gz) = 1619568
+SHA256 (libevt-alpha-20130209.tar.gz) = e0e12e1d8821b8ff4fa51f43378365075f2cb877f2fc5d4b5e836d8b18bb50e2
+SIZE (libevt-alpha-20130209.tar.gz) = 1621592
More information about the svn-ports-head
mailing list