Index: head/net-im/toxic/Makefile =================================================================== --- head/net-im/toxic/Makefile (revision 442957) +++ head/net-im/toxic/Makefile (revision 442958) @@ -1,51 +1,53 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org COMMENT= Console client for Tox LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libvpx.so:multimedia/libvpx \ libsodium.so:security/libsodium \ libpng16.so:graphics/png \ libopus.so:audio/opus \ libcurl.so:ftp/curl \ libv4l2.so:multimedia/libv4l \ libqrencode.so:graphics/libqrencode \ libconfig.so:devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox USE_GITHUB= yes GH_ACCOUNT= JFreegman -OPTIONS_DEFINE= X11 +OPTIONS_DEFINE= X11 PYTHON OPTIONS_DEFAULT=X11 X11_USE= GNOME=gdkpixbuf2,glib20 XORG=x11 X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 X11_LIB_DEPENDS=libnotify.so:devel/libnotify + +PYTHON_VARS= USES+=python:3.3+ +PYTHON_MAKE_ARGS= ENABLE_PYTHON=1 MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}" SUB_FILES= pkg-message USES= desktop-file-utils gettext-runtime gmake ncurses openal:al,alut pkgconfig pre-configure: ${REINPLACE_CMD} -e 's|PREFIX =|PREFIX?=|;s|$$(shell git rev-list HEAD.*$$|${GH_TAGNAME}|' \ ${WRKSRC}/cfg/global_vars.mk post-install: ${RM} ${STAGEDIR}${MANPREFIX}/man/man1/toxic.1-e ${STAGEDIR}${MANPREFIX}/man/man5/toxic.conf.5-e ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/toxic .include Index: head/net-im/toxic/distinfo =================================================================== --- head/net-im/toxic/distinfo (revision 442957) +++ head/net-im/toxic/distinfo (revision 442958) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487003244 -SHA256 (JFreegman-toxic-v0.7.2_GH0.tar.gz) = a2962aca766caf84b52a52e9a5ce2276a9d3906685f565d2a00551e7c2916c59 -SIZE (JFreegman-toxic-v0.7.2_GH0.tar.gz) = 1136947 +TIMESTAMP = 1496951410 +SHA256 (JFreegman-toxic-v0.8.0_GH0.tar.gz) = 4078167ff09a94a78cd46d55163524b0a6692b56a74458c99093b84316a6c604 +SIZE (JFreegman-toxic-v0.8.0_GH0.tar.gz) = 1145799 Index: head/net-im/toxic/files/patch-cfg_global__vars.mk =================================================================== --- head/net-im/toxic/files/patch-cfg_global__vars.mk (nonexistent) +++ head/net-im/toxic/files/patch-cfg_global__vars.mk (revision 442958) @@ -0,0 +1,20 @@ +--- cfg/global_vars.mk.orig 2017-05-24 18:57:32 UTC ++++ cfg/global_vars.mk +@@ -1,11 +1,11 @@ + # Version +-TOXIC_VERSION = 0.7.2 +-REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error") +-ifneq (, $(findstring error, $(REV))) ++TOXIC_VERSION = 0.8.0 ++#REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error") ++#ifneq (, $(findstring error, $(REV))) + VERSION = $(TOXIC_VERSION) +-else +- VERSION = $(TOXIC_VERSION)_r$(REV) +-endif ++#else ++# VERSION = $(TOXIC_VERSION)_r$(REV) ++#endif + + # Project directories + BUILD_DIR = $(BASE_DIR)/build Property changes on: head/net-im/toxic/files/patch-cfg_global__vars.mk ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property