diff options
author | marcus <marcus@FreeBSD.org> | 2014-12-03 00:26:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2014-12-03 00:26:44 +0800 |
commit | f1c856486f94cf76408a39f3b57f2a5f97a33815 (patch) | |
tree | 6b867ca725ed78455de58f2d914bc688d8ec4636 /net-im/libpurple/Makefile | |
parent | 14dba88c2db01dd613272f7dbfa1a0080986d1f3 (diff) | |
download | freebsd-ports-graphics-f1c856486f94cf76408a39f3b57f2a5f97a33815.tar.gz freebsd-ports-graphics-f1c856486f94cf76408a39f3b57f2a5f97a33815.tar.zst freebsd-ports-graphics-f1c856486f94cf76408a39f3b57f2a5f97a33815.zip |
Update to 2.10.11 and fix the build with the ncurses port.
Submitted by: Matthias Apitz <guru@unixarea.de> (ncurses fix)
Diffstat (limited to 'net-im/libpurple/Makefile')
-rw-r--r-- | net-im/libpurple/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 25e3b857a22..da2bbe9a4f3 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= libpurple -PORTVERSION= 2.10.10 -PORTREVISION?= 3 +PORTVERSION= 2.10.11 +PORTREVISION?= 0 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} |