pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/45574: devel/bouml 4.22.2 upgrade patch
>Number: 45574
>Category: pkg
>Synopsis: devel/bouml 4.22.2 upgrade patch
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Nov 06 08:50:00 +0000 2011
>Originator: Toshiaki NOZAWA
>Release: current
>Organization:
JNUG
>Environment:
NetBSD microServer 5.99.56 NetBSD 5.99.56 (GENERIC) #6: Sat Oct 22 02:27:02 JST
2011 root@microServer:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
>Description:
devel/bouml 4.22.2 upgrade patch is following.
patches/patch-ab no longer necessary patch because fixed in original source.
>How-To-Repeat:
>Fix:
cvs diff: Diffing devel/bouml
Index: devel/bouml/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/bouml/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- devel/bouml/Makefile 13 Jan 2011 13:37:20 -0000 1.11
+++ devel/bouml/Makefile 6 Nov 2011 08:34:22 -0000
@@ -3,7 +3,7 @@
DISTNAME= bouml_${BOUMLVERSION}
PKGNAME= bouml-${BOUMLVERSION}
-PKGREVISION= 3
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://bouml.free.fr/
@@ -14,7 +14,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-BOUMLVERSION= 4.16.4
+BOUMLVERSION= 4.22.2
USE_LIBTOOL= YES
USE_TOOLS+= gmake pax
Index: devel/bouml/PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/bouml/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- devel/bouml/PLIST 6 Dec 2009 18:29:21 -0000 1.4
+++ devel/bouml/PLIST 6 Nov 2011 08:34:23 -0000
@@ -941,7 +941,6 @@
lib/bouml/html/tools
lib/bouml/idl_generator
lib/bouml/irose
-lib/bouml/it.lang
lib/bouml/ixmi2
lib/bouml/java_catalog
lib/bouml/java_generator
Index: devel/bouml/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/bouml/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- devel/bouml/distinfo 6 Dec 2009 18:29:21 -0000 1.4
+++ devel/bouml/distinfo 6 Nov 2011 08:34:23 -0000
@@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.4 2009/12/06 18:29:21 sno Exp $
-SHA1 (bouml_4.16.4.tar.gz) = 507348d9e930b9b96a8851bd751fe796508b59c2
-RMD160 (bouml_4.16.4.tar.gz) = 038a192445e1cbdced0b634c4b8a0f0d2f7e4382
-Size (bouml_4.16.4.tar.gz) = 5295320 bytes
-SHA1 (patch-aa) = 4529f2e5c59a8b7deaa86520ffe9132b4d85c107
-SHA1 (patch-ab) = 272bf0fefc0c846b39db167731f76a3d33585523
+SHA1 (bouml_4.22.2.tar.gz) = 860f182af76d259ed10f6acd001520914604fe30
+RMD160 (bouml_4.22.2.tar.gz) = 1dcd456dbb567174ea768ce662e49a92c9c3680c
+Size (bouml_4.22.2.tar.gz) = 5474273 bytes
+SHA1 (patch-aa) = fddcfdf5e2b98c787612950d393deef08401060a
cvs diff: Diffing devel/bouml/patches
Index: devel/bouml/patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/devel/bouml/patches/patch-aa,v
retrieving revision 1.3
diff -u -r1.3 patch-aa
--- devel/bouml/patches/patch-aa 6 Dec 2009 18:29:22 -0000 1.3
+++ devel/bouml/patches/patch-aa 6 Nov 2011 08:34:23 -0000
@@ -1,7 +1,5 @@
-$NetBSD: patch-aa,v 1.3 2009/12/06 18:29:22 sno Exp $
-
---- Makefile.orig 2009-10-21 16:57:57.000000000 +0200
-+++ Makefile 2009-12-01 22:26:17.000000000 +0100
+--- Makefile.orig 2009-12-26 19:00:56.000000000 +0900
++++ Makefile 2011-11-06 15:04:17.000000000 +0900
@@ -1,24 +1,24 @@
# The directory where all the bouml files will be installed, you
# can change it for instance because you don't have root permission
@@ -41,7 +39,7 @@
SRC_DIRS = src \
src/CppGenerator \
src/CppReverse \
-@@ -103,26 +101,26 @@
+@@ -105,26 +103,26 @@
for i in $(SRC_DIRS) $(PLUGOUT_DIRS); do if [ -d $$i ]; then (cd $$i ;
$(MAKE) clean; rm -f Makefile; ) || exit 1 ; fi; done
install:
@@ -77,7 +75,7 @@
echo "#!/bin/sh" >$(DESTDIR)$(BOUML_DIR)/bouml
echo "PATH=$(BOUML_LIB):$$"PATH >>$(DESTDIR)$(BOUML_DIR)/bouml
echo "BOUML_LIB_DIR=$(BOUML_LIB)" >>$(DESTDIR)$(BOUML_DIR)/bouml
-@@ -134,7 +132,7 @@
+@@ -136,7 +134,7 @@
cd $(DESTDIR)$(BOUML_DIR) ; rm -f projectSynchro ; ln -s
$(BOUML_LIB)/projectSynchro
if test -n "$(BOUML_DESKTOP_DIR)" ; \
then \
cvs diff: cannot find devel/bouml/patches/patch-ab
Home |
Main Index |
Thread Index |
Old Index