From lapo@mail.lapo.it  Fri Apr 17 13:23:46 2009
Return-Path: <lapo@mail.lapo.it>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F1DB71065677
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Apr 2009 13:23:46 +0000 (UTC)
	(envelope-from lapo@mail.lapo.it)
Received: from mail.lapo.it (motoko.lapo.it [88.198.0.105])
	by mx1.freebsd.org (Postfix) with ESMTP id 63EB28FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Apr 2009 13:23:45 +0000 (UTC)
	(envelope-from lapo@mail.lapo.it)
Received: (qmail 86166 invoked by uid 1001); 17 Apr 2009 13:23:41 -0000
Message-Id: <20090417132341.86165.qmail@mail.lapo.it>
Date: 17 Apr 2009 13:23:41 -0000
From: Lapo Luchini <lapo@lapo.it>
Reply-To: Lapo Luchini <lapo@lapo.it>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Lapo Luchini <lapo@lapo.it>
Subject: port upgrade: devel/monotone 0.43
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         133812
>Category:       ports
>Synopsis:       port upgrade: devel/monotone 0.43
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 17 13:30:00 UTC 2009
>Closed-Date:    Tue Apr 21 23:19:16 UTC 2009
>Last-Modified:  Tue Apr 21 23:20:04 UTC 2009
>Originator:     Lapo Luchini
>Release:        FreeBSD 6.4-STABLE amd64
>Organization:
>Environment:
System: FreeBSD motoko.lapo.it 6.4-STABLE FreeBSD 6.4-STABLE #9: Thu Jan 29 15:50:58 CET 2009 root@motoko.lapo.it:/usr/obj/usr/src/sys/MOTOKO amd64

>Description:

New upstream release. Now uses lots of shared libraries as opposed as shipped version which were previously statically linked.

>How-To-Repeat:
>Fix:

--- pr-monotone-0.43 begins here ---
diff -ruN /home/lapo/monotone.orig/Makefile monotone/Makefile
--- /home/lapo/monotone.orig/Makefile	2009-03-24 13:00:44.000000000 +0100
+++ monotone/Makefile	2009-04-17 13:46:20.000000000 +0200
@@ -6,26 +6,30 @@
 #
 
 PORTNAME=	monotone
-PORTVERSION=	0.42
+PORTVERSION=	0.43
 CATEGORIES=	devel
 MASTER_SITES=	http://monotone.ca/downloads/${PORTVERSION}/
 
 MAINTAINER=	lapo@lapo.it
 COMMENT=	A distributed version control system with digital signatures
 
-BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
-LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
+BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost \
+		${LOCALBASE}/lib/libbotan-1.6.5.so:${PORTSDIR}/security/botan
+RUN_DEPENDS=	${LOCALBASE}/lib/libbotan-1.6.5.so:${PORTSDIR}/security/botan
+LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
+		idn.16:${PORTSDIR}/dns/libidn \
+		sqlite3.8:${PORTSDIR}/databases/sqlite3
 
 SUB_FILES=	pkg-message
 USE_PERL5_BUILD=yes
 USE_ICONV=	yes
 USE_GMAKE=	yes
+USE_LUA=	5.1+
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib" \
 		MAKEINFO="makeinfo --no-split"
-CONFIGURE_ARGS+=	--with-system-pcre
 
 PLIST_FILES=	bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \
 		"@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true" \
diff -ruN /home/lapo/monotone.orig/distinfo monotone/distinfo
--- /home/lapo/monotone.orig/distinfo	2009-03-24 13:00:44.000000000 +0100
+++ monotone/distinfo	2009-03-24 13:03:33.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (monotone-0.42.tar.gz) = c8e916d674b6608369d9f447700a8830
-SHA256 (monotone-0.42.tar.gz) = b96d9d64b170bf2e3bcca5361eef3e6a8cf8928fc703bbdaa310e90bbacbda44
-SIZE (monotone-0.42.tar.gz) = 5182313
+MD5 (monotone-0.43.tar.gz) = a9e82b899ff7f676f620c450d6aff4cf
+SHA256 (monotone-0.43.tar.gz) = bf06a2cd597f3fed89660702b3c66ec341a72fbff2c76c433fd66ceac8dcdbed
+SIZE (monotone-0.43.tar.gz) = 4591647
diff -ruN /home/lapo/monotone.orig/files/patch-configure monotone/files/patch-configure
--- /home/lapo/monotone.orig/files/patch-configure	2009-03-24 13:00:44.000000000 +0100
+++ monotone/files/patch-configure	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- configure.orig	Sat Nov 11 20:08:59 2006
-+++ configure	Sat Nov 11 23:39:21 2006
-@@ -10827,7 +10827,7 @@
- #ifdef __cplusplus
- "C"
- #endif
--const char *_nl_expand_alias ();
-+const char *_nl_expand_alias (int);
- int
- main ()
- {
--- pr-monotone-0.43 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Fri Apr 17 13:49:39 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133812 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Tue Apr 21 23:19:15 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133812 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133812: commit references a PR
Date: Tue, 21 Apr 2009 23:19:20 +0000 (UTC)

 amdmi3      2009-04-21 23:19:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/monotone       Makefile distinfo 
   Removed files:
     devel/monotone/files patch-configure 
   Log:
   - Update to 0.43
   
   PR:             133812
   Submitted by:   Lapo Luchini <lapo at lapo dot it> (maintainer)
   
   Revision  Changes    Path
   1.42      +8 -4      ports/devel/monotone/Makefile
   1.26      +3 -3      ports/devel/monotone/distinfo
   1.5       +0 -11     ports/devel/monotone/files/patch-configure (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
