From cc6e57dcc162bed382a4f83061dd92ccf592b1d6 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 4 Apr 2008 19:53:32 +0000 Subject: - Update to 1.10.4 PR: ports/122438 Submitted by: Rod Taylor --- www/bricolage/Makefile | 2 +- www/bricolage/distinfo | 6 +++--- www/bricolage/files/bric_upgrade.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'www/bricolage') diff --git a/www/bricolage/Makefile b/www/bricolage/Makefile index b8b094334aca..16af06c52e7d 100644 --- a/www/bricolage/Makefile +++ b/www/bricolage/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bricolage -PORTVERSION= 1.10.3 +PORTVERSION= 1.10.4 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bricolage diff --git a/www/bricolage/distinfo b/www/bricolage/distinfo index 98b3e54bbed4..bdff32d37484 100644 --- a/www/bricolage/distinfo +++ b/www/bricolage/distinfo @@ -1,3 +1,3 @@ -MD5 (bricolage-1.10.3.tar.gz) = 351489f7c1f5182b49c027b2f549e0bd -SHA256 (bricolage-1.10.3.tar.gz) = 455eae99220d9eeff7ee8a7bfd7d7a049e6287a0891c87cb1afa762c053d6dc5 -SIZE (bricolage-1.10.3.tar.gz) = 2818329 +MD5 (bricolage-1.10.4.tar.gz) = 9ac690b1cd0f9b1936125fe1f265b60a +SHA256 (bricolage-1.10.4.tar.gz) = a9590ef06d86b4ecf17ab37ab875b369ce3d948e7a67b560c387f34203736691 +SIZE (bricolage-1.10.4.tar.gz) = 2820052 diff --git a/www/bricolage/files/bric_upgrade.sh b/www/bricolage/files/bric_upgrade.sh index 0f5963eefb10..2abbeb60a4da 100644 --- a/www/bricolage/files/bric_upgrade.sh +++ b/www/bricolage/files/bric_upgrade.sh @@ -12,7 +12,7 @@ fi # Ensure the old version exists at the end of the argument list OLDVERSION=`echo "$*" | sed -e "s/^.* \([^ ]*\)/\1/"` -VTEST=`echo "$OLDVERSION" | sed -e 's/^1\.8\.[01234678]$/OKAY/' -e 's/^1\.10\.[01]$/OKAY/'` +VTEST=`echo "$OLDVERSION" | sed -e 's/^1\.8\.[01234678]$/OKAY/' -e 's/^1\.10\.[0123]$/OKAY/'` if [ "${VTEST}" != "OKAY" ] then echo "Version $OLDVERSION unknown." -- cgit v1.2.3