summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/monotone/Makefile9
-rw-r--r--devel/monotone/distinfo8
-rw-r--r--devel/monotone/patches/patch-aa27
3 files changed, 8 insertions, 36 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index ea8ec1d7476..69670cff427 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.49 2008/01/04 20:05:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.50 2008/02/27 14:16:50 jmmv Exp $
#
-DISTNAME= monotone-0.38
-PKGREVISION= 2
+DISTNAME= monotone-0.39
CATEGORIES= devel scm
-MASTER_SITES= http://monotone.ca/downloads/0.38/
+MASTER_SITES= http://monotone.ca/downloads/0.39/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://monotone.ca/
@@ -44,7 +43,7 @@ post-install:
cd ${WRKSRC} && pax -rw -pp -pm figures/*.png \
${DESTDIR}${PREFIX}/share/doc/monotone
-BUILDLINK_API_DEPENDS.pcre+= pcre>=6.7
+BUILDLINK_API_DEPENDS.pcre+= pcre>=7.6
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo
index 54d4df2e378..adf7fa27260 100644
--- a/devel/monotone/distinfo
+++ b/devel/monotone/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2007/12/14 08:58:01 bjs Exp $
+$NetBSD: distinfo,v 1.36 2008/02/27 14:16:50 jmmv Exp $
-SHA1 (monotone-0.38.tar.gz) = 6c546ec6122f56dfc8253323e8dc45167d0918c4
-RMD160 (monotone-0.38.tar.gz) = 5bc5e19dc1a78cfc24a02ee553c46073082351ba
-Size (monotone-0.38.tar.gz) = 5264651 bytes
+SHA1 (monotone-0.39.tar.gz) = b34c7e25871ddff1e30d15b733c1f3283ec16de9
+RMD160 (monotone-0.39.tar.gz) = d559c318e18f801513a170936fb56b6e1ac41235
+Size (monotone-0.39.tar.gz) = 5332200 bytes
SHA1 (patch-aa) = 6aa0a991d94859085e1674cdea522dcd7d6436ed
diff --git a/devel/monotone/patches/patch-aa b/devel/monotone/patches/patch-aa
deleted file mode 100644
index abc4eea1c8d..00000000000
--- a/devel/monotone/patches/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.18 2007/12/14 08:58:01 bjs Exp $
-
---- configure.orig 2007-12-12 14:59:50.000000000 -0500
-+++ configure
-@@ -11879,9 +11879,9 @@ fi
- # Check whether --with-system-pcre was given.
- if test "${with_system_pcre+set}" = set; then
- withval=$with_system_pcre; case "$withval" in
-- (""|yes) with_system_pcre=yes ;;
-- (no) with_system_pcre=no ;;
-- (*) { { echo "$as_me:$LINENO: error: --with(out)-system-pcre takes no argument" >&5
-+ ""|yes) with_system_pcre=yes ;;
-+ no) with_system_pcre=no ;;
-+ *) { { echo "$as_me:$LINENO: error: --with(out)-system-pcre takes no argument" >&5
- echo "$as_me: error: --with(out)-system-pcre takes no argument" >&2;}
- { (exit 1); exit 1; }; } ;;
- esac
-@@ -12100,7 +12100,8 @@ echo $ECHO_N "checking for PCRE using pc
- # automatically.
- PCRE_LIBS="`pcre-config --libs | \
- sed -e 's:-L */usr/lib/*::' -e 's:-R */usr/lib/*::' \
-- -e 's:-L */lib/*::' -e 's:-R */lib/*::'`"
-+ -e 's:-L */lib/*::' -e 's:-R */lib/*::'`"
-+
- found_libpcre=yes
- { echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6; }