Bug 176008 - [maintainer] update devel/libevt to alpha-20130209
Summary: [maintainer] update devel/libevt to alpha-20130209
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-10 11:50 UTC by Antoine Brodin
Modified: 2013-02-14 08:13 UTC (History)
0 users

See Also:


Attachments
libevt.diff (1.16 KB, patch)
2013-02-10 11:50 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin freebsd_committer freebsd_triage 2013-02-10 11:50:01 UTC
- update devel/libevt to alpha-20130209
- there are now python examples
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-10 11:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Submitter is maintainer and has GNATS access (via the GNATS Auto Assign 
Tool)
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2013-02-10 11:52:09 UTC
Responsible Changed
From-To: antoine->freebsd-ports-bugs

I am not a ports committer
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-12 12:09:42 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-02-14 08:13:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!