Tue Jan 7 12:30:48 2020 UTC ()
Update HOMEPAGE to the correct source files (it is also MASTER_SITES).

Note that this is the Athena modified version of psify, which includes
support for SCHEME and Java source files, and for rendering reserved words
in comments with a separate font.

If you update the HOMEPAGE, please make sure that the downloaded source
files are in fact the correct ones.


(kim)
diff -r1.13 -r1.14 pkgsrc/print/psify/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/print/psify/Makefile (expand / switch to unified diff)

--- pkgsrc/print/psify/Makefile 2016/03/30 08:35:56 1.13
+++ pkgsrc/print/psify/Makefile 2020/01/07 12:30:48 1.14
@@ -1,23 +1,31 @@ @@ -1,23 +1,31 @@
1# $NetBSD: Makefile,v 1.13 2016/03/30 08:35:56 jperkin Exp $ 1# $NetBSD: Makefile,v 1.14 2020/01/07 12:30:48 kim Exp $
2# 2#
3 3
4DISTNAME= psify-19980216 4DISTNAME= psify-19980216
5CATEGORIES= print 5CATEGORIES= print
6MASTER_SITES= ${HOMEPAGE} 6MASTER_SITES= ${HOMEPAGE}
7DISTFILES= Makefile psify.c psify.lex psify.man 7DISTFILES= Makefile psify.c psify.lex psify.man
8 8
9MAINTAINER= kim@tac.nyc.ny.us 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://mit.edu/~mkgray/jik/sipbsrc/src/psify/ 10HOMEPAGE= https://stuff.mit.edu/afs/athena/system/pmax_ul4/srvd.74/usr/sipb/src/psify/
 11 # ^^^^^^
 12 # Note that this is the Athena modified version of psify, which includes
 13 # support for SCHEME and Java source files, and for rendering reserved words
 14 # in comments with a separate font.
 15 #
 16 # If you update the HOMEPAGE, please make sure that the downloaded source
 17 # files are in fact the correct ones.
 18 #
11COMMENT= Pretty print C, CLU, SCHEME, Java and ARGUS source files 19COMMENT= Pretty print C, CLU, SCHEME, Java and ARGUS source files
12 20
13WRKSRC= ${WRKDIR} 21WRKSRC= ${WRKDIR}
14DIST_SUBDIR= psify 22DIST_SUBDIR= psify
15EXTRACT_ONLY= #empty 23EXTRACT_ONLY= #empty
16 24
17NO_CONFIGURE= yes 25NO_CONFIGURE= yes
18USE_TOOLS+= lex 26USE_TOOLS+= lex
19 27
20INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 28INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
21INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} 29INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX}
22 30
23post-extract: 31post-extract: