diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-02-21 03:56:13 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-02-21 03:56:13 +0800 |
commit | 38b186162b9232834e5c55094b54cecef8ef6cc5 (patch) | |
tree | 8bbefa37baedb43c0ea42c55959ad8b402d93fec /x11-toolkits/qt4pas/Makefile | |
parent | 081c7721866c9645af220209b84a8147d5ed5c16 (diff) | |
download | freebsd-ports-gnome-38b186162b9232834e5c55094b54cecef8ef6cc5.tar.gz freebsd-ports-gnome-38b186162b9232834e5c55094b54cecef8ef6cc5.tar.zst freebsd-ports-gnome-38b186162b9232834e5c55094b54cecef8ef6cc5.zip |
- Update to 2.1 release
v.2.0 no longer available, author force users to update to 2.1 with critical network fixes.
Reported by: QAT via pav
Approved by: portmgr (pav)
Feature safe: yes
Diffstat (limited to 'x11-toolkits/qt4pas/Makefile')
-rw-r--r-- | x11-toolkits/qt4pas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt4pas/Makefile b/x11-toolkits/qt4pas/Makefile index 8d0849d3a743..a86e017f9bdc 100644 --- a/x11-toolkits/qt4pas/Makefile +++ b/x11-toolkits/qt4pas/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qt4pas -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= x11-toolkits MASTER_SITES= http://users.telenet.be/Jan.Van.hijfte/qtforfpc/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/V/}_Qt${QT4_VER_MIN} |