Date: Fri, 2 Aug 2019 09:02:26 +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: r507863 - head/graphics/eps2png Message-ID: <201908020902.x7292QZa006091@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908020902.x7292QZa006091>