aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2007-04-03 05:36:42 +0800
committerthierry <thierry@FreeBSD.org>2007-04-03 05:36:42 +0800
commit94903eb4a15585c42487e2992ee4f7cf177cd934 (patch)
treebda59f863a81c1f91a0367b352e21da3b1552999 /devel
parent4cddfeac5a52422f98ca60587ebfab52ca10ae23 (diff)
downloadfreebsd-ports-gnome-94903eb4a15585c42487e2992ee4f7cf177cd934.tar.gz
freebsd-ports-gnome-94903eb4a15585c42487e2992ee4f7cf177cd934.tar.zst
freebsd-ports-gnome-94903eb4a15585c42487e2992ee4f7cf177cd934.zip
Upgrade to 2.22.2.
Changelog at <http://bouml.free.fr/historic.html>.
Diffstat (limited to 'devel')
-rw-r--r--devel/bouml/Makefile2
-rw-r--r--devel/bouml/distinfo10
-rw-r--r--devel/bouml/files/patch-Makefile13
3 files changed, 8 insertions, 17 deletions
diff --git a/devel/bouml/Makefile b/devel/bouml/Makefile
index ff7a0463c7de..36c14e34f0d4 100644
--- a/devel/bouml/Makefile
+++ b/devel/bouml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bouml
-PORTVERSION= 2.22.1
+PORTVERSION= 2.22.2
CATEGORIES= devel
MASTER_SITES= http://bouml.free.fr/
DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
diff --git a/devel/bouml/distinfo b/devel/bouml/distinfo
index cf2bff8d8015..54a7c3bfac85 100644
--- a/devel/bouml/distinfo
+++ b/devel/bouml/distinfo
@@ -1,5 +1,5 @@
-MD5 (bouml-2.22.1_0/bouml_2.22.1.tar.gz) = fb4e1118e8f0ac08d713d6c4557dbce8
-SHA256 (bouml-2.22.1_0/bouml_2.22.1.tar.gz) = 6687b59940051d8f4da53ff4bbda6508d2b0e621b85a03af8b883b5114d5faaf
-SIZE (bouml-2.22.1_0/bouml_2.22.1.tar.gz) = 3736671
-MD5 (bouml-2.22.1_0/doc.tar.gz) = IGNORE
-SHA256 (bouml-2.22.1_0/doc.tar.gz) = IGNORE
+MD5 (bouml-2.22.2_0/bouml_2.22.2.tar.gz) = a6c73f421c112a68e612c16012557e12
+SHA256 (bouml-2.22.2_0/bouml_2.22.2.tar.gz) = db1e0e651573fb05f9b401483e8270a2fec3d7170fb94eb72dfb98a3a46514a6
+SIZE (bouml-2.22.2_0/bouml_2.22.2.tar.gz) = 3736691
+MD5 (bouml-2.22.2_0/doc.tar.gz) = IGNORE
+SHA256 (bouml-2.22.2_0/doc.tar.gz) = IGNORE
diff --git a/devel/bouml/files/patch-Makefile b/devel/bouml/files/patch-Makefile
index 3d8bec552e83..1c5bc3559714 100644
--- a/devel/bouml/files/patch-Makefile
+++ b/devel/bouml/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Mar 28 22:15:16 2007
-+++ Makefile Mon Apr 2 21:08:04 2007
+--- Makefile.orig Mon Apr 2 18:29:38 2007
++++ Makefile Mon Apr 2 21:22:54 2007
@@ -1,19 +1,19 @@
# The directory where all the bouml files will be installed, you
# can change it for instance because you don't have root permission
@@ -24,12 +24,3 @@
# for packaging purpose, useless by default
# DESTDIR =
-@@ -98,7 +98,7 @@
- done \
- fi
- for i in $(PROGS); do cp -p $$i "$(DESTDIR)$(BOUML_LIB)" ; done
-- tar cf - empty genpro html rose singleton cpp_utilities xmi xmi2 xmi2import sm_generator usecase_wizard sort FileControl deploy GlobalChange | (cd $(DESTDIR)$(BOUML_LIB); tar xf -)
-+ cd plugouts && tar cf - empty genpro html rose singleton cpp_utilities xmi xmi2 xmi2import sm_generator usecase_wizard sort FileControl deploy GlobalChange | (cd $(DESTDIR)$(BOUML_LIB); tar xf -)
- echo "#!/bin/sh" >$(DESTDIR)$(BOUML_DIR)/bouml
- echo "PATH=$(BOUML_LIB):$$"PATH >>$(DESTDIR)$(BOUML_DIR)/bouml
- echo "exec $(BOUML_LIB)/bouml \"$$"@"\"" >>$(DESTDIR)$(BOUML_DIR)/bouml