diff options
author | olivier <olivier@FreeBSD.org> | 2016-12-16 21:48:37 +0800 |
---|---|---|
committer | olivier <olivier@FreeBSD.org> | 2016-12-16 21:48:37 +0800 |
commit | 621bf6f02a02599bfa5c6e65d4ea886f842f853e (patch) | |
tree | d22cc2fcc546a48f8fe30c6eddb4bfe3f3169c9c /irc/hexchat/Makefile | |
parent | f035353b8fade76dbbda70fa9f62bd97142471c8 (diff) | |
download | freebsd-ports-gnome-621bf6f02a02599bfa5c6e65d4ea886f842f853e.tar.gz freebsd-ports-gnome-621bf6f02a02599bfa5c6e65d4ea886f842f853e.tar.zst freebsd-ports-gnome-621bf6f02a02599bfa5c6e65d4ea886f842f853e.zip |
Update to 2.12.4
PR: 215302
Submitted by: Piotr Kubaj (maintainer)
Approved by: tabthorpe
Differential Revision: https://reviews.freebsd.org/D8805
Diffstat (limited to 'irc/hexchat/Makefile')
-rw-r--r-- | irc/hexchat/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index b18a6e70bfed..af995256cbe9 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= hexchat -PORTVERSION= 2.12.3 +PORTVERSION= 2.12.4 CATEGORIES= irc gnome ipv6 -MASTER_SITES= http://dl.hexchat.net/${PORTNAME}/ +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/ +DISTNAME= v${PORTVERSION} MAINTAINER= pkubaj@anongoth.pl COMMENT= IRC chat program with GTK and Text Frontend @@ -12,12 +13,15 @@ COMMENT= IRC chat program with GTK and Text Frontend LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= devel/autoconf-archive>0:devel/autoconf-archive LIB_DEPENDS= libproxy.so:net/libproxy \ libfontconfig.so:x11-fonts/fontconfig \ libdbus-1.so:devel/dbus \ libfreetype.so:print/freetype2 -USES= gmake desktop-file-utils libtool pkgconfig tar:xz ssl +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USES= autoreconf gmake desktop-file-utils libtool pkgconfig ssl USE_GNOME= cairo gtk20 intltool libxml2 USE_XORG= x11 GNU_CONFIGURE= yes @@ -36,7 +40,7 @@ SUB_FILES= pkg-message PORTDOCS= * -OPTIONS_DEFINE= CA_BUNDLE CANBERRA DBUS DOAT DOCS FISHLIM LUA NLS NOTIFY \ +OPTIONS_DEFINE= CA_BUNDLE CANBERRA DBUS DOCS FISHLIM LUA NLS NOTIFY \ PERL PYTHON SOCKS TEXTFE OPTIONS_DEFAULT= CA_BUNDLE CANBERRA DBUS NOTIFY PERL PYTHON @@ -45,7 +49,6 @@ OPTIONS_SUB= yes CA_BUNDLE_DESC= Include CA bundle for SSL verification CANBERRA_DESC= Audio support via Libcanberra -DOAT_DESC= Do At plugin FISHLIM_DESC= FiSHLiM plugin TEXTFE_DESC= Text frontend SOCKS_DESC= SOCKS proxy support, FORBIDDEN in FreeBSD 10+ @@ -56,7 +59,6 @@ CANBERRA_CONFIGURE_ENABLE=libcanberra DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib DBUS_CONFIGURE_ENABLE= dbus DBUS_USE= GNOME=gconf2 -DOAT_CONFIGURE_ENABLE= doat FISHLIM_CONFIGURE_ENABLE=fishlim LUA_CONFIGURE_ENABLE= lua LUA_USES= lua |