diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-04 19:53:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-04 19:53:32 +0000 |
commit | cc6e57dcc162bed382a4f83061dd92ccf592b1d6 (patch) | |
tree | 2d9b15c74593b9597f54ca1a2d24ceb1050986c9 | |
parent | 069a7bffcfdb185328b0762a48e0076066c15cb5 (diff) | |
download | ports-cc6e57dcc162bed382a4f83061dd92ccf592b1d6.tar.gz ports-cc6e57dcc162bed382a4f83061dd92ccf592b1d6.zip |
- Update to 1.10.4
PR: ports/122438
Submitted by: Rod Taylor <ports@rbt.ca>
Notes
Notes:
svn path=/head/; revision=210535
-rw-r--r-- | www/bricolage/Makefile | 2 | ||||
-rw-r--r-- | www/bricolage/distinfo | 6 | ||||
-rw-r--r-- | www/bricolage/files/bric_upgrade.sh | 2 |
3 files changed, 5 insertions, 5 deletions
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." |