Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 19:42:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456341 - in head/graphics/nathive: . files
Message-ID:  <201712141942.vBEJgh7t046248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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:



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