diff options
author | thierry <thierry@FreeBSD.org> | 2007-04-03 03:12:30 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-04-03 03:12:30 +0800 |
commit | fa99ede28a71b9973a792dc9d618736dcfe415d8 (patch) | |
tree | 13610d2e0aa3f8c6d7cd1959a42f30c7e35bb952 /devel/bouml | |
parent | 9fc58a41a7c8dcc73e9b633b432b56b3985bd02d (diff) | |
download | freebsd-ports-gnome-fa99ede28a71b9973a792dc9d618736dcfe415d8.tar.gz freebsd-ports-gnome-fa99ede28a71b9973a792dc9d618736dcfe415d8.tar.zst freebsd-ports-gnome-fa99ede28a71b9973a792dc9d618736dcfe415d8.zip |
Upgrade to 2.22.1.
Changelog at <http://bouml.free.fr/historic.html>.
Diffstat (limited to 'devel/bouml')
-rw-r--r-- | devel/bouml/Makefile | 2 | ||||
-rw-r--r-- | devel/bouml/distinfo | 10 | ||||
-rw-r--r-- | devel/bouml/files/patch-Makefile | 13 |
3 files changed, 17 insertions, 8 deletions
diff --git a/devel/bouml/Makefile b/devel/bouml/Makefile index ff4c950b578c..ff7a0463c7de 100644 --- a/devel/bouml/Makefile +++ b/devel/bouml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bouml -PORTVERSION= 2.22 +PORTVERSION= 2.22.1 CATEGORIES= devel MASTER_SITES= http://bouml.free.fr/ DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} diff --git a/devel/bouml/distinfo b/devel/bouml/distinfo index edda9bf8b99e..cf2bff8d8015 100644 --- a/devel/bouml/distinfo +++ b/devel/bouml/distinfo @@ -1,5 +1,5 @@ -MD5 (bouml-2.22_0/bouml_2.22.tar.gz) = 32a040be4f32e38be9d90b2bbe441002 -SHA256 (bouml-2.22_0/bouml_2.22.tar.gz) = 99d2e7bea6c02a7fdb05b8f955724c75f5178e38afa28c0a5a510cde4aba4356 -SIZE (bouml-2.22_0/bouml_2.22.tar.gz) = 3718090 -MD5 (bouml-2.22_0/doc.tar.gz) = IGNORE -SHA256 (bouml-2.22_0/doc.tar.gz) = IGNORE +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 diff --git a/devel/bouml/files/patch-Makefile b/devel/bouml/files/patch-Makefile index cee89d261817..3d8bec552e83 100644 --- a/devel/bouml/files/patch-Makefile +++ b/devel/bouml/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Oct 17 19:53:42 2006 -+++ Makefile Tue Oct 31 10:36:34 2006 +--- Makefile.orig Wed Mar 28 22:15:16 2007 ++++ Makefile Mon Apr 2 21:08:04 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,3 +24,12 @@ # 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 |