svn commit: r507863 - head/graphics/eps2png

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 2 09:02:26 UTC 2019


Author: amdmi3
Date: Fri Aug  2 09:02:25 2019
New Revision: 507863
URL: https://svnweb.freebsd.org/changeset/ports/507863

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/eps2png/Makefile
  head/graphics/eps2png/pkg-descr

Modified: head/graphics/eps2png/Makefile
==============================================================================
--- head/graphics/eps2png/Makefile	Fri Aug  2 08:43:58 2019	(r507862)
+++ head/graphics/eps2png/Makefile	Fri Aug  2 09:02:25 2019	(r507863)
@@ -11,8 +11,12 @@ MASTER_SITE_SUBDIR=	CPAN:JV
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Converts EPS images to PNG
 
+LICENSE=	ART10 GPLv2+
+LICENSE_COMB=	dual
+
 USES=		ghostscript perl5
 USE_PERL5=	configure
 MAKE_ARGS=	INSTLLSCRIPT="${PREFIX}/bin"
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/eps2png/pkg-descr
==============================================================================
--- head/graphics/eps2png/pkg-descr	Fri Aug  2 08:43:58 2019	(r507862)
+++ head/graphics/eps2png/pkg-descr	Fri Aug  2 09:02:25 2019	(r507863)
@@ -1,4 +1,4 @@
 epf2png converts files from EPS format (Encapsulated PostScript) to
 PNG (Portable Network Graphics), JPEG or GIF formats.
 
-WWW: http://www.vromans.org/johan/software/sw_eps2png.html
+WWW: https://www.vromans.org/johan/software/sw_eps2png.html


More information about the svn-ports-all mailing list