Date: Tue, 30 Apr 2019 09:09:07 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500469 - head/net-im/coyim Message-ID: <201904300909.x3U997jw006505@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Apr 30 09:09:07 2019 New Revision: 500469 URL: https://svnweb.freebsd.org/changeset/ports/500469 Log: net-im/coyim: Fix GTK tag in Makefile While here, correct maintainer PR: 237663 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Modified: head/net-im/coyim/Makefile (contents, props changed) Modified: head/net-im/coyim/Makefile ============================================================================== --- head/net-im/coyim/Makefile Tue Apr 30 09:01:26 2019 (r500468) +++ head/net-im/coyim/Makefile Tue Apr 30 09:09:07 2019 (r500469) @@ -3,9 +3,10 @@ PORTNAME= coyim DISTVERSIONPREFIX= v DISTVERSION= 0.3.11 +PORTREVISION= 1 CATEGORIES= net-im -MAINTAINER= support@coy.im +MAINTAINER= santhosh.raju@gmail.com COMMENT= Safe and secure by default chat client LICENSE= GPLv3 @@ -35,7 +36,8 @@ PLIST_FILES= bin/coyim \ share/applications/coyim.desktop \ share/pixmaps/coyim.png -GTK_BUILD_TAG= "$$(pkg-config --modversion gtk+-3.0 | ${TR} . _ | cut -d '_' -f 1-2)" +GTK_VERSION= "$$(pkg-config --modversion gtk+-3.0 | ${TR} . _ | cut -d '_' -f 1-2)" +GTK_BUILD_TAG= gtk_${GTK_VERSION} COYIM_ICON= coyim.png COYIM_ICON_SRC= ${WRKSRC}/build/mac-bundle/coy.iconset/icon_32x32@2x.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904300909.x3U997jw006505>