svn commit: r496353 - head/devel/geany-plugin-webhelper

Guido Falsi madpilot at FreeBSD.org
Wed Mar 20 16:46:09 UTC 2019


Author: madpilot
Date: Wed Mar 20 16:46:08 2019
New Revision: 496353
URL: https://svnweb.freebsd.org/changeset/ports/496353

Log:
  Only the gtk2 flavor is deprecated.

Modified:
  head/devel/geany-plugin-webhelper/Makefile

Modified: head/devel/geany-plugin-webhelper/Makefile
==============================================================================
--- head/devel/geany-plugin-webhelper/Makefile	Wed Mar 20 16:31:32 2019	(r496352)
+++ head/devel/geany-plugin-webhelper/Makefile	Wed Mar 20 16:46:08 2019	(r496353)
@@ -7,13 +7,16 @@ CATEGORIES=	devel
 MAINTAINER=	madpilot at FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
-DEPRECATED=	Depends on forbidden webkit port
-EXPIRATION_DATE=2019-03-24
-
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup
 
 gtk2_LIB_DEPENDS=	libwebkitgtk-1.0.so:www/webkit-gtk2
 gtk3_LIB_DEPENDS=	libwebkitgtk-3.0.so:www/webkit-gtk3
 
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"
+
+.if ${FLAVOR} == gtk2
+DEPRECATED=	Depends on forbidden webkit port
+EXPIRATION_DATE=2019-03-24
+.endif
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list