From owner-svn-ports-all@freebsd.org Thu Dec 14 19:42:44 2017 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 A1F46E8CE9C; Thu, 14 Dec 2017 19:42:44 +0000 (UTC) (envelope-from amdmi3@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 6A730755C5; Thu, 14 Dec 2017 19:42:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBEJgh2S046250; Thu, 14 Dec 2017 19:42:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBEJgh7t046248; Thu, 14 Dec 2017 19:42:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712141942.vBEJgh7t046248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 14 Dec 2017 19:42:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456341 - in head/graphics/nathive: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/graphics/nathive: . files X-SVN-Commit-Revision: 456341 X-SVN-Commit-Repository: ports 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.25 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: Thu, 14 Dec 2017 19:42:44 -0000 Author: amdmi3 Date: Thu Dec 14 19:42:43 2017 New Revision: 456341 URL: https://svnweb.freebsd.org/changeset/ports/456341 Log: - Fix LICENSE - Fix python depend - Fix shebangs - Silence stripping - Regenerate patches Modified: head/graphics/nathive/Makefile head/graphics/nathive/files/patch-makefile Modified: head/graphics/nathive/Makefile ============================================================================== --- head/graphics/nathive/Makefile Thu Dec 14 19:39:16 2017 (r456340) +++ head/graphics/nathive/Makefile Thu Dec 14 19:42:43 2017 (r456341) @@ -10,10 +10,11 @@ MASTER_SITES= http://www.nathive.org/dl/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Lightweight image editor -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake python:2 tar:tgz +USES= gmake python:2.7 shebangfix tar:tgz +SHEBANG_GLOB= *.py *.cy USE_GNOME= pygtk2 MAKEFILE= makefile ALL_TARGET= default @@ -45,6 +46,6 @@ post-patch: ${WRKSRC}/${PORTNAME}.desktop post-build: - ${STRIP_CMD} ${WRKSRC}/nathive/libc/*.so + @${STRIP_CMD} ${WRKSRC}/nathive/libc/*.so .include Modified: head/graphics/nathive/files/patch-makefile ============================================================================== --- head/graphics/nathive/files/patch-makefile Thu Dec 14 19:39:16 2017 (r456340) +++ head/graphics/nathive/files/patch-makefile Thu Dec 14 19:42:43 2017 (r456341) @@ -1,6 +1,6 @@ ---- makefile.orig 2010-10-12 23:16:42.000000000 +0400 -+++ makefile 2014-05-11 16:16:28.000000000 +0400 -@@ -84,41 +84,36 @@ +--- makefile.orig 2010-10-12 19:16:42 UTC ++++ makefile +@@ -84,41 +84,36 @@ docs: @rm -rf doc/build/html/_sources root: