Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2018 14:09:49 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481904 - head/graphics/gimpfx-foundry
Message-ID:  <201810121409.w9CE9nAb053907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Fri Oct 12 14:09:49 2018
New Revision: 481904
URL: https://svnweb.freebsd.org/changeset/ports/481904

Log:
  Fix dependencies for latest Gimp release
  
  While here:
  1. bring (somewhat) up to standards
    - set LICENSE
    - set NO_ARCH
    - update my MAINTAINER email
  2. deprecate
    - last release was 10 years ago (for Gimp 2.6)
    - many scripts throw warnings (interfaces have changed), some appear broken

Modified:
  head/graphics/gimpfx-foundry/Makefile

Modified: head/graphics/gimpfx-foundry/Makefile
==============================================================================
--- head/graphics/gimpfx-foundry/Makefile	Fri Oct 12 13:53:26 2018	(r481903)
+++ head/graphics/gimpfx-foundry/Makefile	Fri Oct 12 14:09:49 2018	(r481904)
@@ -3,19 +3,30 @@
 
 PORTNAME=	gimpfx-foundry
 PORTVERSION=	2.6
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-scriptpack/${PORTNAME}-${PORTVERSION}-1
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1
 
-MAINTAINER=	cmt@burggraben.net
+MAINTAINER=	cmt@FreeBSD.org
 COMMENT=	Collection of scripts for The Gimp 2.6
 
+LICENSE_COMB=	multi
+LICENSE=	GPLv2 GPLv3 PD
+# from release-notes.txt
+LICENSE_TEXT=	Scripts contained in this pack are licensed under GPL license, \
+		either version 2 or version 3 or in some cases public domain \
+		according to the authors preference.
+
+DEPRECATED=	No release for 10 years, only partially working with recent GIMP
+EXPIRATION_DATE=	2018-11-30
+
 # Maintainer has requested this use a specific version
 # as the plugins may not always be backwards-compatible
-RUN_DEPENDS=	gimp-2.8:graphics/gimp-app
+RUN_DEPENDS=	gimp-2.10:graphics/gimp-app
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810121409.w9CE9nAb053907>