Mon Jan 9 18:25:41 2023 UTC ()
epstool: add working MASTER_SITES and follow redirect for HOMEPAGE.


(fcambus)
diff -r1.8 -r1.9 pkgsrc/print/epstool/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/print/epstool/Makefile (expand / switch to unified diff)

--- pkgsrc/print/epstool/Makefile 2021/04/21 08:03:24 1.8
+++ pkgsrc/print/epstool/Makefile 2023/01/09 18:25:41 1.9
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.8 2021/04/21 08:03:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2023/01/09 18:25:41 fcambus Exp $
2 2
3DISTNAME= epstool-3.08 3DISTNAME= epstool-3.08
4CATEGORIES= print 4CATEGORIES= print
5MASTER_SITES= # ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ 5MASTER_SITES= http://www.ghostgum.com.au/download/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm 8HOMEPAGE= http://www.ghostgum.com.au/software/epstool.htm
9COMMENT= Manipulate EPS files 9COMMENT= Manipulate EPS files
10 10
11MAKE_JOBS_SAFE= no 11MAKE_JOBS_SAFE= no
12 12
13MAKE_FILE= makefile 13MAKE_FILE= makefile
14 14
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"