svn commit: r481904 - head/graphics/gimpfx-foundry

Christoph Moench-Tegeder cmt at FreeBSD.org
Fri Oct 12 14:09:50 UTC 2018


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 at burggraben.net
+MAINTAINER=	cmt at 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
 


More information about the svn-ports-all mailing list