Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2009 22:42:47 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        acm@FreeBSD.org
Subject:   ports/139589: [PATCH] net-im/emesene: update to 1.5
Message-ID:  <20091014014247.122173F5F59@fbsd.scjamorim.org>
Resent-Message-ID: <200910140150.n9E1o2pS086201@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139589
>Category:       ports
>Synopsis:       [PATCH] net-im/emesene: update to 1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 14 01:50:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009
>Description:
- Update to 1.5
- Added support to libmimic

Port maintainer (acm@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- emesene-1.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-im/emesene/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	22 Aug 2009 00:31:49 -0000	1.10
+++ Makefile	14 Oct 2009 01:37:52 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	emesene
-PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTVERSION=	1.5
 CATEGORIES=	net-im python
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -33,8 +32,9 @@
 		"false"
 
 post-extract:
-	@cd ${WRKSRC} && \
-		${RM} -f GPL LGPL README
+	cd ${WRKSRC} && \
+		${RM} -f GPL LGPL README && \
+	${PYTHON_CMD} setup.py build_ext -i
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/${PORTNAME}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net-im/emesene/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	26 Nov 2008 07:06:36 -0000	1.5
+++ distinfo	14 Oct 2009 01:37:52 -0000
@@ -1,3 +1,3 @@
-MD5 (emesene-1.0.1.tar.gz) = 49f77e190b8c991c32a07ac07cf88d13
-SHA256 (emesene-1.0.1.tar.gz) = 0d000033845dea758a8195185aec8f8ca83371aee4e31a121952ad628092a799
-SIZE (emesene-1.0.1.tar.gz) = 1885706
+MD5 (emesene-1.5.tar.gz) = b7dffa8f113ab1f3b90e3e2a48001007
+SHA256 (emesene-1.5.tar.gz) = 0e7b380a2f5e5a67a19ca6434ede9271fd698f25f329406c967c394872305cf9
+SIZE (emesene-1.5.tar.gz) = 1731643
--- emesene-1.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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