svn commit: r500469 - head/net-im/coyim

Steve Wills swills at FreeBSD.org
Tue Apr 30 09:09:08 UTC 2019


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 at 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 at coy.im
+MAINTAINER=	santhosh.raju at 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 at 2x.png


More information about the svn-ports-all mailing list