Sat Apr 24 09:41:24 2021 UTC ()
sr*: remove dead download links, update HOMEPAGE


(wiz)
diff -r1.26 -r1.27 pkgsrc/lang/sr/Makefile
diff -r1.12 -r1.13 pkgsrc/lang/sr-examples/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/lang/sr/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/sr/Makefile 2019/11/03 19:04:08 1.26
+++ pkgsrc/lang/sr/Makefile 2021/04/24 09:41:23 1.27
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.26 2019/11/03 19:04:08 rillig Exp $ 1# $NetBSD: Makefile,v 1.27 2021/04/24 09:41:23 wiz Exp $
2# 
3 2
4DISTNAME= sr233 3DISTNAME= sr233
5PKGNAME= sr-2.3.3 4PKGNAME= sr-2.3.3
6PKGREVISION= 10 5PKGREVISION= 10
7CATEGORIES= lang parallel 6CATEGORIES= lang parallel
8MASTER_SITES= ftp://ftp.cs.arizona.edu/sr/ 7#MASTER_SITES= ftp://ftp.cs.arizona.edu/sr/
9EXTRACT_SUFX= .tar.Z 8EXTRACT_SUFX= .tar.Z
10 9
11MAINTAINER= is@NetBSD.org 10MAINTAINER= is@NetBSD.org
12HOMEPAGE= http://www.cs.arizona.edu/sr/ 11HOMEPAGE= http://www2.cs.arizona.edu/sr/index.html
13COMMENT= The SR language compiler and run time system 12COMMENT= The SR language compiler and run time system
14 13
15NOT_FOR_PLATFORM= *-*-x86_64 # site: "doesn't run on 64-bit/AMD64" 14NOT_FOR_PLATFORM= *-*-x86_64 # site: "doesn't run on 64-bit/AMD64"
16 15
17CONFLICTS+= srm-[0-9]* clearsilver-base-[0-9]* netramet-[0-9]* 16CONFLICTS+= srm-[0-9]* clearsilver-base-[0-9]* netramet-[0-9]*
18 17
19MAKE_JOBS_SAFE= no 18MAKE_JOBS_SAFE= no
20 19
21USE_TOOLS+= yacc 20USE_TOOLS+= yacc
22 21
23WRKSRC= ${WRKDIR} 22WRKSRC= ${WRKDIR}
24TEST_TARGET= verify 23TEST_TARGET= verify
25AUTO_MKDIRS= yes 24AUTO_MKDIRS= yes

cvs diff -r1.12 -r1.13 pkgsrc/lang/sr-examples/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/sr-examples/Makefile 2019/11/03 19:04:09 1.12
+++ pkgsrc/lang/sr-examples/Makefile 2021/04/24 09:41:23 1.13
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.12 2019/11/03 19:04:09 rillig Exp $ 1# $NetBSD: Makefile,v 1.13 2021/04/24 09:41:23 wiz Exp $
2# 
3 2
4DISTNAME= vs233 3DISTNAME= vs233
5PKGNAME= sr-examples-2.3.3 4PKGNAME= sr-examples-2.3.3
6PKGREVISION= 1 5PKGREVISION= 1
7CATEGORIES= lang parallel 6CATEGORIES= lang parallel
8MASTER_SITES= ftp://ftp.cs.arizona.edu/sr/ 7#MASTER_SITES= ftp://ftp.cs.arizona.edu/sr/
9EXTRACT_SUFX= .tar.Z 8EXTRACT_SUFX= .tar.Z
10 9
11MAINTAINER= is@NetBSD.org 10MAINTAINER= is@NetBSD.org
12HOMEPAGE= http://www.cs.arizona.edu/sr/ 11HOMEPAGE= http://www2.cs.arizona.edu/sr/index.html
13COMMENT= The SR language compiler and run time system 12COMMENT= The SR language compiler and run time system
14 13
15USE_TOOLS+= gzcat pax 14USE_TOOLS+= gzcat pax
16 15
17WRKSRC= ${WRKDIR} 16WRKSRC= ${WRKDIR}
18NO_EXTRACT= yes 17NO_EXTRACT= yes
19NO_CONFIGURE= yes 18NO_CONFIGURE= yes
20NO_BUILD= yes 19NO_BUILD= yes
21 20
22### Use the second line below for installing if you want to make print-PLIST! 21### Use the second line below for installing if you want to make print-PLIST!
23DOMOD= 22DOMOD=
24#DOMOD= -pm 23#DOMOD= -pm
25 24