tested on i386

full changelog available at http://www.monotone.ca/NEWS

        - Monotone now uses the Perl-Compatible Regular Expression
          (PCRE) library for all regular expressions, instead of the
          boost::regex library.  This means that external Boost
          libraries are no longer required to build or use Monotone.
          If building from source, you will still need the Boost headers
          available somewhere.  See INSTALL for details.

          PCRE's syntax for regular expressions is a superset of
          boost::regex's syntax; it is unlikely that any existing
          .mtn-ignore files or other user uses of regexps will break.
          The manual now contains detailed documentation of the regexp
          syntax, borrowed from PCRE itself.
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/monotone/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	18 Dec 2007 22:04:32 -0000	1.4
+++ Makefile	10 Jan 2008 01:40:30 -0000
@@ -2,9 +2,9 @@
 
 COMMENT=	distributed version control system
 
-VERSION=	0.35
+VERSION=	0.38
 DISTNAME=	monotone-${VERSION}
-PKGNAME=	${DISTNAME}p0
+PKGNAME=	${DISTNAME}
 CATEGORIES=	devel
 
 HOMEPAGE=	http://monotone.ca/
@@ -21,7 +21,7 @@
 MASTER_SITES=	${HOMEPAGE}downloads/${VERSION}/
 
 MODULES=	devel/gettext
-LIB_DEPENDS=	boost_filesystem.>=0,boost_regex.>=0::devel/boost
+BUILD_DEPENDS=	::devel/boost
 
 USE_GMAKE=	Yes
 CONFIGURE_STYLE=gnu
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/monotone/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	27 May 2007 10:43:48 -0000	1.2
+++ distinfo	10 Jan 2008 01:40:30 -0000
@@ -1,5 +1,5 @@
-MD5 (monotone-0.35.tar.gz) = m1MEbdqLp1Sfpc52XhT6ZQ==
-RMD160 (monotone-0.35.tar.gz) = kcuR/CVBX4NXpX8Zml+DuOqSk6E=
-SHA1 (monotone-0.35.tar.gz) = t0Xu4jmrGY9CY0k8f3nP0baTUSc=
-SHA256 (monotone-0.35.tar.gz) = u+DF/zT1ior4FWNWDl8hQIpWjf4ne6pFKlbxm1t6B94=
-SIZE (monotone-0.35.tar.gz) = 4857094
+MD5 (monotone-0.38.tar.gz) = waDSYZ9FGmZCibBCwQSGDQ==
+RMD160 (monotone-0.38.tar.gz) = W8XhncGnjPwkoC7lU8RgcwgjUbo=
+SHA1 (monotone-0.38.tar.gz) = bFRuxhIvVt/IJTMj6NxFFn0JGMQ=
+SHA256 (monotone-0.38.tar.gz) = ylbM/a0fy2G0+DEELxDkggH/EkGxcPm5SL/KRIXGcVE=
+SIZE (monotone-0.38.tar.gz) = 5264651
cvs server: Diffing patches
cvs server: cannot find patches/patch-configure
cvs server: Diffing pkg

Reply via email to