svn commit: r402591 - head/graphics/gimp-elsamuko-script

Rene Ladan rene at FreeBSD.org
Sun Nov 29 11:37:38 UTC 2015


Author: rene
Date: Sun Nov 29 11:37:36 2015
New Revision: 402591
URL: https://svnweb.freebsd.org/changeset/ports/402591

Log:
  graphics/gimp-elsamuko-script: make fetchable
  
  This port needs to use USE_GITHUB properly.
  
  PR:		200272
  Submitted by:	Rainer Hurling (rhurling gwdg de)

Modified:
  head/graphics/gimp-elsamuko-script/Makefile

Modified: head/graphics/gimp-elsamuko-script/Makefile
==============================================================================
--- head/graphics/gimp-elsamuko-script/Makefile	Sun Nov 29 11:19:16 2015	(r402590)
+++ head/graphics/gimp-elsamuko-script/Makefile	Sun Nov 29 11:37:36 2015	(r402591)
@@ -5,7 +5,7 @@ PORTNAME=	elsamuko
 DISTVERSION=	0.24
 PORTREVISION=	2
 CATEGORIES=	graphics
-MASTER_SITES=	https://sites.google.com/site/${PORTNAME}/gimp/
+MASTER_SITES=	https://github.com/site/${PORTNAME}/gimp-${PORTNAME}/archive/
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-script
 DISTNAME=	${PORTNAME}
@@ -15,10 +15,6 @@ COMMENT=	Gimp scripts by elsamuko
 
 LICENSE=	GPLv3
 
-BROKEN=		No public distfiles
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2015-11-26
-
 RUN_DEPENDS=	${LOCALBASE}/bin/gimp:${PORTSDIR}/graphics/gimp-app
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-all mailing list