diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-03-27 04:19:52 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-03-27 04:19:52 +0000 |
commit | 0841cdc4dbe0fba2470f19567f31fdafe25faec1 (patch) | |
tree | 1e5eab7f3176f3787c42eee6970d60424f096c02 /irc/weechat-devel/Makefile | |
parent | 5fe169519ef361251901d3c8631177fb5679cde3 (diff) | |
download | ports-0841cdc4dbe0fba2470f19567f31fdafe25faec1.tar.gz ports-0841cdc4dbe0fba2470f19567f31fdafe25faec1.zip |
Notes
Diffstat (limited to 'irc/weechat-devel/Makefile')
-rw-r--r-- | irc/weechat-devel/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index b368cb1f479c..034759dc2904 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -6,15 +6,14 @@ # PORTNAME= weechat -PORTVERSION= 20120219 -PORTREVISION= 1 +PORTVERSION= 20120326 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ PKGNAMESUFFIX= -devel DISTNAME= weechat-devel-${GITREV} MAINTAINER= freebsd@beardz.net -COMMENT= A lightweight and user friendly ncurse based IRC client +COMMENT= A lightweight and user friendly ncurses based IRC client LICENSE= GPLv3 @@ -31,7 +30,7 @@ WANT_PERL= yes LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl # Please note: the DEBUG option is *NOT* empty, it is utilised by -# bsd.cmake.mk to set the cmake build type to Debug instead of +# bsd.cmake.mk to set the cmake build type to Debug instead of # Release. OPTIONS= RUBY "Ruby scripting support" Off \ @@ -48,7 +47,7 @@ OPTIONS= RUBY "Ruby scripting support" Off \ NLS "NLS support" On \ DOCUMENTATION "Build documentation" Off -GITREV= 8d63064 +GITREV= 272046d WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} .include <bsd.port.options.mk> |