1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update to 0.30

PR:		ports/103524
Submitted by:	Lapo Luchini <lapo(at)lapo.it> (maintainer)
This commit is contained in:
Martin Wilke 2006-09-24 21:36:03 +00:00
parent b5e7188a9a
commit fccf3b64a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173748
5 changed files with 23 additions and 23 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= monotone
PORTVERSION= 0.29
PORTVERSION= 0.30
CATEGORIES= devel
MASTER_SITES= http://www.venge.net/monotone/downloads/

View File

@ -1,3 +1,3 @@
MD5 (monotone-0.29.tar.gz) = 2261177af47621902c97719b94756994
SHA256 (monotone-0.29.tar.gz) = 9ccda631303c96a2d6101ee1cfbc320de2de0ecb4e6503b573e29933ce68512d
SIZE (monotone-0.29.tar.gz) = 4544609
MD5 (monotone-0.30.tar.gz) = 94a1f8369162f7a7df8596b365a1d846
SHA256 (monotone-0.30.tar.gz) = 5442515299d0281419d1a1922165b4dc7c6158d72032d3c15a672886f5c81f2c
SIZE (monotone-0.30.tar.gz) = 4663418

View File

@ -1,7 +1,7 @@
--- Makefile.in.orig Sat Jun 17 22:50:36 2006
+++ Makefile.in Sun Jun 25 23:30:15 2006
@@ -1909,13 +1909,13 @@
-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
--- Makefile.in.orig Sun Sep 17 11:58:18 2006
+++ Makefile.in Sat Sep 23 18:38:33 2006
@@ -1960,13 +1960,13 @@
unix/$(DEPDIR)/$(am__dirstamp)
mtn$(EXEEXT): $(mtn_OBJECTS) $(mtn_DEPENDENCIES)
@rm -f mtn$(EXEEXT)
- $(CXXLINK) $(mtn_LDFLAGS) $(mtn_OBJECTS) $(mtn_LDADD) $(LIBS)
@ -17,7 +17,7 @@
contrib/$(am__dirstamp):
@$(mkdir_p) contrib
@: > contrib/$(am__dirstamp)
@@ -1926,7 +1926,7 @@
@@ -1977,7 +1977,7 @@
contrib/$(DEPDIR)/$(am__dirstamp)
usher$(EXEEXT): $(usher_OBJECTS) $(usher_DEPENDENCIES)
@rm -f usher$(EXEEXT)

View File

@ -1,6 +1,6 @@
--- configure.orig Fri Dec 31 03:17:44 2004
+++ configure Wed Jan 26 22:20:17 2005
@@ -5143,7 +5143,7 @@
--- configure.orig Sun Sep 17 21:28:11 2006
+++ configure Sat Sep 23 18:38:33 2006
@@ -10827,7 +10827,7 @@
#ifdef __cplusplus
"C"
#endif

View File

@ -1,13 +1,13 @@
--- monotone.cc.orig Fri Sep 30 11:50:05 2005
+++ monotone.cc Fri Oct 14 11:31:14 2005
@@ -238,8 +238,10 @@
// go-go gadget i18n
setlocale(LC_ALL, "");
--- monotone.cc.orig Sun Sep 17 11:56:38 2006
+++ monotone.cc Sat Sep 23 18:42:05 2006
@@ -188,8 +188,10 @@
if (!init)
{
setlocale(LC_ALL, "");
+#ifdef ENABLE_NLS
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
+#endif
// we want to catch any early informative_failures due to charset
init = 1;
}
}