Bug 179298 - [patch] devel/tevent: 0.9.18 and fix ldb package build
Summary: [patch] devel/tevent: 0.9.18 and fix ldb package build
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: Timur I. Bakeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-04 14:40 UTC by Tijl Coosemans
Modified: 2013-06-19 17:37 UTC (History)
0 users

See Also:


Attachments
tevent.patch (1.51 KB, patch)
2013-06-04 14:40 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans freebsd_committer freebsd_triage 2013-06-04 14:40:01 UTC
- update devel/tevent to 0.9.18.
- precompile tevent.py to fix databases/ldb package build:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9.20130528113939.pointyhat/ldb-1.1.15.log
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-04 14:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->timur

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-19 17:23:29 UTC
Author: tijl
Date: Wed Jun 19 16:23:17 2013
New Revision: 321286
URL: http://svnweb.freebsd.org/changeset/ports/321286

Log:
  - update devel/tevent to 0.9.18
  - precompile tevent.py to fix databases/ldb package
  
  PR:		179298
  Approved by:	timur (maintainer timeout)

Modified:
  head/devel/tevent/Makefile   (contents, props changed)
  head/devel/tevent/distinfo   (contents, props changed)
Directory Properties:
  head/devel/tevent/files/patch-buildtools__wafsamba__samba_install.py   (props changed)
  head/devel/tevent/files/patch-lib__replace__system__wait.h   (props changed)
  head/devel/tevent/files/patch-tevent_signal.c   (props changed)
  head/devel/tevent/files/patch-wscript   (props changed)
  head/devel/tevent/pkg-descr   (props changed)

Modified: head/devel/tevent/Makefile
==============================================================================
--- head/devel/tevent/Makefile	Wed Jun 19 16:14:23 2013	(r321285)
+++ head/devel/tevent/Makefile	Wed Jun 19 16:23:17 2013	(r321286)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=		tevent
-PORTVERSION=		0.9.17
+PORTVERSION=		0.9.18
 PORTREVISION=		0
 PORTEPOCH=		0
 CATEGORIES=		devel
@@ -61,7 +61,9 @@ _MAKE_JOBS=		--jobs=${MAKE_JOBS_NUMBER}
 .if ${PORT_OPTIONS:MPYTHON}
 USE_PYTHON_RUN=		yes
 PLIST_FILES+=		%%PYTHON_SITELIBDIR%%/_tevent.so \
-			%%PYTHON_SITELIBDIR%%/tevent.py
+			%%PYTHON_SITELIBDIR%%/tevent.py  \
+			%%PYTHON_SITELIBDIR%%/tevent.pyc \
+			%%PYTHON_SITELIBDIR%%/tevent.pyo
 PLIST_DIRSTRY+=		%%PYTHON_SITELIBDIR%% \
 			%%PYTHON_LIBDIR%%
 .else
@@ -100,5 +102,9 @@ do-build:
 
 do-install:
 			@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${INSTALL_WRKSRC}/${WAF_TOOL} ${MAKE_ARGS} ${INSTALL_TARGET})
+.if ${PORT_OPTIONS:MPYTHON}
+			${PYTHON_CMD} -m py_compile ${PYTHON_SITELIBDIR}/tevent.py
+			${PYTHON_CMD} -O -m py_compile ${PYTHON_SITELIBDIR}/tevent.py
+.endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/tevent/distinfo
==============================================================================
--- head/devel/tevent/distinfo	Wed Jun 19 16:14:23 2013	(r321285)
+++ head/devel/tevent/distinfo	Wed Jun 19 16:23:17 2013	(r321286)
@@ -1,2 +1,2 @@
-SHA256 (tevent-0.9.17.tar.gz) = 9155a85e83b6df38d251c292ca70950dd3f2ba325aad2cb8429ae0a3ee1d6b6c
-SIZE (tevent-0.9.17.tar.gz) = 496964
+SHA256 (tevent-0.9.18.tar.gz) = 5c636a0c55a7b59745bae0d8ae3900b5ea8c09bfff6001dcd95f1db9cd06ea4f
+SIZE (tevent-0.9.18.tar.gz) = 505276
_______________________________________________
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 3 Tijl Coosemans freebsd_committer freebsd_triage 2013-06-19 17:37:03 UTC
State Changed
From-To: open->closed

Committed