Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2013 12:09:30 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312104 - head/devel/libevt
Message-ID:  <201302121209.r1CC9UDL017661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+# Created by: Antoine Brodin <antoine@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302121209.r1CC9UDL017661>