diff options
author | flo <flo@FreeBSD.org> | 2013-06-04 23:47:49 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-06-04 23:47:49 +0800 |
commit | 521518cac062f5e7cbc16f2667dabac5585e83f9 (patch) | |
tree | bc0f5b36fc5a70cd40b8c78438424de36296939f /graphics/gnash | |
parent | 8c4ce01f13da5e7896630261a4805de7a599ff8f (diff) | |
download | freebsd-ports-gnome-521518cac062f5e7cbc16f2667dabac5585e83f9.tar.gz freebsd-ports-gnome-521518cac062f5e7cbc16f2667dabac5585e83f9.tar.zst freebsd-ports-gnome-521518cac062f5e7cbc16f2667dabac5585e83f9.zip |
Update to 17.0.6 (this should also fix the build on head after the
clang 3.3 merge)
PR: ports/179034 [1]
Submitted by: Jan Beich <jbeich@tormail.org>,
Nikolai Lifanov <lifanov@mail.lifanov.com> [1]
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index bdbe81a80b30..52de14058905 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/ |