ports/105425: port upgrade: devel/monotone 0.31

Lapo Luchini lapo at lapo.it
Sun Nov 12 07:50:10 UTC 2006


>Number:         105425
>Category:       ports
>Synopsis:       port upgrade: devel/monotone 0.31
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 12 07:50:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Lapo Luchini
>Release:        FreeBSD 6.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD motoko.lapo.it 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Sep 1 17:02:50 CEST 2006 root at motoko.lapo.it:/usr/obj/usr/src/sys/MOTOKO amd64

Upstream release.

Changed the patches as suggested on Monotone's developer ML:
http://article.gmane.org/gmane.comp.version-control.monotone.devel/8499

>Description:
>How-To-Repeat:
>Fix:

--- pr-monotone-0.31 begins here ---
diff -ruN monotone/Makefile monotone-0.31/Makefile
--- monotone/Makefile	Sun Sep 24 23:36:02 2006
+++ monotone-0.31/Makefile	Sat Nov 11 23:35:30 2006
@@ -2,11 +2,11 @@
 # Date created:                05 Feb 2004
 # Whom:                        Mark A. Wicks <mwicks at kettering.edu>
 #
-# $FreeBSD: ports/devel/monotone/Makefile,v 1.24 2006/09/24 21:36:02 miwi Exp $
+# $FreeBSD: ports/devel/monotone/Makefile,v 1.23 2006/08/29 22:07:18 pav Exp $
 #
 
 PORTNAME=	monotone
-PORTVERSION=	0.30
+PORTVERSION=	0.31
 CATEGORIES=	devel
 MASTER_SITES=	http://www.venge.net/monotone/downloads/
 
@@ -45,6 +45,7 @@
 .else
 USE_GETTEXT=	yes
 PLIST_FILES+=	share/locale/de/LC_MESSAGES/monotone.mo \
+		share/locale/es/LC_MESSAGES/monotone.mo \
 		share/locale/fr/LC_MESSAGES/monotone.mo \
 		share/locale/it/LC_MESSAGES/monotone.mo \
 		share/locale/ja/LC_MESSAGES/monotone.mo \
diff -ruN monotone/distinfo monotone-0.31/distinfo
--- monotone/distinfo	Sun Sep 24 23:36:02 2006
+++ monotone-0.31/distinfo	Sat Nov 11 23:36:15 2006
@@ -1,3 +1,3 @@
-MD5 (monotone-0.30.tar.gz) = 94a1f8369162f7a7df8596b365a1d846
-SHA256 (monotone-0.30.tar.gz) = 5442515299d0281419d1a1922165b4dc7c6158d72032d3c15a672886f5c81f2c
-SIZE (monotone-0.30.tar.gz) = 4663418
+MD5 (monotone-0.31.tar.gz) = 5a5feb8d053a5993ab516a1186bb5883
+SHA256 (monotone-0.31.tar.gz) = ceda1a42c23d9cfd0bf609f059ee32f228f78384dcf155adb36a742c78976c84
+SIZE (monotone-0.31.tar.gz) = 4743694
diff -ruN monotone/files/patch-Makefile.in monotone-0.31/files/patch-Makefile.in
--- monotone/files/patch-Makefile.in	Sun Sep 24 23:36:03 2006
+++ monotone-0.31/files/patch-Makefile.in	Thu Jan  1 01:00:00 1970
@@ -1,28 +0,0 @@
---- 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)
-+	$(CXXLINK) $(mtn_LDFLAGS) $(mtn_OBJECTS) $(mtn_LDADD) $(LIBS) $(LIBINTL) $(LIBICONV)
- tester$(EXEEXT): $(tester_OBJECTS) $(tester_DEPENDENCIES) 
- 	@rm -f tester$(EXEEXT)
--	$(CXXLINK) $(tester_LDFLAGS) $(tester_OBJECTS) $(tester_LDADD) $(LIBS)
-+	$(CXXLINK) $(tester_LDFLAGS) $(tester_OBJECTS) $(tester_LDADD) $(LIBS) $(LIBINTL) $(LIBICONV)
- unit_tests$(EXEEXT): $(unit_tests_OBJECTS) $(unit_tests_DEPENDENCIES) 
- 	@rm -f unit_tests$(EXEEXT)
--	$(CXXLINK) $(unit_tests_LDFLAGS) $(unit_tests_OBJECTS) $(unit_tests_LDADD) $(LIBS)
-+	$(CXXLINK) $(unit_tests_LDFLAGS) $(unit_tests_OBJECTS) $(unit_tests_LDADD) $(LIBS) $(LIBINTL) $(LIBICONV)
- contrib/$(am__dirstamp):
- 	@$(mkdir_p) contrib
- 	@: > contrib/$(am__dirstamp)
-@@ -1977,7 +1977,7 @@
- 	contrib/$(DEPDIR)/$(am__dirstamp)
- usher$(EXEEXT): $(usher_OBJECTS) $(usher_DEPENDENCIES) 
- 	@rm -f usher$(EXEEXT)
--	$(CXXLINK) $(usher_LDFLAGS) $(usher_OBJECTS) $(usher_LDADD) $(LIBS)
-+	$(CXXLINK) $(usher_LDFLAGS) $(usher_OBJECTS) $(usher_LDADD) $(LIBS) $(LIBINTL) $(LIBICONV)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT)
diff -ruN monotone/files/patch-configure monotone-0.31/files/patch-configure
--- monotone/files/patch-configure	Sun Sep 24 23:36:03 2006
+++ monotone-0.31/files/patch-configure	Sat Nov 11 23:44:39 2006
@@ -1,5 +1,5 @@
---- configure.orig	Sun Sep 17 21:28:11 2006
-+++ configure	Sat Sep 23 18:38:33 2006
+--- configure.orig	Sat Nov 11 20:08:59 2006
++++ configure	Sat Nov 11 23:39:21 2006
 @@ -10827,7 +10827,7 @@
  #ifdef __cplusplus
  "C"
diff -ruN monotone/files/patch-monotone.cc monotone-0.31/files/patch-monotone.cc
--- monotone/files/patch-monotone.cc	Sun Sep 24 23:36:03 2006
+++ monotone-0.31/files/patch-monotone.cc	Thu Jan  1 01:00:00 1970
@@ -1,13 +0,0 @@
---- 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);
-+#endif
-       init = 1;
-     }
- }
--- pr-monotone-0.31 ends here ---


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



More information about the freebsd-ports-bugs mailing list