From owner-svn-ports-all@freebsd.org Sun Nov 29 11:37:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DDCCA3CAFF; Sun, 29 Nov 2015 11:37:38 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E03771BE2; Sun, 29 Nov 2015 11:37:37 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tATBbbOZ061215; Sun, 29 Nov 2015 11:37:37 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tATBbbwu061214; Sun, 29 Nov 2015 11:37:37 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511291137.tATBbbwu061214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 29 Nov 2015 11:37:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402591 - head/graphics/gimp-elsamuko-script X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2015 11:37:38 -0000 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