pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/psify Update HOMEPAGE to the correct source file...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff8ad5d3d176
branches:  trunk
changeset: 407580:ff8ad5d3d176
user:      kim <kim%pkgsrc.org@localhost>
date:      Tue Jan 07 12:30:48 2020 +0000

description:
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.

diffstat:

 print/psify/Makefile |  14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 829eec0a9437 -r ff8ad5d3d176 print/psify/Makefile
--- a/print/psify/Makefile      Tue Jan 07 12:22:31 2020 +0000
+++ b/print/psify/Makefile      Tue Jan 07 12:30:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/03/30 08:35:56 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2020/01/07 12:30:48 kim Exp $
 #
 
 DISTNAME=      psify-19980216
@@ -6,8 +6,16 @@
 MASTER_SITES=  ${HOMEPAGE}
 DISTFILES=     Makefile psify.c psify.lex psify.man
 
-MAINTAINER=    kim%tac.nyc.ny.us@localhost
-HOMEPAGE=      http://mit.edu/~mkgray/jik/sipbsrc/src/psify/
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://stuff.mit.edu/afs/athena/system/pmax_ul4/srvd.74/usr/sipb/src/psify/
+               #                         ^^^^^^
+               # 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.
+               #
 COMMENT=       Pretty print C, CLU, SCHEME, Java and ARGUS source files
 
 WRKSRC=                ${WRKDIR}



Home | Main Index | Thread Index | Old Index